Home
last modified time | relevance | path

Searched refs:getCblk (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/libmedia/
DIAudioRecord.cpp65 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioRecord
88 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
DIAudioTrack.cpp91 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack
128 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
DIEffect.cpp105 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect
183 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
DAudioEffect.cpp149 cblk = iEffect->getCblk(); in set()
DAudioRecord.cpp441 sp<IMemory> cblk = record->getCblk(); in openRecord()
DAudioTrack.cpp742 sp<IMemory> cblk = track->getCblk(); in createTrack()
/frameworks/base/include/media/
DIAudioRecord.h50 virtual sp<IMemory> getCblk() const = 0;
DIAudioTrack.h71 virtual sp<IMemory> getCblk() const = 0;
DIEffect.h44 virtual sp<IMemory> getCblk() const = 0;
/frameworks/base/include/surfaceflinger/
DISurfaceComposer.h100 virtual sp<IMemoryHeap> getCblk() const = 0;
/frameworks/base/libs/surfaceflinger_client/
DISurfaceComposer.cpp67 virtual sp<IMemoryHeap> getCblk() const in getCblk() function in android::BpSurfaceComposer
226 sp<IBinder> b = getCblk()->asBinder(); in onTransact()
DSurfaceComposerClient.cpp53 mServerCblkMemory = mComposerService->getCblk(); in ComposerService()
/frameworks/base/services/audioflinger/
DAudioFlinger.h314 sp<IMemory> getCblk() const;
806 virtual sp<IMemory> getCblk() const;
905 virtual sp<IMemory> getCblk() const;
1050 virtual sp<IMemory> getCblk() const;
DAudioFlinger.cpp1186 if (track->getCblk() == NULL || track->name() < 0) { in createTrack_l()
2871 sp<IMemory> AudioFlinger::ThreadBase::TrackBase::getCblk() const in getCblk() function in android::AudioFlinger::ThreadBase::TrackBase
3638 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle
3639 return mTrack->getCblk(); in getCblk()
3711 if (recordTrack->getCblk() == NULL) { in openRecord()
3753 sp<IMemory> AudioFlinger::RecordHandle::getCblk() const { in getCblk() function in android::AudioFlinger::RecordHandle
3754 return mRecordTrack->getCblk(); in getCblk()
6056 sp<IMemory> AudioFlinger::EffectHandle::getCblk() const { in getCblk() function in android::AudioFlinger::EffectHandle
/frameworks/base/services/surfaceflinger/
DSurfaceFlinger.h195 virtual sp<IMemoryHeap> getCblk() const;
DSurfaceFlinger.cpp128 sp<IMemoryHeap> SurfaceFlinger::getCblk() const in getCblk() function in android::SurfaceFlinger