Searched refs:mCamcorderHandle (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.cpp56 mCamcorderHandle(0)
99 mCamcorderHandle = mRegister(mStrCamcorder, thermalCallback, NULL);
100 if (mCamcorderHandle < 0) {
102 __func__, mCamcorderHandle);
112 mCamcorderHandle = 0;
131 if (mCamcorderHandle) {
132 mUnregister(mCamcorderHandle);
133 mCamcorderHandle = 0;
H A DQCameraThermalAdapter.h75 int mCamcorderHandle; member in class:qcamera::QCameraThermalAdapter

Completed in 337 milliseconds