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;
117 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect218 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
195 virtual sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
225 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY; in initCheck()300 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle301 return mTrack->getCblk(); in getCblk()
490 virtual sp<IMemory> getCblk() const;
1594 cblk = recordTrack->getCblk(); in openRecord()