Searched defs:getCblk (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/libmedia/
H A DIAudioRecord.cpp65 virtual sp<IMemory> getCblk() const function in class:android::BpAudioRecord
88 reply->writeStrongBinder(getCblk()->asBinder());
H A DIAudioTrack.cpp91 virtual sp<IMemory> getCblk() const function in class:android::BpAudioTrack
128 reply->writeStrongBinder(getCblk()->asBinder());
H A DIEffect.cpp105 virtual sp<IMemory> getCblk() const function in class:android::BpEffect
183 reply->writeStrongBinder(getCblk()->asBinder());
/frameworks/base/libs/surfaceflinger_client/
H A DISurfaceComposer.cpp67 virtual sp<IMemoryHeap> getCblk() const function in class:android::BpSurfaceComposer
226 sp<IBinder> b = getCblk()->asBinder();
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp128 sp<IMemoryHeap> SurfaceFlinger::getCblk() const function in class:android::SurfaceFlinger
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp1186 if (track->getCblk() == NULL || track->name() < 0) {
2871 sp<IMemory> AudioFlinger::ThreadBase::TrackBase::getCblk() const function in class:android::AudioFlinger::ThreadBase::TrackBase
3638 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { function in class:android::AudioFlinger::TrackHandle
3639 return mTrack->getCblk();
3711 if (recordTrack->getCblk() == NULL) {
3753 sp<IMemory> AudioFlinger::RecordHandle::getCblk() const { function in class:android::AudioFlinger::RecordHandle
3754 return mRecordTrack->getCblk();
6056 sp<IMemory> AudioFlinger::EffectHandle::getCblk() const { function in class:android::AudioFlinger::EffectHandle

Completed in 279 milliseconds