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

  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.h 72 int64_t mLastFramesWritten = 0; // used to prevent retrograde motion
AudioStreamInternalCapture.cpp 216 mLastFramesWritten = std::max(mLastFramesWritten,
219 // (long long)mLastFramesWritten);
220 return mLastFramesWritten;

Completed in 212 milliseconds