Searched refs:setTimer (Results 1 – 4 of 4) sorted by relevance
/chre-3.4.0/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 216 setTimer(CHRE_WIFI_SCAN_RESULT_TIMEOUT_NS, true /* oneShot */, in handleDelayedWifiTimer() 363 setTimer(kTimerDelayNs, false /* oneShot */, &mGnssLocationTimerHandle); in handleGnssLocationStartCommand() 380 setTimer(kTimerDelayNs, false /* oneShot */, in handleGnssMeasurementStartCommand() 398 setTimer(kTimerDelayNs, false /* oneShot */, &mWwanTimerHandle); in handleWwanStartCommand() 417 setTimer(CHRE_ASYNC_RESULT_TIMEOUT_NS, true /* oneShot */, in handleWifiScanMonitoringCommand() 425 void Manager::setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle) { in setTimer() function in chre::stress_test::Manager 472 setTimer(CHRE_GNSS_ASYNC_RESULT_TIMEOUT_NS, true /* oneShot */, in makeGnssLocationRequest() 507 setTimer(CHRE_GNSS_ASYNC_RESULT_TIMEOUT_NS, true /* oneShot */, in makeGnssMeasurementRequest() 515 setTimer(kWifiScanInterval.toRawNanoseconds(), true /* oneShot */, in requestDelayedWifiScan()
|
/chre-3.4.0/core/include/chre/core/ |
D | timer_pool.h | 63 return setTimer(nanoapp->getInstanceId(), duration, cookie, in setNanoappTimer() 191 TimerHandle setTimer(uint32_t instanceId, Nanoseconds duration,
|
/chre-3.4.0/core/ |
D | timer_pool.cc | 38 setTimer(kSystemInstanceId, duration, data, callback, callbackType, in setSystemTimer() 48 TimerHandle TimerPool::setTimer(uint32_t instanceId, Nanoseconds duration, in setTimer() function in chre::TimerPool
|
/chre-3.4.0/apps/test/common/chre_stress_test/inc/ |
D | chre_stress_test_manager.h | 125 void setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle);
|