History log of /system/chre/chre_api/include/chre_api/chre/re.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b29bc366c0eed4a7a566cd38673cd7e8b76e6a69 19-May-2017 Brian Duddie <bduddie@google.com> Expose the estimated host time offset in the CHRE API

Rather than only providing a function that gives the current estimate of
the host's time, add a new API called chreGetEstimatedHostTimeOffset()
which supplies the current estimate of the offset. Convert
chreGetEstimatedHostTime() into a convenience function that applies this
offset to the current CHRE time.

Also, relax the host time accuracy requirement to +/- 10ms.

Test: compile simulator
Change-Id: I73886355bd1b2efc68dbbedd25b1d2979b0854bb
/system/chre/chre_api/include/chre_api/chre/re.h
51116c21d9bdbe28cfea7d1439665cce0f75bd94 04-May-2017 Brian Duddie <bduddie@google.com> Add chreGetEstimatedHostTime() to CHRE API v1.1

This function will allow nanoapps to retrieve a timestamp that
corresponds to the time base available to host-side clients, i.e.
SystemClock.elapsedRealtimeNanos().

Test: compile simulator
Change-Id: I24b161d6ee8ca94a7db48420f05263a1fa51c93a
/system/chre/chre_api/include/chre_api/chre/re.h
6bb73b09cc327ecbfede8cb7657d93cecb57e159 13-Feb-2017 Brian Duddie <bduddie@google.com> Updates to CHRE API for Doxygen and style consistency

Change-Id: I0f1b883813a1d6e634b3b1c5215ed9d5415b8fc4
/system/chre/chre_api/include/chre_api/chre/re.h
e64f180233e64c40b56993cfea3696c5b4b16395 04-Nov-2016 Brian Duddie <bduddie@google.com> Initial import of CHRE source from external repo

Starting at commit 46a52e0 from contexthub-base.

Change-Id: I373f3a99b74757daae465b78a3d19bfce4770364
/system/chre/chre_api/include/chre_api/chre/re.h
c14e4d77b5a945140ec2683bd393ff2e68874545 04-Mar-2017 Brian Duddie <bduddie@google.com> Remove preview versions of CHRE API and PALs

These files will be re-added in an older state and then updated through
the incoming history merge from another repo.

Change-Id: I7d5aab4c9b499f7c24a77ec9380f1b4d9533a7f2
/system/chre/chre_api/include/chre_api/chre/re.h
1b71bde2244d67695481e27f7eaa8093832281d9 15-Feb-2017 Brian Duddie <bduddie@google.com> Add initial preview of CHRE API v1.1

Introduce the current preview release of the next version of the CHRE
API, version 1.1. This new version builds upon v1.0 by adding support
for the following features/capabilities:

- Ability to request GNSS-based position fixes, along with raw
measurement data
- Ability to register for monitoring the results of WiFi scans, and
to explicitly request a new WiFi scan
- Ability to query for cell identity information from the WWAN modem,
including information about neighbor cells
- Ability to lookup the instance ID of other nanoapps running in the
system, enabling nanoapps to provide services for other nanoapps

This version of the API also extends and updates the top-level
documentation in chre.h, covering platform expectations surrounding
compatibility, threading, etc.

As of this CL, the API is in preview stage and is still subject to
change.

Test: compile test only
Change-Id: I2baf93130f1ef03b1a4c94d4465f64c1010dd4ea
/system/chre/chre_api/include/chre_api/chre/re.h