HomeSort by relevance Sort by last modified time
    Searched refs:mCamcorderHandle (Results 1 - 8 of 8) sorted by null

  /device/huawei/angler/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 56 mCamcorderHandle(0)
101 mCamcorderHandle = mRegister(mStrCamcorder, thermalCallback, NULL);
102 if (mCamcorderHandle < 0) {
104 __func__, mCamcorderHandle);
113 mCamcorderHandle = 0;
132 if (mCamcorderHandle) {
133 mUnregister(mCamcorderHandle);
134 mCamcorderHandle = 0;
QCameraThermalAdapter.h 80 int mCamcorderHandle;
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 56 mCamcorderHandle(0)
101 mCamcorderHandle = mRegister(mStrCamcorder, thermalCallback, NULL);
102 if (mCamcorderHandle < 0) {
104 __func__, mCamcorderHandle);
113 mCamcorderHandle = 0;
132 if (mCamcorderHandle) {
133 mUnregister(mCamcorderHandle);
134 mCamcorderHandle = 0;
QCameraThermalAdapter.h 80 int mCamcorderHandle;
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 56 mCamcorderHandle(0)
101 mCamcorderHandle = mRegister(mStrCamcorder, thermalCallback, NULL);
102 if (mCamcorderHandle < 0) {
104 __func__, mCamcorderHandle);
113 mCamcorderHandle = 0;
132 if (mCamcorderHandle) {
133 mUnregister(mCamcorderHandle);
134 mCamcorderHandle = 0;
QCameraThermalAdapter.h 75 int mCamcorderHandle;
  /hardware/qcom/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 61 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;
QCameraThermalAdapter.h 81 int mCamcorderHandle;

Completed in 142 milliseconds