Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp7400 mPipeSource = pipeReader; in RecordThread()
7729 mNormalSource = mPipeSource; in threadLoop()
7749 if (mPipeSource != 0) { in threadLoop()
7757 framesRead = mPipeSource->read((uint8_t*)mRsmpInBuffer + rear * mFrameSize, in threadLoop()
7762 const ssize_t availableToRead = mPipeSource->availableToRead(); in threadLoop()
7814 if (mPipeSource.get() == nullptr /* don't obtain for FastCapture, could block */) { in threadLoop()
7859 if (framesRead < 0 || (framesRead == 0 && mPipeSource == 0)) { in threadLoop()
8106 if (mPipeSource.get() != nullptr) { in inputStandBy()
8107 const ssize_t flushed = mPipeSource->flush(); in inputStandBy()
H A DThreads.h1942 sp<NBAIO_Source> mPipeSource; variable