Searched defs:getCblk (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/ | ||
H A D | IEffect.aidl | 64 SharedFileRegion getCblk(); in getCblk() method |
H A D | IAudioTrack.aidl | 34 @nullable SharedFileRegion getCblk(); in getCblk() method |
/aosp12/frameworks/av/services/audioflinger/ | ||
H A D | TrackBase.h | 80 sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function |
H A D | Effects.cpp | 1869 Status AudioFlinger::EffectHandle::getCblk(media::SharedFileRegion* _aidl_return) { in getCblk() function in android::AudioFlinger::EffectHandle |
H A D | Tracks.cpp | 347 Status AudioFlinger::TrackHandle::getCblk( in getCblk() function in android::AudioFlinger::TrackHandle |