Searched refs:getCblk (Results 1 – 16 of 16) sorted by relevance
65 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioRecord88 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
91 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack128 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
105 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect183 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
149 cblk = iEffect->getCblk(); in set()
441 sp<IMemory> cblk = record->getCblk(); in openRecord()
742 sp<IMemory> cblk = track->getCblk(); in createTrack()
50 virtual sp<IMemory> getCblk() const = 0;
71 virtual sp<IMemory> getCblk() const = 0;
44 virtual sp<IMemory> getCblk() const = 0;
100 virtual sp<IMemoryHeap> getCblk() const = 0;
67 virtual sp<IMemoryHeap> getCblk() const in getCblk() function in android::BpSurfaceComposer226 sp<IBinder> b = getCblk()->asBinder(); in onTransact()
53 mServerCblkMemory = mComposerService->getCblk(); in ComposerService()
314 sp<IMemory> getCblk() const;806 virtual sp<IMemory> getCblk() const;905 virtual sp<IMemory> getCblk() const;1050 virtual sp<IMemory> getCblk() const;
1186 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::TrackBase3638 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle3639 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::RecordHandle3754 return mRecordTrack->getCblk(); in getCblk()6056 sp<IMemory> AudioFlinger::EffectHandle::getCblk() const { in getCblk() function in android::AudioFlinger::EffectHandle
195 virtual sp<IMemoryHeap> getCblk() const;
128 sp<IMemoryHeap> SurfaceFlinger::getCblk() const in getCblk() function in android::SurfaceFlinger