Searched refs:mOutputThread (Results 1 – 6 of 6) sorted by relevance
80 if (mOutputThread != nullptr) { in initOutputThread()89 mOutputThread = new OutputThread(this, mCroppingType, mChars, in initOutputThread()92 mOutputThread->setExifMakeModel(mExifMake, mExifModel); in initOutputThread()96 mOutputThread->allocateIntermediateBuffers( in initOutputThread()99 mOutputThread->run("ExtCamOfflnOut", PRIORITY_DISPLAY); in initOutputThread()494 if (mOutputThread == nullptr) { in setCallback()529 if (mOutputThread) { in close()530 mOutputThread->flush(); in close()531 mOutputThread->requestExit(); in close()532 mOutputThread->join(); in close()[all …]
213 auto remainingReqs = mOutputThread->switchToOffline(); in switchToOffline()
144 if (mOutputThread == nullptr) { in initialize()148 mOutputThread->setExifMakeModel(mExifMake, mExifModel); in initialize()170 mOutputThread->run("ExtCamOut", PRIORITY_DISPLAY); in initialize()192 if (mOutputThread) { in closeOutputThreadImpl()193 mOutputThread->flush(); in closeOutputThreadImpl()194 mOutputThread->requestExit(); in closeOutputThreadImpl()195 mOutputThread->join(); in closeOutputThreadImpl()196 mOutputThread.clear(); in closeOutputThreadImpl()294 mOutputThread->dump(fd); in dumpState()470 mOutputThread->flush(); in flush()[all …]
257 mOutputThread = new OutputThread( in initOutputThread()
200 sp<OutputThread> mOutputThread; member
352 sp<OutputThread> mOutputThread; member