Lines Matching refs:mLibHandle

163     mLibHandle(NULL),  in CameraHAL3Base()
182 mLibHandle = new hal3_camera_lib_test; in hal3appCameraTestLoad()
183 memset(mLibHandle, 0, sizeof(hal3_camera_lib_handle)); in hal3appCameraTestLoad()
184 rc = hal3appTestLoad(&mLibHandle->app_obj); in hal3appCameraTestLoad()
185 camera_module_t *my_if_handle = mLibHandle->app_obj.hal3_lib.halModule_t; in hal3appCameraTestLoad()
194 mLibHandle->app_obj.mVendorTagOps = vendor_tag_ops_t(); in hal3appCameraTestLoad()
195 my_if_handle->get_vendor_tag_ops(&(mLibHandle->app_obj.mVendorTagOps)); in hal3appCameraTestLoad()
197 res = set_camera_metadata_vendor_ops(&(mLibHandle->app_obj.mVendorTagOps)); in hal3appCameraTestLoad()
205 my_test_obj = &(mLibHandle->test_obj); in hal3appCameraTestLoad()
209 my_if_handle->get_camera_info(0, &(mLibHandle->test_obj.cam_info)); in hal3appCameraTestLoad()
210 camcap_info = mLibHandle->test_obj.cam_info; in hal3appCameraTestLoad()
239 rc = hal3appCamOpen(&mLibHandle->app_obj, (int)camid, &(mLibHandle->test_obj)); in hal3appCameraLibOpen()
245 rc = hal3appCamInitialize((int)camid, &mLibHandle->test_obj); in hal3appCameraLibOpen()
304 mPreviewtestCase->previewTestEnd(mLibHandle, camid); in hal3appCheckStream()
311 mVideotestCase->videoTestEnd(mLibHandle, camid); in hal3appCheckStream()
371 mPreviewtestCase->initTest(mLibHandle, in hal3appCameraPreviewInit()
413 mVideotestCase->initTest(mLibHandle, in hal3appCameraVideoInit()
441 mRawSnapshottestCase->initTest(mLibHandle, in hal3appRawCaptureInit()
469 mSnapshottestCase->initTest(mLibHandle, in hal3appCameraCaptureInit()