Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_peripheral_drm.cpp241 uint32_t obj_id = 0, object_type = 0, feature_id = 0; in SetDppsFeature() local
250 object_type = feature_payload->object_type; in SetDppsFeature()
274 if (object_type == DRM_MODE_OBJECT_CRTC) { in SetDppsFeature()
276 } else if (object_type == DRM_MODE_OBJECT_CONNECTOR) { in SetDppsFeature()
279 DLOGE("invalid object type 0x%x", object_type); in SetDppsFeature()
494 feature_payload.object_type = DRM_MODE_OBJECT_CRTC; in SetDisplayDppsAdROI()
Dhw_events_drm.cpp438 req.object_type = DRM_MODE_OBJECT_CONNECTOR; in RegisterPanelDead()
463 req.object_type = DRM_MODE_OBJECT_CRTC; in RegisterHistogram()
489 req.object_type = DRM_MODE_OBJECT_CRTC; in RegisterIdleNotify()
515 req.object_type = DRM_MODE_OBJECT_CRTC; in RegisterIdlePowerCollapse()
541 req.object_type = DRM_MODE_OBJECT_CONNECTOR; in RegisterHwRecovery()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_pp_manager.h51 void Init(const DRMPropertyManager &pm, uint32_t object_type);
Ddrm_pp_manager.cpp67 void DRMPPManager::Init(const DRMPropertyManager &pm , uint32_t object_type) { in Init() argument
68 object_type_ = object_type; in Init()
201 info->object_type = object_type_; in GetPPInfo()
Ddrm_dpps_mgr_imp.cpp379 event_req.object_type = info.object_type; in CommitDppsFeatures()
389 event_req.event, event_req.object_id, info.object_type, info.enable); in CommitDppsFeatures()
392 event_req.event, event_req.object_id, info.object_type, info.enable, ret); in CommitDppsFeatures()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_peripheral_drm.cpp305 uint32_t obj_id = 0, object_type = 0, feature_id = 0; in SetDppsFeature() local
314 object_type = feature_payload->object_type; in SetDppsFeature()
338 if (object_type == DRM_MODE_OBJECT_CRTC) { in SetDppsFeature()
340 } else if (object_type == DRM_MODE_OBJECT_CONNECTOR) { in SetDppsFeature()
343 DLOGE("invalid object type 0x%x", object_type); in SetDppsFeature()
647 feature_payload.object_type = DRM_MODE_OBJECT_CRTC; in SetDisplayDppsAdROI()
Dhw_events_drm.cpp447 req.object_type = DRM_MODE_OBJECT_CONNECTOR; in RegisterPanelDead()
472 req.object_type = DRM_MODE_OBJECT_CRTC; in RegisterHistogram()
498 req.object_type = DRM_MODE_OBJECT_CRTC; in RegisterIdleNotify()
524 req.object_type = DRM_MODE_OBJECT_CRTC; in RegisterIdlePowerCollapse()
550 req.object_type = DRM_MODE_OBJECT_CONNECTOR; in RegisterHwRecovery()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h688 uint32_t object_type; member
718 uint32_t object_type; member
742 uint32_t object_type; member
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h711 uint32_t object_type; member
755 uint32_t object_type; member
791 uint32_t object_type; member
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_events_drm.cpp379 req.object_type = DRM_MODE_OBJECT_CONNECTOR; in RegisterPanelDead()
412 req.object_type = DRM_MODE_OBJECT_CRTC; in RegisterIdleNotify()
445 req.object_type = DRM_MODE_OBJECT_CRTC; in RegisterIdlePowerCollapse()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h574 uint32_t object_type; member
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp491 for (auto object_type : object_types) { in GetAacCodecSpecificSupportedList() local
496 aac_data = {.objectType = object_type, in GetAacCodecSpecificSupportedList()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_builtin.cpp197 histogramCtrl.object_type = DRM_MODE_OBJECT_CRTC; in initColorSamplingState()
201 histogramIRQ.object_type = DRM_MODE_OBJECT_CRTC; in initColorSamplingState()
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_builtin.cpp232 histogramCtrl.object_type = DRM_MODE_OBJECT_CRTC; in initColorSamplingState()
236 histogramIRQ.object_type = DRM_MODE_OBJECT_CRTC; in initColorSamplingState()
/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
DVtsHalBluetoothAudioV2_1TargetTest.cpp582 for (auto object_type : object_types) { in GetAacCodecSpecificSupportedList() local
587 aac_data = {.objectType = object_type, in GetAacCodecSpecificSupportedList()