Searched refs:PatchRecord (Results 1 – 6 of 6) sorted by relevance
92 class PatchRecord : virtual public RecordTrack, public PatchProxyBufferProvider {95 PatchRecord(RecordThread *recordThread,102 virtual ~PatchRecord();
69 sp<RecordThread::PatchRecord> mPatchRecord;
1661 AudioFlinger::RecordThread::PatchRecord::PatchRecord(RecordThread *recordThread, in PatchRecord() function in android::AudioFlinger::RecordThread::PatchRecord1683 AudioFlinger::RecordThread::PatchRecord::~PatchRecord() in ~PatchRecord()1688 status_t AudioFlinger::RecordThread::PatchRecord::getNextBuffer( in getNextBuffer()1705 void AudioFlinger::RecordThread::PatchRecord::releaseBuffer(AudioBufferProvider::Buffer* buffer) in releaseBuffer()1715 status_t AudioFlinger::RecordThread::PatchRecord::obtainBuffer(Proxy::Buffer* buffer, in obtainBuffer()1721 void AudioFlinger::RecordThread::PatchRecord::releaseBuffer(Proxy::Buffer* buffer) in releaseBuffer()
1287 void addPatchRecord(const sp<PatchRecord>& record);1288 void deletePatchRecord(const sp<PatchRecord>& record);
433 patch->mPatchRecord = new RecordThread::PatchRecord( in createPatchConnections()
7375 void AudioFlinger::RecordThread::addPatchRecord(const sp<PatchRecord>& record) in addPatchRecord()7381 void AudioFlinger::RecordThread::deletePatchRecord(const sp<PatchRecord>& record) in deletePatchRecord()