/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_debug_report.c | 99 VkDebugReportObjectTypeEXT object_type, in debug_report() argument 122 cb->callback(flags, object_type, handle, location, messageCode, in debug_report() 153 VkObjectType object_type = in vk_debug_report() local 155 debug_report(instance, flags, (VkDebugReportObjectTypeEXT)object_type, in vk_debug_report()
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | A2dpOffloadCodecAac.cpp | 99 static AacParameters::ObjectType GetObjectTypeEnum(int object_type) { in GetObjectTypeEnum() argument 100 switch (object_type) { in GetObjectTypeEnum() 257 int object_type = config.find_active_bit(kObjectType); in ParseConfiguration() local 258 if (object_type < 0) return A2dpStatus::INVALID_OBJECT_TYPE; in ParseConfiguration() 259 if (!lcaps.get(object_type)) return A2dpStatus::NOT_SUPPORTED_OBJECT_TYPE; in ParseConfiguration() 294 aac_parameters->object_type = GetObjectTypeEnum(object_type); in ParseConfiguration()
|
D | A2dpOffloadCodecAac.h | 26 ObjectType object_type; member
|
/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 | 344 uint32_t obj_id = 0, object_type = 0, feature_id = 0; in SetDppsFeature() local 353 object_type = feature_payload->object_type; in SetDppsFeature() 377 if (object_type == DRM_MODE_OBJECT_CRTC) { in SetDppsFeature() 379 } else if (object_type == DRM_MODE_OBJECT_CONNECTOR) { in SetDppsFeature() 382 DLOGE("invalid object type 0x%x", object_type); in SetDppsFeature() 690 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 | 717 uint32_t object_type; member 761 uint32_t object_type; member 812 uint32_t object_type; member
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | gen_enum_to_str.py | 515 for object_type in xml.findall('./types/type[@category="handle"]'): 516 for object_name in object_type.findall('./name'): 518 enum = object_type.attrib['objtypeenum']
|
/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/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/sm7250/display/sdm/libs/core/ |
D | display_builtin.cpp | 320 histogramCtrl.object_type = DRM_MODE_OBJECT_CRTC; in initColorSamplingState() 324 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()
|
/hardware/interfaces/bluetooth/audio/aidl/vts/ |
D | VtsHalBluetoothAudioTargetTest.cpp | 468 for (auto object_type : aac_capability.objectType) { in GetAacCodecSpecificSupportedList() local 476 .objectType = object_type, in GetAacCodecSpecificSupportedList()
|