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
394 audio_track_cblk_t* cblk = mCblk; in releaseBuffer() local
407 audio_track_cblk_t* cblk = mCblk; in binderDied() local
418 audio_track_cblk_t* cblk = mCblk; in interrupt() local
429 audio_track_cblk_t* cblk = mCblk; in getMisalignment() local
497 audio_track_cblk_t* cblk = mCblk; in waitStreamEndDone() local
622 StaticAudioTrackClientProxy::StaticAudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, in StaticAudioTrackClientProxy()
719 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ServerProxy()
[all …]
DAudioEffect.cpp72 sp<IMemory> cblk; in set() local
DAudioRecord.cpp782 audio_track_cblk_t* cblk; in createRecord_l() local
DAudioTrack.cpp1948 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.h57 audio_track_cblk_t* cblk() const final { return mCblk; } in cblk() function
DTracks.cpp1886 audio_track_cblk_t* cblk = mCblk; in isDisabled() local
1894 audio_track_cblk_t* cblk = mCblk; in signalClientFlag() local
2930 audio_track_cblk_t* cblk = mCblk; in invalidate() local
DThreads.cpp5841 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
6806 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
7372 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h172 sp<IMemory> cblk; variable