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

/frameworks/av/services/audioflinger/
H A DThreads.cpp2734 mNormalSink.clear();
2829 if (mNormalSink != 0) {
2844 ssize_t framesWritten = mNormalSink->write((char *)mSinkBuffer + offset, count);
3192 if (mNormalSink != 0) {
3193 // Note: The DuplicatingThread may not have a mNormalSink.
3197 (void) mNormalSink->getTimestamp(timestamp);
3625 if (mNormalSink != 0) {
3627 status_t status = mNormalSink->getTimestamp(ets);
3794 // mNormalSink below
3806 // Do not create or use mFastMixer, mOutputSink, mPipeSink, or mNormalSink
[all...]
H A DThreads.h1056 sp<NBAIO_Sink> mNormalSink; member in class:PlaybackThread

Completed in 181 milliseconds