Home
last modified time | relevance | path

Searched refs:mGnssLocationTimerHandle (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/apps/test/common/chre_stress_test/src/
H A Dchre_stress_test_manager.cc178 } else if (*handle == mGnssLocationTimerHandle) { in handleTimerEvent()
363 setTimer(kTimerDelayNs, false /* oneShot */, &mGnssLocationTimerHandle); in handleGnssLocationStartCommand()
365 cancelTimer(&mGnssLocationTimerHandle); in handleGnssLocationStartCommand()
/aosp12/system/chre/apps/test/common/chre_stress_test/inc/
H A Dchre_stress_test_manager.h170 uint32_t mGnssLocationTimerHandle = CHRE_TIMER_INVALID; variable