Searched refs:setTimer (Results 1 – 4 of 4) sorted by relevance
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 314 setTimer(CHRE_WIFI_SCAN_RESULT_TIMEOUT_NS + TIMEOUT_BUFFER_DELAY_NS, in handleDelayedWifiTimer() 572 setTimer(kTimerDelayNs, false /* oneShot */, &mGnssLocationTimerHandle); in handleGnssLocationStartCommand() 589 setTimer(kTimerDelayNs, false /* oneShot */, in handleGnssMeasurementStartCommand() 608 setTimer(kTimerDelayNs, false /* oneShot */, &mWwanTimerHandle); in handleWwanStartCommand() 627 setTimer(CHRE_ASYNC_RESULT_TIMEOUT_NS + TIMEOUT_BUFFER_DELAY_NS, in handleWifiScanMonitoringCommand() 699 void Manager::setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle) { in setTimer() function in chre::stress_test::Manager 750 setTimer(kSensorRequestInterval.toRawNanoseconds(), true /* oneShot */, in makeSensorRequests() 781 setTimer(kBleRequestInterval.toRawNanoseconds(), true /* oneShot */, in makeBleScanRequest() 814 setTimer(CHRE_GNSS_ASYNC_RESULT_TIMEOUT_NS + TIMEOUT_BUFFER_DELAY_NS, in makeGnssLocationRequest() 849 setTimer(CHRE_GNSS_ASYNC_RESULT_TIMEOUT_NS + TIMEOUT_BUFFER_DELAY_NS, in makeGnssMeasurementRequest() [all …]
|
/system/chre/core/include/chre/core/ |
D | timer_pool.h | 67 return setTimer(nanoapp->getInstanceId(), duration, cookie, in setNanoappTimer() 207 TimerHandle setTimer(uint16_t instanceId, Nanoseconds duration,
|
/system/chre/core/ |
D | timer_pool.cc | 38 setTimer(kSystemInstanceId, duration, data, callback, callbackType, in setSystemTimer() 67 TimerHandle TimerPool::setTimer(uint16_t instanceId, Nanoseconds duration, in setTimer() function in chre::TimerPool
|
/system/chre/apps/test/common/chre_stress_test/inc/ |
D | chre_stress_test_manager.h | 162 void setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle);
|