Searched refs:getCblk (Results 1 – 11 of 11) sorted by relevance
44 virtual sp<IMemory> getCblk() const = 0;
41 virtual sp<IMemory> getCblk() const = 0;
112 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect193 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
55 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack210 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
141 cblk = iEffect->getCblk(); in set()
1129 sp<IMemory> iMem = track->getCblk(); in createTrack_l()
77 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()
478 virtual sp<IMemory> getCblk() const;
1481 cblk = recordTrack->getCblk(); in openRecord()