Searched refs:mOutputThread (Results 1 – 3 of 3) sorted by relevance
146 if (mOutputThread == nullptr) { in initialize()150 mOutputThread->setExifMakeModel(make, model); in initialize()172 mOutputThread->run("ExtCamOut", PRIORITY_DISPLAY); in initialize()186 mOutputThread = new OutputThread(this, mCroppingType); in initOutputThread()194 if (mOutputThread) { in closeOutputThreadImpl()195 mOutputThread->flush(); in closeOutputThreadImpl()196 mOutputThread->requestExit(); in closeOutputThreadImpl()197 mOutputThread->join(); in closeOutputThreadImpl()198 mOutputThread.clear(); in closeOutputThreadImpl()296 mOutputThread->dump(fd); in dumpState()[all …]
257 mOutputThread = new OutputThread(this, mCroppingType, mBufferRequestThread); in initOutputThread()
376 sp<OutputThread> mOutputThread; member