HomeSort by relevance Sort by last modified time
    Searched defs:getCblk (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libaudioclient/
IEffect.cpp 117 virtual sp<IMemory> getCblk() const
218 reply->writeStrongBinder(IInterface::asBinder(getCblk()));
IAudioTrack.cpp 54 virtual sp<IMemory> getCblk() const
206 reply->writeStrongBinder(IInterface::asBinder(getCblk()));
  /frameworks/av/services/audioflinger/
TrackBase.h 77 sp<IMemory> getCblk() const { return mCblkMemory; }
Effects.h 201 virtual sp<IMemory> getCblk() const { return mCblkMemory; }
Tracks.cpp 237 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY;
311 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const {
312 return mTrack->getCblk();
    [all...]

Completed in 81 milliseconds