Searched refs:PatchRecord (Results 1 – 6 of 6) sorted by relevance
100 class PatchRecord : virtual public RecordTrack, public PatchProxyBufferProvider {103 PatchRecord(RecordThread *recordThread,110 virtual ~PatchRecord();
69 sp<RecordThread::PatchRecord> mPatchRecord;
2150 AudioFlinger::RecordThread::PatchRecord::PatchRecord(RecordThread *recordThread, in PatchRecord() function in android::AudioFlinger::RecordThread::PatchRecord2172 AudioFlinger::RecordThread::PatchRecord::~PatchRecord() in ~PatchRecord()2177 status_t AudioFlinger::RecordThread::PatchRecord::getNextBuffer( in getNextBuffer()2194 void AudioFlinger::RecordThread::PatchRecord::releaseBuffer(AudioBufferProvider::Buffer* buffer) in releaseBuffer()2204 status_t AudioFlinger::RecordThread::PatchRecord::obtainBuffer(Proxy::Buffer* buffer, in obtainBuffer()2210 void AudioFlinger::RecordThread::PatchRecord::releaseBuffer(Proxy::Buffer* buffer) in releaseBuffer()
1116 void addPatchRecord(const sp<PatchRecord>& record);1117 void deletePatchRecord(const sp<PatchRecord>& record);
454 patch->mPatchRecord = new RecordThread::PatchRecord( in createPatchConnections()
6395 void AudioFlinger::RecordThread::addPatchRecord(const sp<PatchRecord>& record) in addPatchRecord()6401 void AudioFlinger::RecordThread::deletePatchRecord(const sp<PatchRecord>& record) in deletePatchRecord()