Home
last modified time | relevance | path

Searched refs:mOutputThread (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp146 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 …]
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDeviceSession.cpp257 mOutputThread = new OutputThread(this, mCroppingType, mBufferRequestThread); in initOutputThread()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h376 sp<OutputThread> mOutputThread; member