Searched refs:getCblk (Results 1 – 14 of 14) sorted by relevance
67 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioRecord90 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
112 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect190 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
52 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack169 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
141 cblk = iEffect->getCblk(); in set()
468 sp<IMemory> iMem = record->getCblk(); in openRecord_l()
879 sp<IMemory> iMem = track->getCblk(); in createTrack_l()
49 virtual sp<IMemory> getCblk() const = 0;
44 virtual sp<IMemory> getCblk() const = 0;
39 virtual sp<IMemory> getCblk() const = 0;
54 sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
392 virtual sp<IMemory> getCblk() const;415 virtual sp<IMemory> getCblk() const;
273 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle274 return mTrack->getCblk(); in getCblk()1650 sp<IMemory> AudioFlinger::RecordHandle::getCblk() const { in getCblk() function in android::AudioFlinger::RecordHandle1651 return mRecordTrack->getCblk(); in getCblk()
175 virtual sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
1226 if (track == 0 || track->getCblk() == NULL || track->name() < 0) { in createTrack_l()3878 if (track->getCblk() == 0) { in createRecordTrack_l()