OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTeeSink
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/services/audioflinger/
FastMixerState.cpp
35
mDumpState(NULL),
mTeeSink
(NULL), mNBLogWriter(NULL)
FastMixerState.h
80
NBAIO_Sink*
mTeeSink
; // if non-NULL, then duplicate write()s to this non-blocking sink
TrackBase.h
142
sp<NBAIO_Sink>
mTeeSink
;
Threads.h
618
sp<NBAIO_Sink>
mTeeSink
;
[
all
...]
Tracks.cpp
161
mTeeSink
= pipe;
201
if (
mTeeSink
!= 0) {
202
(void)
mTeeSink
->write(buffer->raw, buffer->frameCount);
[
all
...]
Threads.cpp
[
all
...]
FastMixer.cpp
134
teeSink = next->
mTeeSink
;
[
all
...]
Completed in 877 milliseconds