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

/frameworks/av/services/audioflinger/
H A DThreads.h1337 // The source for the normal capture thread to read from: mInputSource or mPipeSource
1344 sp<NBAIO_Source> mPipeSource; variable
H A DThreads.cpp5476 // mPipeSource
5535 mPipeSource = pipeReader;
5812 mNormalSource = mPipeSource;
5831 if (mPipeSource != 0) {
5833 framesRead = mPipeSource->read((uint8_t*)mRsmpInBuffer + rear * mFrameSize,
5850 if (framesRead < 0 || (framesRead == 0 && mPipeSource == 0)) {

Completed in 272 milliseconds