Searched refs:getCblk (Results 1 – 11 of 11) sorted by relevance
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()
1422 sp<IMemory> iMem = track->getCblk(); in createTrack_l()
44 virtual sp<IMemory> getCblk() const = 0;
40 virtual sp<IMemory> getCblk() const = 0;
76 sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
188 virtual sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
212 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY; in initCheck()287 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle288 return mTrack->getCblk(); in getCblk()
490 virtual sp<IMemory> getCblk() const;
1585 cblk = recordTrack->getCblk(); in openRecord()