OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AudioTrackServerProxy
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/include/private/media/
AudioTrackShared.h
139
friend class
AudioTrackServerProxy
;
548
class
AudioTrackServerProxy
: public ServerProxy {
550
AudioTrackServerProxy
(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
559
virtual ~
AudioTrackServerProxy
() { }
614
class StaticAudioTrackServerProxy : public
AudioTrackServerProxy
{
/frameworks/av/media/libaudioclient/
AudioTrackShared.cpp
805
size_t
AudioTrackServerProxy
::framesReady()
835
bool
AudioTrackServerProxy
::setStreamEndDone() {
846
void
AudioTrackServerProxy
::tallyUnderrunFrames(uint32_t frameCount)
[
all
...]
/frameworks/av/services/audioflinger/
PlaybackTracks.h
181
sp<
AudioTrackServerProxy
> mAudioTrackServerProxy;
Tracks.cpp
411
mAudioTrackServerProxy = new
AudioTrackServerProxy
(mCblk, mBuffer, frameCount,
633
//
AudioTrackServerProxy
so be especially careful calling with FastTracks.
[
all
...]
Threads.cpp
[
all
...]
Completed in 114 milliseconds