Searched refs:getCblk (Results 1 – 13 of 13) sorted by relevance
44 virtual sp<IMemory> getCblk() const = 0;
41 virtual sp<IMemory> getCblk() const = 0;
117 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect218 reply->writeStrongBinder(IInterface::asBinder(getCblk())); in onTransact()
56 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack208 reply->writeStrongBinder(IInterface::asBinder(getCblk())); in onTransact()
151 cblk = iEffect->getCblk(); in set()
1491 sp<IMemory> iMem = track->getCblk(); in createTrack_l()
83 sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
209 virtual sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
240 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY; in initCheck()314 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle315 return mTrack->getCblk(); in getCblk()
536 virtual sp<IMemory> getCblk() const;
1752 output.cblk = recordTrack->getCblk(); in createRecord()