Home
last modified time | relevance | path

Searched refs:PatchRecord (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
DRecordTracks.h100 class PatchRecord : virtual public RecordTrack, public PatchProxyBufferProvider {
103 PatchRecord(RecordThread *recordThread,
110 virtual ~PatchRecord();
DPatchPanel.h69 sp<RecordThread::PatchRecord> mPatchRecord;
DTracks.cpp2150 AudioFlinger::RecordThread::PatchRecord::PatchRecord(RecordThread *recordThread, in PatchRecord() function in android::AudioFlinger::RecordThread::PatchRecord
2172 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()
DThreads.h1116 void addPatchRecord(const sp<PatchRecord>& record);
1117 void deletePatchRecord(const sp<PatchRecord>& record);
DPatchPanel.cpp454 patch->mPatchRecord = new RecordThread::PatchRecord( in createPatchConnections()
DThreads.cpp6395 void AudioFlinger::RecordThread::addPatchRecord(const sp<PatchRecord>& record) in addPatchRecord()
6401 void AudioFlinger::RecordThread::deletePatchRecord(const sp<PatchRecord>& record) in deletePatchRecord()