Home
last modified time | relevance | path

Searched defs:cblk (Results 1 – 10 of 10) 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
495 audio_track_cblk_t* cblk = mCblk; in waitStreamEndDone() local
599 StaticAudioTrackClientProxy::StaticAudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, in StaticAudioTrackClientProxy()
696 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ServerProxy()
[all …]
DAudioEffect.cpp76 sp<IMemory> cblk; in set() local
DAudioRecord.cpp759 audio_track_cblk_t* cblk; in createRecord_l() local
DAudioTrack.cpp1790 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer); in createTrack_l() local
/frameworks/av/services/audioflinger/
DFastCapture.cpp215 audio_track_cblk_t* cblk = current->mCblk; in onWork() local
DTrackBase.h81 audio_track_cblk_t* cblk() const { return mCblk; } in cblk() function
DTracks.cpp1616 audio_track_cblk_t* cblk = mCblk; in signalClientFlag() local
2493 audio_track_cblk_t* cblk = mCblk; in invalidate() local
DThreads.cpp5168 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
5917 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
6455 audio_track_cblk_t* cblk = track->cblk(); in prepareTracks_l() local
/frameworks/av/include/private/media/
DAudioTrackShared.h365 : ClientProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, in ClientProxy() argument
476 AudioRecordClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in AudioRecordClientProxy()
580 AudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in AudioTrackServerProxy()
699 AudioRecordServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in AudioRecordServerProxy()
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h165 sp<IMemory> cblk; variable