OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticAudioTrackServerProxy
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libaudioclient/
AudioTrackShared.cpp
[
all
...]
/frameworks/av/include/private/media/
AudioTrackShared.h
614
class
StaticAudioTrackServerProxy
: public AudioTrackServerProxy {
616
StaticAudioTrackServerProxy
(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
619
virtual ~
StaticAudioTrackServerProxy
() { }
/frameworks/av/services/audioflinger/
Tracks.cpp
429
mAudioTrackServerProxy = new
StaticAudioTrackServerProxy
(mCblk, mBuffer, frameCount,
[
all
...]
Completed in 102 milliseconds