Home | History | Annotate | Download | only in libaah_rtp

Lines Matching refs:delayUs

896 void AAH_TXPlayer::postPumpAudioEvent_l(int64_t delayUs) {
901 mQueue.postEventWithDelay(mPumpAudioEvent, delayUs < 0 ? 10000 : delayUs);