Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2403 writeFrames = 0; in threadLoop()
4773 writeFrames = mNormalFrameCount; in threadLoop_mix()
4788 writeFrames = mNormalFrameCount; in threadLoop_sleepTime()
4792 writeFrames = 0; in threadLoop_sleepTime()
4806 mSinkBuffer, mFormat, writeFrames * mChannelCount); in threadLoop_write()
4809 outputTracks[i]->write(reinterpret_cast<int16_t*>(mSinkBuffer), writeFrames); in threadLoop_write()
DThreads.h769 uint32_t writeFrames; variable