Searched refs:mLastWriteTime (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp293 mLastWriteTime = systemTime();
318 if ((uint32_t)ns2us(now - mLastWriteTime) < (mBufferDurationUs >> 2)) {
320 usleep(mBufferDurationUs - (uint32_t)ns2us(now - mLastWriteTime));
322 mLastWriteTime = now;
H A DA2dpAudioInterface.h121 nsecs_t mLastWriteTime; member in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut

Completed in 88 milliseconds