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

  /frameworks/av/include/media/
IAudioRecord.h 49 virtual sp<IMemory> getCblk() const = 0;
IEffect.h 44 virtual sp<IMemory> getCblk() const = 0;
IAudioTrack.h 39 virtual sp<IMemory> getCblk() const = 0;
  /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());
AudioEffect.cpp 148 cblk = iEffect->getCblk();
AudioRecord.cpp 482 sp<IMemory> cblk = record->getCblk();
AudioTrack.cpp 890 sp<IMemory> cblk = track->getCblk();
    [all...]
  /frameworks/native/include/gui/
ISurfaceComposer.h 109 virtual sp<IMemoryHeap> getCblk() const = 0;
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 71 virtual sp<IMemoryHeap> getCblk() const
236 sp<IBinder> b = getCblk()->asBinder();
SurfaceComposerClient.cpp 54 mServerCblkMemory = mComposerService->getCblk();
  /frameworks/av/services/audioflinger/
AudioFlinger.h 392 sp<IMemory> getCblk() const { return mCblkMemory; }
    [all...]
AudioFlinger.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 169 virtual sp<IMemoryHeap> getCblk() const;
SurfaceFlinger.cpp 154 sp<IMemoryHeap> SurfaceFlinger::getCblk() const
    [all...]

Completed in 202 milliseconds