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.cpp5470 // mPipeSource
5529 mPipeSource = pipeReader;
5806 mNormalSource = mPipeSource;
5825 if (mPipeSource != 0) {
5827 framesRead = mPipeSource->read((uint8_t*)mRsmpInBuffer + rear * mFrameSize,
5844 if (framesRead < 0 || (framesRead == 0 && mPipeSource == 0)) {

Completed in 22 milliseconds