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 38 virtual sp<IMemory> getCblk() const = 0;
IEffect.h 44 virtual sp<IMemory> getCblk() const = 0;
IAudioTrack.h 41 virtual sp<IMemory> getCblk() const = 0;
  /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());
AudioEffect.cpp 141 cblk = iEffect->getCblk();
AudioRecord.cpp 482 sp<IMemory> iMem = record->getCblk();
AudioTrack.cpp 971 sp<IMemory> iMem = track->getCblk();
    [all...]
  /frameworks/av/services/audioflinger/
TrackBase.h 54 sp<IMemory> getCblk() const { return mCblkMemory; }
AudioFlinger.h 401 virtual sp<IMemory> getCblk() const;
429 virtual sp<IMemory> getCblk() const;
Effects.h 185 virtual sp<IMemory> getCblk() const { return mCblkMemory; }
Tracks.cpp 225 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const {
226 return mTrack->getCblk();
    [all...]
Threads.cpp     [all...]

Completed in 172 milliseconds