Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_debug_report.c99 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/
DA2dpOffloadCodecAac.cpp99 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()
DA2dpOffloadCodecAac.h26 ObjectType object_type; member
/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.cpp344 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()
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.h717 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/
Dgen_enum_to_str.py515 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/
Ddisplay_builtin.cpp197 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/
DVtsHalBluetoothAudioV2_0TargetTest.cpp491 for (auto object_type : object_types) { in GetAacCodecSpecificSupportedList() local
496 aac_data = {.objectType = object_type, in GetAacCodecSpecificSupportedList()
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_builtin.cpp320 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/
DVtsHalBluetoothAudioV2_1TargetTest.cpp582 for (auto object_type : object_types) { in GetAacCodecSpecificSupportedList() local
587 aac_data = {.objectType = object_type, in GetAacCodecSpecificSupportedList()
/hardware/interfaces/bluetooth/audio/aidl/vts/
DVtsHalBluetoothAudioTargetTest.cpp468 for (auto object_type : aac_capability.objectType) { in GetAacCodecSpecificSupportedList() local
476 .objectType = object_type, in GetAacCodecSpecificSupportedList()