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()
54 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack206 reply->writeStrongBinder(IInterface::asBinder(getCblk())); in onTransact()
147 cblk = iEffect->getCblk(); in set()
1454 sp<IMemory> iMem = track->getCblk(); in createTrack_l()
76 sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
202 virtual sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
229 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY; in initCheck()303 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle304 return mTrack->getCblk(); in getCblk()
549 virtual sp<IMemory> getCblk() const;
1705 cblk = recordTrack->getCblk(); in openRecord()