Home
last modified time | relevance | path

Searched refs:mFramestoDrop (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp4590 if (mFramestoDrop == 0) { in threadLoop()
4593 if (mFramestoDrop > 0) { in threadLoop()
4594 mFramestoDrop -= buffer.frameCount; in threadLoop()
4595 if (mFramestoDrop <= 0) { in threadLoop()
4599 mFramestoDrop += buffer.frameCount; in threadLoop()
4600 if (mFramestoDrop >= 0 || mSyncStartEvent == 0 || in threadLoop()
4603 (mFramestoDrop >= 0) ? "timed out" : "cancelled", in threadLoop()
4794 mFramestoDrop = - ((AudioSystem::kSyncRecordStartTimeOutMs * mReqSampleRate) / 1000); in start()
4856 mFramestoDrop = 0; in clearSyncStartEvent()
4874 mFramestoDrop = mFrameCount * 2; in handleSyncStartEvent()
DThreads.h960 ssize_t mFramestoDrop; variable