summaryrefslogtreecommitdiffstats
path: root/include/hardware/fused_location.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to flush FLP HAL batched locations buffer.David Christie2015-04-131-0/+9
| | | | | | | | | Currently GmsCore has to guess how many locations to retrieve based on requested frequency and then demux the output looking for timestamps (that aren't monotonically increasing). This capability gives GmsCore a more graceful solution. Change-Id: If2d054c09efc98e33e357796bbfcd37c91b24ec8
* Add a status callback for FLP HAL batching.David Christie2015-04-131-0/+28
| | | | | | | -Allows GmsCore to know if location batching is unsuccessful so it can switch to a SW solution. Change-Id: I5a01d44fdcf6daa07d6b40cf95a674e98179bf00
* Add support for capability querying in the FLP HALDavid Christie2015-04-131-2/+39
| | | | Change-Id: I93ebdbdaf7dc0b2ddf1a7e7a089073db51cd15c3
* Add smallest displacement feature to FLP HALDavid Christie2015-04-081-0/+17
| | | | Change-Id: I73d5391be3640d5f5c9a1cbee3ed36beec9c1df0
* Fix typo in FlpHaldestradaa2013-08-211-1/+1
| | | | Change-Id: I0a0598c4755052e071d793fbacf0aa25dfca6e5c
* Update FLP HAL definition for thread semantics.destradaa2013-07-121-7/+12
| | | | Change-Id: I3dd1f5c72f0fa62a131b7ce166f3df631bb44394
* Changes to fused location hardware hal.Kevin Tang2013-06-251-13/+78
| | | | | | | 1. Added some comments. 2. Added device context information. Change-Id: I0db21778b60339c92b4951aee4facb1148020198
* Fused Location Provider HAL interface.Jaikumar Ganesh2013-06-111-0/+664
Fused location allows for fusion of information from multiple source like GPS, Wifi, Cell, Bluetooth, Sensors etc to get a location. Doing this in hardware is useful because it can be done completely in the baseband without waking up the AP. Change-Id: Ib007839ff51b7e87e8d62f0ff9fea1c4a474b1d1