Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp61 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, in Proxy()
71 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ClientProxy()
144 audio_track_cblk_t* cblk = mCblk; in obtainBuffer() local
357 audio_track_cblk_t* cblk = mCblk; in releaseBuffer() local
370 audio_track_cblk_t* cblk = mCblk; in binderDied() local
381 audio_track_cblk_t* cblk = mCblk; in interrupt() local
392 audio_track_cblk_t* cblk = mCblk; in getMisalignment() local
458 audio_track_cblk_t* cblk = mCblk; in waitStreamEndDone() local
562 StaticAudioTrackClientProxy::StaticAudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, in StaticAudioTrackClientProxy()
659 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ServerProxy()
[all …]
DIEffect.cpp120 sp<IMemory> cblk; in getCblk() local
DIAudioTrack.cpp60 sp<IMemory> cblk; in getCblk() local
DAudioEffect.cpp105 sp<IMemory> cblk; in set() local
DAudioRecord.cpp704 audio_track_cblk_t* cblk; in createRecord_l() local
DAudioTrack.cpp1526 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer); in createTrack_l() local
/frameworks/av/include/private/media/
DAudioTrackShared.h362 : ClientProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, in ClientProxy() argument
473 AudioRecordClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in AudioRecordClientProxy()
579 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer), in ServerProxy() argument
694 AudioRecordServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in AudioRecordServerProxy()
/frameworks/av/services/audioflinger/
DFastCapture.cpp212 audio_track_cblk_t* cblk = current->mCblk; in onWork() local
DTrackBase.h80 audio_track_cblk_t* cblk() const { return mCblk; } in cblk() function
DTracks.cpp1404 audio_track_cblk_t* cblk = mCblk; in signalClientFlag() local
2228 audio_track_cblk_t* cblk = mCblk; in invalidate() local
DThreads.cpp4914 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
5653 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
6188 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h325 sp<IMemory> cblk; variable