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

  /frameworks/av/media/libmedia/
IAudioRecord.cpp 67 virtual sp<IMemory> getCblk() const
90 reply->writeStrongBinder(getCblk()->asBinder());
IEffect.cpp 112 virtual sp<IMemory> getCblk() const
190 reply->writeStrongBinder(getCblk()->asBinder());
IAudioTrack.cpp 52 virtual sp<IMemory> getCblk() const
177 reply->writeStrongBinder(getCblk()->asBinder());
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 71 virtual sp<IMemoryHeap> getCblk() const
236 sp<IBinder> b = getCblk()->asBinder();
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 154 sp<IMemoryHeap> SurfaceFlinger::getCblk() const
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 392 sp<IMemory> getCblk() const { return mCblkMemory; }
    [all...]
AudioFlinger.cpp     [all...]

Completed in 252 milliseconds