Searched refs:writeFrames (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | RecordTracks.h | 182 size_t writeFrames(const void* src, size_t frameCount, size_t frameSize) { in writeFrames() function 183 return writeFrames(this, src, frameCount, frameSize); in writeFrames() 188 static size_t writeFrames(AudioBufferProvider* dest, const void* src,
|
D | Tracks.cpp | 836 const size_t framesWritten = patchRecord->writeFrames( in interceptBuffer() 2473 size_t AudioFlinger::RecordThread::PatchRecord::writeFrames( in writeFrames() function in android::AudioFlinger::RecordThread::PatchRecord 2607 buffer->mFrameCount = writeFrames( in obtainBuffer()
|
D | Threads.cpp | 3407 writeFrames = 0; in threadLoop() 6651 writeFrames = mNormalFrameCount; in threadLoop_mix() 6666 writeFrames = mNormalFrameCount; in threadLoop_sleepTime() 6670 writeFrames = 0; in threadLoop_sleepTime() 6679 const ssize_t actualWritten = outputTracks[i]->write(mSinkBuffer, writeFrames); in threadLoop_write() 6688 ALOGD_IF(correction != 0 && writeFrames != 0, in threadLoop_write() 6690 __func__, writeFrames, actualWritten, correction, (long long)mFramesWritten); in threadLoop_write()
|
D | Threads.h | 1167 uint32_t writeFrames; variable
|