Searched refs:app_obj (Results 1 – 2 of 2) sorted by relevance
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()239 rc = hal3appCamOpen(&mLibHandle->app_obj, (int)camid, &(mLibHandle->test_obj)); in hal3appCameraLibOpen()
120 hal3_camera_app_t app_obj; member