Home
last modified time | relevance | path

Searched refs:setTimer (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/chre/apps/test/common/chre_stress_test/src/
H A Dchre_stress_test_manager.cc216 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()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java39 private void setTimer() { in setTimer() method in ShaderProgram
57 this.setTimer(); in ShaderProgram()
66 this.setTimer(); in ShaderProgram()
72 program.setTimer(); in createIdentity()
/aosp12/system/chre/core/include/chre/core/
H A Dtimer_pool.h63 return setTimer(nanoapp->getInstanceId(), duration, cookie, in setNanoappTimer()
191 TimerHandle setTimer(uint32_t instanceId, Nanoseconds duration,
/aosp12/system/chre/core/
H A Dtimer_pool.cc38 setTimer(kSystemInstanceId, duration, data, callback, callbackType, in setSystemTimer()
48 TimerHandle TimerPool::setTimer(uint32_t instanceId, Nanoseconds duration, in setTimer() function in chre::TimerPool
/aosp12/system/chre/apps/test/common/chre_stress_test/inc/
H A Dchre_stress_test_manager.h125 void setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle);
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncDispatchTimerQueue.cpp214 void VSyncDispatchTimerQueue::setTimer(nsecs_t targetTime, nsecs_t /*now*/) { in setTimer() function in android::scheduler::VSyncDispatchTimerQueue
261 setTimer(*min, now); in rearmTimerSkippingUpdateFor()
H A DVSyncDispatchTimerQueue.h138 void setTimer(nsecs_t, nsecs_t) REQUIRES(mMutex);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18635 Landroid/filterfw/core/ShaderProgram;->setTimer()V