Home
last modified time | relevance | path

Searched refs:device_path (Results 1 – 11 of 11) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.h38 static V4L2Wrapper* NewV4L2Wrapper(const std::string device_path);
87 V4L2Wrapper(const std::string device_path,
Dv4l2_wrapper.cpp40 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) { in NewV4L2Wrapper() argument
47 return new V4L2Wrapper(device_path, std::move(gralloc)); in NewV4L2Wrapper()
50 V4L2Wrapper::V4L2Wrapper(const std::string device_path, in V4L2Wrapper() argument
52 : device_path_(std::move(device_path)), in V4L2Wrapper()
/hardware/intel/bootstub/
Dbootparam.h232 } device_path; member
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp378 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
405 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_info.cpp372 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
401 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
/hardware/qcom/display/sdm845/sdm/libs/core/fb/
Dhw_info.cpp370 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
399 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h132 std::string device_path = ""; member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h130 std::string device_path = ""; member
/hardware/qcom/display/sdm845/sdm/include/private/
Dhw_info_types.h134 std::string device_path = ""; member
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.cpp445 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetHWRotatorInfo()
/hardware/qcom/display/sdm845/sdm/libs/core/drm/
Dhw_info_drm.cpp472 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetHWRotatorInfo()