HomeSort by relevance Sort by last modified time
    Searched refs:mInputSource (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audioflinger/
FastCaptureState.cpp 22 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0), mFrameCount(0)
FastCapture.h 53 NBAIO_Source* mInputSource;
FastCaptureState.h 33 NBAIO_Source* mInputSource; // HAL input device, must already be negotiated
35 int mInputSourceGen; // increment when mInputSource is assigned
FastCapture.cpp 36 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0),
100 mInputSource = current->mInputSource;
102 if (mInputSource == NULL) {
106 mFormat = mInputSource->format();
125 if (eitherChanged && mInputSource != NULL && mPipeSink != NULL) {
182 ALOG_ASSERT(mInputSource != NULL);
186 ssize_t framesRead = mInputSource->read(mReadBuffer, frameCount);
Threads.h     [all...]
Threads.cpp     [all...]

Completed in 2568 milliseconds