HomeSort by relevance Sort by last modified time
    Searched refs:getCblk (Results 1 - 14 of 14) 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
169 reply->writeStrongBinder(getCblk()->asBinder());
AudioEffect.cpp 141 cblk = iEffect->getCblk();
AudioRecord.cpp 468 sp<IMemory> iMem = record->getCblk();
AudioTrack.cpp 879 sp<IMemory> iMem = track->getCblk();
    [all...]
  /frameworks/av/services/audioflinger/
TrackBase.h 54 sp<IMemory> getCblk() const { return mCblkMemory; }
AudioFlinger.h 392 virtual sp<IMemory> getCblk() const;
415 virtual sp<IMemory> getCblk() const;
Effects.h 175 virtual sp<IMemory> getCblk() const { return mCblkMemory; }
Tracks.cpp 273 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const {
274 return mTrack->getCblk();
    [all...]
Threads.cpp     [all...]

Completed in 305 milliseconds