Home
last modified time | relevance | path

Searched refs:chreTimerSet (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dtimer_stress_test.cc69 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 Dbasic_flush_async_test.cc71 chreTimerSet(kFlushTestStartTimerValueNs, &mFlushStartTimerHandle, in setUp()
110 chreTimerSet(CHRE_SENSOR_FLUSH_COMPLETE_TIMEOUT_NS, in start()
H A Dheap_exhaustion_stability_test.cc116 if (chreTimerSet(kExhaustionDuration, &kExhaustionDuration, true) == in setUp()
143 if (chreTimerSet(kShortDuration, &kShortDuration, true) != in testSetTimer()
H A Destimated_host_time_test.cc39 chreTimerSet(timerInterval, &mTimerHandle, false /* oneShot */); in setUp()
H A Dtimer_cancel_test.cc48 stage->timerId = chreTimerSet(kDuration, stage, stage->oneShot); in startStages()
H A Dwwan_cell_info_test.cc46 mTimerHandle = chreTimerSet(CHRE_ASYNC_RESULT_TIMEOUT_NS, &mTimerHandle, in setUp()
H A Dtimer_set_test.cc66 mTimerHandle = chreTimerSet(mDuration, mCookie, mOneShot); in start()
/aosp12/system/chre/apps/timer_world/
H A Dtimer_world.cc38 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 Daudio_enable_disable_test.cc115 gTimerHandle = chreTimerSet(20 * kOneSecondInNanoseconds, in handleMessageFromHost()
142 gTimerHandle = chreTimerSet(5 * kOneSecondInNanoseconds, in handleAudioDataEvent()
/aosp12/system/chre/apps/gnss_world/
H A Dgnss_world.cc83 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 Dre.h254 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
/aosp12/system/chre/apps/host_awake_world/
H A Dhost_awake_world.cc39 gMessageTimerHandle = chreTimerSet(5000000 /* 5 ms */, &gMessageTimerHandle, in nanoappStart()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dre.h314 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dre.h320 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dre.h320 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dre.h334 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dre.h334 uint32_t chreTimerSet(uint64_t duration, const void *cookie, bool oneShot);
/aosp12/system/chre/apps/unload_tester/
H A Dunload_tester.cc59 chreTimerSet(kTimerDuration, nullptr, true /* oneShot */); in nanoappStart()
/aosp12/system/chre/platform/shared/
H A Dchre_api_re.cc47 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 Dbusy_startup.cc186 gTimerId = chreTimerSet(1, &gInstanceId, true); in nanoappStart()
/aosp12/system/chre/apps/audio_stress_test/
H A Daudio_stress_test.cc165 gTimerHandle = chreTimerSet(kStressPlan[gTestPosition].toRawNanoseconds(), in advanceTestPosition()
/aosp12/system/chre/apps/sensor_world/
H A Dsensor_world.cc301 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 Dchre_audio_concurrency_test_manager.cc171 mTimerHandle = chreTimerSet(durationSeconds * kOneSecondInNanoseconds, in setTimeoutTimer()
/aosp12/system/chre/apps/wwan_world/
H A Dwwan_world.cc176 chreTimerSet(kCellInfoInterval.toRawNanoseconds(), in nanoappStart()
/aosp12/system/chre/apps/wifi_world/
H A Dwifi_world.cc169 chreTimerSet(kWifiScanInterval.toRawNanoseconds(), in requestDelayedWifiScan()

12