Home
last modified time | relevance | path

Searched refs:delayNs (Results 1 – 5 of 5) sorted by relevance

/system/chre/platform/linux/include/chre/target_platform/
Dsystem_timer_base.h42 bool setInternal(uint64_t delayNs);
/system/chre/platform/linux/
Dsystem_timer.cc118 bool SystemTimerBase::setInternal(uint64_t delayNs) { in setInternal() argument
123 NanosecondsToTimespec(delayNs, &spec.it_value); in setInternal()
/system/chre/apps/test/common/chre_stress_test/inc/
Dchre_stress_test_manager.h125 void setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle);
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc425 void Manager::setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle) { in setTimer() argument
426 *timerHandle = chreTimerSet(delayNs, timerHandle, oneShot); in setTimer()
/system/media/audio_utils/
Decho_reference.c398 int64_t delayNs = ((int64_t)er->frames_in * 1000000000) / er->rd_sampling_rate; in echo_reference_read() local
400 int64_t deltaNs = delayNs - expectedDelayNs; in echo_reference_read()