/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | timer_stress_test.cc | 69 uint32_t cancelId = chreTimerSet(kDuration, &kCookies[0], true); in startStages() 77 if (chreTimerSet(kDuration, &kCookies[1], true) == CHRE_TIMER_INVALID) { in startStages() 89 if (chreTimerSet(kDuration, &kCookies[2], true) == CHRE_TIMER_INVALID) { in startStages()
|
H A D | basic_flush_async_test.cc | 71 chreTimerSet(kFlushTestStartTimerValueNs, &mFlushStartTimerHandle, in setUp() 110 chreTimerSet(CHRE_SENSOR_FLUSH_COMPLETE_TIMEOUT_NS, in start()
|
H A D | heap_exhaustion_stability_test.cc | 116 if (chreTimerSet(kExhaustionDuration, &kExhaustionDuration, true) == in setUp() 143 if (chreTimerSet(kShortDuration, &kShortDuration, true) != in testSetTimer()
|
H A D | estimated_host_time_test.cc | 39 chreTimerSet(timerInterval, &mTimerHandle, false /* oneShot */); in setUp()
|
H A D | timer_cancel_test.cc | 48 stage->timerId = chreTimerSet(kDuration, stage, stage->oneShot); in startStages()
|
H A D | wwan_cell_info_test.cc | 46 mTimerHandle = chreTimerSet(CHRE_ASYNC_RESULT_TIMEOUT_NS, &mTimerHandle, in setUp()
|
H A D | timer_set_test.cc | 66 mTimerHandle = chreTimerSet(mDuration, mCookie, mOneShot); in start()
|
/aosp12/system/chre/apps/timer_world/ |
H A D | timer_world.cc | 38 chreTimerSet(100000000 /* duration: 100ms */, in nanoappStart() 41 chreTimerSet(150000000 /* duration: 150ms */, in nanoappStart()
|
/aosp12/system/chre/apps/test/pts/audio_enable_disable_test/src/ |
H A D | audio_enable_disable_test.cc | 115 gTimerHandle = chreTimerSet(20 * kOneSecondInNanoseconds, in handleMessageFromHost() 142 gTimerHandle = chreTimerSet(5 * kOneSecondInNanoseconds, in handleAudioDataEvent()
|
/aosp12/system/chre/apps/gnss_world/ |
H A D | gnss_world.cc | 83 chreTimerSet(CHRE_GNSS_ASYNC_RESULT_TIMEOUT_NS, /* 5 sec in CHRE 1.1 */ in makeLocationRequest() 108 chreTimerSet(CHRE_GNSS_ASYNC_RESULT_TIMEOUT_NS, /* 5 sec in CHRE 1.1 */ in makeMeasurementRequest()
|
/aosp12/system/chre/chre_api/legacy/v1_0/chre/ |
H A D | re.h | 254 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
|
/aosp12/system/chre/apps/host_awake_world/ |
H A D | host_awake_world.cc | 39 gMessageTimerHandle = chreTimerSet(5000000 /* 5 ms */, &gMessageTimerHandle, in nanoappStart()
|
/aosp12/system/chre/chre_api/legacy/v1_1/chre/ |
H A D | re.h | 314 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | re.h | 320 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | re.h | 320 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | re.h | 334 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | re.h | 334 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
|
/aosp12/system/chre/apps/unload_tester/ |
H A D | unload_tester.cc | 59 chreTimerSet(kTimerDuration, nullptr, true /* oneShot */); in nanoappStart()
|
/aosp12/system/chre/platform/shared/ |
H A D | chre_api_re.cc | 47 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie, in chreTimerSet() function
|
/aosp12/system/chre/apps/test/chqts/src/busy_startup/ |
H A D | busy_startup.cc | 186 gTimerId = chreTimerSet(1, &gInstanceId, true); in nanoappStart()
|
/aosp12/system/chre/apps/audio_stress_test/ |
H A D | audio_stress_test.cc | 165 gTimerHandle = chreTimerSet(kStressPlan[gTestPosition].toRawNanoseconds(), in advanceTestPosition()
|
/aosp12/system/chre/apps/sensor_world/ |
H A D | sensor_world.cc | 301 gBreakItTimerHandle = chreTimerSet(kBreakItPeriod.toRawNanoseconds(), in handleTimerEvent() 352 gBreakItTimerHandle = chreTimerSet(kBreakItPeriod.toRawNanoseconds(), in nanoappStart()
|
/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/src/ |
H A D | chre_audio_concurrency_test_manager.cc | 171 mTimerHandle = chreTimerSet(durationSeconds * kOneSecondInNanoseconds, in setTimeoutTimer()
|
/aosp12/system/chre/apps/wwan_world/ |
H A D | wwan_world.cc | 176 chreTimerSet(kCellInfoInterval.toRawNanoseconds(), in nanoappStart()
|
/aosp12/system/chre/apps/wifi_world/ |
H A D | wifi_world.cc | 169 chreTimerSet(kWifiScanInterval.toRawNanoseconds(), in requestDelayedWifiScan()
|