Searched refs:getCblk (Results 1 – 10 of 10) sorted by relevance
65 SharedFileRegion getCblk(); in getCblk() method
34 @nullable SharedFileRegion getCblk(); in getCblk() method
56 sp<IMemory> getCblk() const final { return mCblkMemory; } in getCblk() function
94 virtual sp<IMemory> getCblk() const = 0;
266 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY; in initCheck()348 binder::Status getCblk(std::optional<media::SharedFileRegion>* _aidl_return) final;403 Status TrackHandle::getCblk( in getCblk() function in android::TrackHandle405 *_aidl_return = legacy2aidl_NullableIMemory_SharedFileRegion(mTrack->getCblk()).value(); in getCblk()
347 android::binder::Status getCblk(media::SharedFileRegion* _aidl_return) final;
1793 BINDER_METHOD_ENTRY(getCblk) \1951 Status EffectHandle::getCblk(media::SharedFileRegion* _aidl_return) { in getCblk() function in android::EffectHandle
2455 output.cblk = recordTrack->getCblk(); in createRecord()
159 !iEffect->getCblk(&shmem).isOk() in set()
1921 output.audioTrack->getCblk(&sfr); in createTrack_l()