/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_peripheral_drm.cpp | 241 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()
|
D | hw_events_drm.cpp | 438 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/ |
D | drm_pp_manager.h | 51 void Init(const DRMPropertyManager &pm, uint32_t object_type);
|
D | drm_pp_manager.cpp | 67 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()
|
D | drm_dpps_mgr_imp.cpp | 379 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/ |
D | hw_peripheral_drm.cpp | 305 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()
|
D | hw_events_drm.cpp | 447 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/ |
D | drm_interface.h | 688 uint32_t object_type; member 718 uint32_t object_type; member 742 uint32_t object_type; member
|
/hardware/qcom/sm7250/display/libdrmutils/ |
D | drm_interface.h | 711 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/ |
D | hw_events_drm.cpp | 379 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/ |
D | drm_interface.h | 574 uint32_t object_type; member
|
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 491 for (auto object_type : object_types) { in GetAacCodecSpecificSupportedList() local 496 aac_data = {.objectType = object_type, in GetAacCodecSpecificSupportedList()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | display_builtin.cpp | 197 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/ |
D | display_builtin.cpp | 232 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/ |
D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 582 for (auto object_type : object_types) { in GetAacCodecSpecificSupportedList() local 587 aac_data = {.objectType = object_type, in GetAacCodecSpecificSupportedList()
|