Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/device/3.6/default/
H A DExternalCameraOfflineSession.cpp80 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 …]
H A DExternalCameraDeviceSession.cpp213 auto remainingReqs = mOutputThread->switchToOffline(); in switchToOffline()
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp144 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 …]
/aosp12/hardware/interfaces/camera/device/3.5/default/
H A DExternalCameraDeviceSession.cpp257 mOutputThread = new OutputThread( in initOutputThread()
/aosp12/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
H A DExternalCameraOfflineSession.h200 sp<OutputThread> mOutputThread; member
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraDeviceSession.h352 sp<OutputThread> mOutputThread; member