Searched refs:chreGetTime (Results 1 - 10 of 10) sorted by relevance

/system/chre/apps/hello_world/
H A Dhello_world.cc42 "time %" PRIu64, eventType, senderInstanceId, chreGetTime());
/system/chre/chre_api/include/chre_api/chre/
H A Dre.h227 uint64_t chreGetTime(void);
231 * exposed in chreGetTime(), and the host-side clock exposed in the Android API
233 * CHRE time, so that it can be added to the value returned by chreGetTime() to
245 * chreGetTime() and the time on the host given in the Android API
247 * milliseconds, such that adding this offset to chreGetTime() produces the
269 uint64_t time = chreGetTime();
274 // value for chreGetTime(), though one would assume 0 is roughly boot time.
282 // offset = -100, but chreGetTime() will always return >= 100 after that
/system/chre/apps/chqts/src/general_test/
H A Dget_time_test.cc43 uint64_t firstTime = chreGetTime();
45 sendFatalFailureToHost("chreGetTime() gave 0 well after system boot.");
51 nextTime = chreGetTime();
56 "chreGetTime() is not monotonically increasing");
63 sendFatalFailureToHost("chreGetTime() is not increasing.");
82 uint64_t time = chreGetTime();
H A Dtimer_set_test.cc61 mSetTime = chreGetTime();
67 sendFatalFailureToHost("chreGetTime() gave 0");
159 uint64_t timestamp = chreGetTime();
H A Dbasic_sensor_test_base.cc181 mPreTimestamp = chreGetTime();
248 mDoneTimestamp = chreGetTime();
/system/chre/apps/ash_world/
H A Dash_world.cc118 tic = chreGetTime();
120 toc = chreGetTime();
125 tic = chreGetTime();
127 toc = chreGetTime();
/system/chre/chre_api/legacy/v1_0/chre/
H A Dre.h228 uint64_t chreGetTime(void);
/system/chre/platform/shared/
H A Dchre_api_re.cc28 DLL_EXPORT uint64_t chreGetTime() { function
/system/chre/apps/sensor_world/
H A Dsensor_world.cc181 uint64_t chreTime = chreGetTime();
/system/chre/apps/imu_cal/
H A Dnano_calibration.cc904 const uint64_t timestamp_nanos = chreGetTime();
1057 const uint64_t timestamp_nanos = chreGetTime();

Completed in 186 milliseconds