Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_peripheral_drm.cpp228 uint32_t obj_id = 0, object_type = 0, feature_id = 0; in SetDppsFeature() local
237 object_type = feature_payload->object_type; in SetDppsFeature()
261 if (object_type == DRM_MODE_OBJECT_CRTC) { in SetDppsFeature()
263 } else if (object_type == DRM_MODE_OBJECT_CONNECTOR) { in SetDppsFeature()
266 DLOGE("invalid object type 0x%x", object_type); in SetDppsFeature()
479 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/sm8150/display/libdrmutils/
Ddrm_interface.h687 uint32_t object_type; member
717 uint32_t object_type; member
741 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/libhistogram/
Dhistogram_collector.cpp200 req.object_type = DRM_MODE_OBJECT_CRTC; in PowerEventRegistration()
258 req.object_type = DRM_MODE_OBJECT_CRTC; in EventRegistration()
/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()