Home
last modified time | relevance | path

Searched defs:cblk (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libmedia/
DAudioTrackShared.cpp57 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, in Proxy()
67 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ClientProxy()
114 audio_track_cblk_t* cblk = mCblk; in obtainBuffer() local
309 audio_track_cblk_t* cblk = mCblk; in releaseBuffer() local
322 audio_track_cblk_t* cblk = mCblk; in binderDied() local
333 audio_track_cblk_t* cblk = mCblk; in interrupt() local
343 audio_track_cblk_t* cblk = mCblk; in getMisalignment() local
349 audio_track_cblk_t* cblk = mCblk; in getFramesFilled() local
376 audio_track_cblk_t* cblk = mCblk; in flush() local
398 audio_track_cblk_t* cblk = mCblk; in waitStreamEndDone() local
[all …]
DIEffect.cpp117 sp<IMemory> cblk; in getCblk() local
DIAudioTrack.cpp58 sp<IMemory> cblk; in getCblk() local
DAudioTrack.cpp1316 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer); in createTrack_l() local
1577 audio_track_cblk_t* cblk = mCblk; in releaseBuffer() local
1659 audio_track_cblk_t* cblk = mCblk; in allocateTimedBuffer() local
1686 audio_track_cblk_t* cblk = mCblk; in queueTimedBuffer() local
DAudioEffect.cpp100 sp<IMemory> cblk; in set() local
DAudioRecord.cpp584 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer); in openRecord_l() local
DIAudioFlinger.cpp185 sp<IMemory>& cblk, in openRecord()
973 sp<IMemory> cblk; in onTransact() local
/frameworks/av/include/private/media/
DAudioTrackShared.h320 : ClientProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, in ClientProxy() argument
414 AudioRecordClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in AudioRecordClientProxy()
474 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer), in ServerProxy() argument
558 AudioRecordServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in AudioRecordServerProxy()
/frameworks/av/services/audioflinger/
DFastCapture.cpp199 audio_track_cblk_t* cblk = current->mCblk; in onWork() local
DTrackBase.h78 audio_track_cblk_t* cblk() const { return mCblk; } in cblk() function
DTracks.cpp1074 audio_track_cblk_t* cblk = mCblk; in invalidate() local
2068 audio_track_cblk_t* cblk = mCblk; in invalidate() local
DThreads.cpp3852 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
4454 audio_track_cblk_t* cblk = track->cblk(); in processVolume_l() local
4543 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
5054 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
DAudioFlinger.cpp1441 sp<IMemory>& cblk, in openRecord()