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

  /frameworks/av/media/libmedia/
IAudioRecord.cpp 45 virtual sp<IMemory> getCblk() const
91 reply->writeStrongBinder(getCblk()->asBinder());
IEffect.cpp 112 virtual sp<IMemory> getCblk() const
190 reply->writeStrongBinder(getCblk()->asBinder());
IAudioTrack.cpp 55 virtual sp<IMemory> getCblk() const
204 reply->writeStrongBinder(getCblk()->asBinder());
  /frameworks/av/services/audioflinger/
TrackBase.h 55 sp<IMemory> getCblk() const { return mCblkMemory; }
Effects.h 185 virtual sp<IMemory> getCblk() const { return mCblkMemory; }
Tracks.cpp 238 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const {
239 return mTrack->getCblk();
    [all...]

Completed in 54 milliseconds