Home
last modified time | relevance | path

Searched refs:cancelTimer (Results 1 – 6 of 6) sorted by relevance

/system/chre/core/include/chre/core/
Dtimer_pool.h97 return cancelTimer(nanoapp->getInstanceId(), timerHandle); in cancelNanoappTimer()
107 return cancelTimer(kSystemInstanceId, timerHandle); in cancelSystemTimer()
203 bool cancelTimer(uint32_t instanceId, TimerHandle timerHandle);
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc235 cancelTimer(&mWifiScanAsyncTimerHandle); in handleWifiAsyncResult()
245 cancelTimer(&mWifiScanMonitorAsyncTimerHandle); in handleWifiAsyncResult()
275 cancelTimer(asyncTimerHandle); in validateGnssAsyncResult()
351 cancelTimer(&mWifiScanTimerHandle); in handleWifiStartCommand()
365 cancelTimer(&mGnssLocationTimerHandle); in handleGnssLocationStartCommand()
383 cancelTimer(&mGnssMeasurementTimerHandle); in handleGnssMeasurementStartCommand()
400 cancelTimer(&mWwanTimerHandle); in handleWwanStartCommand()
432 void Manager::cancelTimer(uint32_t *timerHandle) { in cancelTimer() function in chre::stress_test::Manager
/system/chre/apps/test/chqts/src/general_test/
Dwwan_cell_info_test.cc58 cancelTimer(); in ~WwanCellInfoTest()
69 cancelTimer(); in handleEvent()
81 void WwanCellInfoTest::cancelTimer() { in cancelTimer() function in general_test::WwanCellInfoTest
Dwwan_cell_info_test.h38 void cancelTimer();
/system/chre/apps/test/common/chre_stress_test/inc/
Dchre_stress_test_manager.h126 void cancelTimer(uint32_t *timerHandle);
/system/chre/core/
Dtimer_pool.cc81 bool TimerPool::cancelTimer(uint32_t instanceId, TimerHandle timerHandle) { in cancelTimer() function in chre::TimerPool