Searched refs:mNormalSink (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp2548 mNormalSink.clear();
2642 if (mNormalSink != 0) {
2657 ssize_t framesWritten = mNormalSink->write((char *)mSinkBuffer + offset, count);
2999 if (mNormalSink != 0) {
3000 // Note: The DuplicatingThread may not have a mNormalSink.
3004 (void) mNormalSink->getTimestamp(timestamp);
3425 if (mNormalSink != 0) {
3427 status_t status = mNormalSink->getTimestamp(ets);
3594 // mNormalSink below
3606 // Do not create or use mFastMixer, mOutputSink, mPipeSink, or mNormalSink
[all...]
H A DThreads.h978 sp<NBAIO_Sink> mNormalSink; member in class:PlaybackThread

Completed in 102 milliseconds