HomeSort by relevance Sort by last modified time
    Searched refs:mTeeSink (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/audioflinger/
FastMixerState.cpp 34 mFrameCount(0), mTeeSink(NULL)
FastMixerState.h 75 NBAIO_Sink* mTeeSink; // if non-NULL, then duplicate write()s to this non-blocking sink
TrackBase.h 165 sp<NBAIO_Sink> mTeeSink;
Threads.h     [all...]
Tracks.cpp 197 mTeeSink = pipe;
250 if (mTeeSink != 0) {
251 (void) mTeeSink->write(buffer->raw, buffer->frameCount);
    [all...]
FastMixer.cpp 422 if ((teeSink = current->mTeeSink) != NULL) {
Threads.cpp     [all...]

Completed in 582 milliseconds