OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
1014
sp<IMemory> iMem = track->
getCblk
();
[
all
...]
/frameworks/av/services/audioflinger/
TrackBase.h
55
sp<IMemory>
getCblk
() const { return mCblkMemory; }
AudioFlinger.h
402
virtual sp<IMemory>
getCblk
() const;
430
virtual sp<IMemory>
getCblk
() const;
Effects.h
185
virtual sp<IMemory>
getCblk
() const { return mCblkMemory; }
Tracks.cpp
238
sp<IMemory> AudioFlinger::TrackHandle::
getCblk
() const {
239
return mTrack->
getCblk
();
[
all
...]
Threads.cpp
[
all
...]
Completed in 275 milliseconds