Searched refs:getCblk (Results 1 – 14 of 14) sorted by relevance
45 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioRecord91 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
112 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect190 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
55 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack204 reply->writeStrongBinder(getCblk()->asBinder()); in onTransact()
141 cblk = iEffect->getCblk(); in set()
482 sp<IMemory> iMem = record->getCblk(); in openRecord_l()
1014 sp<IMemory> iMem = track->getCblk(); in createTrack_l()
38 virtual sp<IMemory> getCblk() const = 0;
44 virtual sp<IMemory> getCblk() const = 0;
41 virtual sp<IMemory> getCblk() const = 0;
55 sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
402 virtual sp<IMemory> getCblk() const;430 virtual sp<IMemory> getCblk() const;
185 virtual sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function
238 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle239 return mTrack->getCblk(); in getCblk()1724 sp<IMemory> AudioFlinger::RecordHandle::getCblk() const { in getCblk() function in android::AudioFlinger::RecordHandle1725 return mRecordTrack->getCblk(); in getCblk()
1330 if (track == 0 || track->getCblk() == NULL || track->name() < 0) { in createTrack_l()4742 if (track->getCblk() == 0) { in createRecordTrack_l()