HomeSort by relevance Sort by last modified time
    Searched refs:advanceClientToMatchServerPosition (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.h 49 void advanceClientToMatchServerPosition() override;
AudioStreamInternalPlay.h 57 void advanceClientToMatchServerPosition() override;
AudioStreamInternalCapture.cpp 42 void AudioStreamInternalCapture::advanceClientToMatchServerPosition() {
49 ALOGD("advanceClientToMatchServerPosition() readN = %lld, writeN = %lld, offset = %lld",
99 advanceClientToMatchServerPosition();
AudioStreamInternalPlay.cpp 76 void AudioStreamInternalPlay::advanceClientToMatchServerPosition() {
83 ALOGD("advanceClientToMatchServerPosition() readN = %lld, writeN = %lld, offset = %lld",
92 advanceClientToMatchServerPosition();
137 advanceClientToMatchServerPosition();
AudioStreamInternal.h 122 virtual void advanceClientToMatchServerPosition() = 0;

Completed in 368 milliseconds