Searched refs:writeFrames (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | RecordTracks.h | 181 size_t writeFrames(const void* src, size_t frameCount, size_t frameSize) { in writeFrames() function 182 return writeFrames(this, src, frameCount, frameSize); in writeFrames() 187 static size_t writeFrames(AudioBufferProvider* dest, const void* src,
|
D | Tracks.cpp | 827 const size_t framesWritten = patchRecord->writeFrames( in interceptBuffer() 2435 size_t AudioFlinger::RecordThread::PatchRecord::writeFrames( in writeFrames() function in android::AudioFlinger::RecordThread::PatchRecord 2569 buffer->mFrameCount = writeFrames( in obtainBuffer()
|
D | Threads.cpp | 3293 writeFrames = 0; in threadLoop() 6499 writeFrames = mNormalFrameCount; in threadLoop_mix() 6514 writeFrames = mNormalFrameCount; in threadLoop_sleepTime() 6518 writeFrames = 0; in threadLoop_sleepTime() 6527 const ssize_t actualWritten = outputTracks[i]->write(mSinkBuffer, writeFrames); in threadLoop_write() 6536 ALOGD_IF(correction != 0 && writeFrames != 0, in threadLoop_write() 6538 __func__, writeFrames, actualWritten, correction, (long long)mFramesWritten); in threadLoop_write()
|
D | Threads.h | 1150 uint32_t writeFrames; variable
|