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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraThermalAdapter.cpp61 mCamcorderHandle(0)
106 mCamcorderHandle = mRegister(mStrCamcorder, thermalCallback, NULL);
107 if (mCamcorderHandle < 0) {
109 mCamcorderHandle);
118 mCamcorderHandle = 0;
137 if (mCamcorderHandle) {
138 mUnregister(mCamcorderHandle);
139 mCamcorderHandle = 0;
H A DQCameraThermalAdapter.h81 int mCamcorderHandle; member in class:qcamera::QCameraThermalAdapter

Completed in 594 milliseconds