Searched refs:mGnssLocationTimerHandle (Results 1 – 2 of 2) sorted by relevance
178 } else if (*handle == mGnssLocationTimerHandle) { in handleTimerEvent()363 setTimer(kTimerDelayNs, false /* oneShot */, &mGnssLocationTimerHandle); in handleGnssLocationStartCommand()365 cancelTimer(&mGnssLocationTimerHandle); in handleGnssLocationStartCommand()
170 uint32_t mGnssLocationTimerHandle = CHRE_TIMER_INVALID; variable