Searched refs:getCblk (Results 1 – 11 of 11) sorted by relevance
44 virtual sp<IMemory> getCblk() const = 0;
40 virtual sp<IMemory> getCblk() const = 0;
114 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect206 reply->writeStrongBinder(IInterface::asBinder(getCblk())); in onTransact()
52 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack158 reply->writeStrongBinder(IInterface::asBinder(getCblk())); in onTransact()
145 cblk = iEffect->getCblk(); in set()
1413 sp<IMemory> iMem = track->getCblk(); in createTrack_l()
75 sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
190 virtual sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
210 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY; in initCheck()285 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle286 return mTrack->getCblk(); in getCblk()
490 virtual sp<IMemory> getCblk() const;
1588 cblk = recordTrack->getCblk(); in openRecord()