Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp78 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, in Proxy()
108 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ClientProxy()
181 audio_track_cblk_t* cblk = mCblk; in obtainBuffer() local
402 audio_track_cblk_t* cblk = mCblk; in releaseBuffer() local
415 audio_track_cblk_t* cblk = mCblk; in binderDied() local
426 audio_track_cblk_t* cblk = mCblk; in interrupt() local
437 audio_track_cblk_t* cblk = mCblk; in getMisalignment() local
505 audio_track_cblk_t* cblk = mCblk; in waitStreamEndDone() local
630 StaticAudioTrackClientProxy::StaticAudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, in StaticAudioTrackClientProxy()
727 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ServerProxy()
[all …]
DAudioEffect.cpp72 sp<IMemory> cblk; in set() local
DAudioRecord.cpp833 audio_track_cblk_t* cblk; in createRecord_l() local
DAudioTrack.cpp1904 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer); in createTrack_l() local
/frameworks/av/services/audioflinger/fastpath/
DFastCapture.cpp207 audio_track_cblk_t* cblk = current->mCblk; in onWork() local
/frameworks/av/services/audioflinger/
DTrackBase.h59 audio_track_cblk_t* cblk() const final { return mCblk; } in cblk() function
DTracks.cpp2056 audio_track_cblk_t* cblk = mCblk; in isDisabled() local
2064 audio_track_cblk_t* cblk = mCblk; in signalClientFlag() local
3126 audio_track_cblk_t* cblk = mCblk; in invalidate() local
DThreads.cpp5935 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
6967 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
7532 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h172 sp<IMemory> cblk; variable