Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/test/common/chre_stress_test/src/
H A Dchre_stress_test_manager.cc188 } else if (*handle == mWwanTimerHandle) { in handleTimerEvent()
398 setTimer(kTimerDelayNs, false /* oneShot */, &mWwanTimerHandle); in handleWwanStartCommand()
400 cancelTimer(&mWwanTimerHandle); in handleWwanStartCommand()
/aosp12/system/chre/apps/test/common/chre_stress_test/inc/
H A Dchre_stress_test_manager.h174 uint32_t mWwanTimerHandle = CHRE_TIMER_INVALID; variable