Lines Matching refs:patchRecord
822 RecordThread::PatchRecord* patchRecord = teePatch.patchRecord.get();
824 size_t framesWritten = writeFrames(patchRecord, sourceBuffer.i8, frameCount);
830 writeFrames(patchRecord, sourceBuffer.i8 + framesWritten * mFrameSize, framesLeft);
833 ALOGW_IF(framesLeft != 0, "%s(%d) PatchRecord %d can not provide big enough "
834 "buffer %zu/%zu, dropping %zu frames", __func__, mId, patchRecord->mId,
2256 #define LOG_TAG "AF::PatchRecord"
2258 AudioFlinger::RecordThread::PatchRecord::PatchRecord(RecordThread *recordThread,
2281 AudioFlinger::RecordThread::PatchRecord::~PatchRecord()
2287 status_t AudioFlinger::RecordThread::PatchRecord::getNextBuffer(
2304 void AudioFlinger::RecordThread::PatchRecord::releaseBuffer(AudioBufferProvider::Buffer* buffer)
2314 status_t AudioFlinger::RecordThread::PatchRecord::obtainBuffer(Proxy::Buffer* buffer,
2320 void AudioFlinger::RecordThread::PatchRecord::releaseBuffer(Proxy::Buffer* buffer)