Home
last modified time | relevance | path

Searched refs:getVendorTagOps (Results 1 – 7 of 7) sorted by relevance

/hardware/libhardware/modules/camera/3_0/
DCameraHAL.h39 void getVendorTagOps(vendor_tag_ops_t* ops);
/hardware/libhardware/modules/usbcamera/
DCameraHAL.h43 void getVendorTagOps(vendor_tag_ops_t* ops);
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.h45 void getVendorTagOps(vendor_tag_ops_t* ops);
Dv4l2_camera_hal.cpp137 void V4L2CameraHAL::getVendorTagOps(vendor_tag_ops_t* /*ops*/) { in getVendorTagOps() function in v4l2_camera_hal::V4L2CameraHAL
196 return gCameraHAL.getVendorTagOps(ops); in get_vendor_tag_ops()
/hardware/interfaces/camera/common/1.0/default/include/
DCameraModule.h60 void getVendorTagOps(vendor_tag_ops_t* ops);
/hardware/interfaces/camera/common/1.0/default/
DCameraModule.cpp430 void CameraModule::getVendorTagOps(vendor_tag_ops_t* ops) { in getVendorTagOps() function in android::hardware::camera::common::V1_0::helper::CameraModule
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.cpp402 mModule->getVendorTagOps(&vOps); in setUpVendorTags()