Searched defs:getCblk (Results 1 – 5 of 5) sorted by relevance
| /frameworks/av/media/libaudioclient/ | ||
| D | IEffect.cpp | 117 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpEffect |
| D | IAudioTrack.cpp | 57 virtual sp<IMemory> getCblk() const in getCblk() function in android::BpAudioTrack |
| /frameworks/av/services/audioflinger/ | ||
| D | TrackBase.h | 79 sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function |
| D | Effects.h | 249 virtual sp<IMemory> getCblk() const { return mCblkMemory; } in getCblk() function |
| D | Tracks.cpp | 323 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { in getCblk() function in android::AudioFlinger::TrackHandle |