Searched defs:getCblk (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DIEffect.cpp117 virtual sp<IMemory> getCblk() const function in class:android::BpEffect
218 reply->writeStrongBinder(IInterface::asBinder(getCblk()));
H A DIAudioTrack.cpp54 virtual sp<IMemory> getCblk() const function in class:android::BpAudioTrack
206 reply->writeStrongBinder(IInterface::asBinder(getCblk()));
/frameworks/av/services/audioflinger/
H A DTrackBase.h76 sp<IMemory> getCblk() const { return mCblkMemory; } function in class:TrackBase
H A DEffects.h202 virtual sp<IMemory> getCblk() const { return mCblkMemory; } function in class:EffectHandle
H A DTracks.cpp229 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY;
303 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const { function in class:android::AudioFlinger::TrackHandle
304 return mTrack->getCblk();

Completed in 2196 milliseconds