Home
last modified time | relevance | path

Searched refs:PERIPHERAL (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h174 PERIPHERAL, enumerator
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h196 PERIPHERAL, enumerator
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h196 PERIPHERAL, enumerator
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h385 PERIPHERAL, enumerator
/hardware/interfaces/power/stats/1.0/
Dtypes.hal59 PERIPHERAL = 1,
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_peripheral_drm.cpp49 disp_type_ = DRMDisplayType::PERIPHERAL; in HWPeripheralDRM()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h436 PERIPHERAL, enumerator
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h451 PERIPHERAL, enumerator
/hardware/interfaces/audio/5.0/
Dtypes.hal144 PERIPHERAL = 3,
/hardware/interfaces/audio/4.0/
Dtypes.hal200 PERIPHERAL = 3,
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_peripheral_drm.cpp53 disp_type_ = DRMDisplayType::PERIPHERAL; in HWPeripheralDRM()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_peripheral_drm.cpp55 disp_type_ = DRMDisplayType::PERIPHERAL; in HWPeripheralDRM()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.cpp97 if (drm_mgr_intf_->RegisterDisplay(DRMDisplayType::PERIPHERAL, &token_)) { in Init()
/hardware/interfaces/audio/6.0/
Dtypes.hal144 PERIPHERAL = 3,
/hardware/interfaces/audio/7.0/
Dtypes.hal152 PERIPHERAL = 3,
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.cpp319 if (drm_mgr_intf_->RegisterDisplay(DRMDisplayType::PERIPHERAL, &token_)) { in Init()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_connector.cpp378 if ((disp_type == DRMDisplayType::PERIPHERAL && conn_type == DRM_MODE_CONNECTOR_DSI) || in Reserve()