/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() argument 77 return mAttributes[attribute]; in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() argument 81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() argument 85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() argument 89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() argument 93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64() [all …]
|
D | cpp_bindings.cpp | 165 const char *attributeToString(int attribute) in attributeToString() argument 167 switch (attribute) { in attributeToString() 840 wifi_error WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8() argument 842 return mMsg.put_u8(attribute, value); in put_u8() 845 wifi_error WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16() argument 847 return mMsg.put_u16(attribute, value); in put_u16() 850 wifi_error WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32() argument 852 return mMsg.put_u32(attribute, value); in put_u32() 855 wifi_error WifiVendorCommand::put_u64(int attribute, uint64_t value) in put_u64() argument 857 return mMsg.put_u64(attribute, value); in put_u64() [all …]
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() argument 77 return mAttributes[attribute]; in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() argument 81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() argument 85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() argument 89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() argument 93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64() [all …]
|
/hardware/qcom/audio/hal/ |
D | platform_info.c | 595 const char *attribute = attr[index++]; in process_microphone_characteristic() local 598 if (strcmp(attribute, "device_id") == 0) { in process_microphone_characteristic() 605 } else if (strcmp(attribute, "type") == 0) { in process_microphone_characteristic() 613 } else if (strcmp(attribute, "address") == 0) { in process_microphone_characteristic() 628 } else if (strcmp(attribute, "location") == 0) { in process_microphone_characteristic() 636 } else if (strcmp(attribute, "group") == 0) { in process_microphone_characteristic() 639 } else if (strcmp(attribute, "index_in_the_group") == 0) { in process_microphone_characteristic() 642 } else if (strcmp(attribute, "directionality") == 0) { in process_microphone_characteristic() 650 } else if (strcmp(attribute, "num_frequency_responses") == 0) { in process_microphone_characteristic() 657 } else if (strcmp(attribute, "frequencies") == 0) { in process_microphone_characteristic() [all …]
|
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/ |
D | drm_hal_clearkey_test.h | 166 for (const DrmMetricGroup::Attribute& attribute : metric.attributes) { in ValidateMetricAttributeAndValue() local 167 if (attribute.name == attributeName && in ValidateMetricAttributeAndValue() 168 ValueEquals(attribute.type, attributeValue, attribute)) { in ValidateMetricAttributeAndValue()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy() 129 hw_attr.Set(hw_res_info_, panel_info, attribute, versions); in CreateColorManagerProxy()
|
D | color_manager.h | 59 const HWDisplayAttributes &attribute,
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | color_manager.cpp | 110 const HWDisplayAttributes &attribute, in CreateColorManagerProxy() argument 124 color_manager_proxy = new ColorManagerProxy(display_id, type, hw_intf, attribute, panel_info); in CreateColorManagerProxy() 133 hw_attr.Set(hw_res_info_, panel_info, attribute, versions); in CreateColorManagerProxy()
|
D | color_manager.h | 59 const HWDisplayAttributes &attribute,
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy() 129 hw_attr.Set(hw_res_info_, panel_info, attribute, versions); in CreateColorManagerProxy()
|
D | color_manager.h | 59 const HWDisplayAttributes &attribute,
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy() 129 hw_attr.Set(hw_res_info_, panel_info, attribute, versions); in CreateColorManagerProxy()
|
D | color_manager.h | 59 const HWDisplayAttributes &attribute,
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy() 129 hw_attr.Set(hw_res_info_, panel_info, attribute, versions); in CreateColorManagerProxy()
|
D | color_manager.h | 59 const HWDisplayAttributes &attribute,
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy() 129 hw_attr.Set(hw_res_info_, panel_info, attribute, versions); in CreateColorManagerProxy()
|
D | color_manager.h | 59 const HWDisplayAttributes &attribute,
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | README.md | 25 the folder they reside in. The `Folder` attribute can either be: 49 The `Name` attribute of the SystemClass must match the `SystemClass` attribute 60 A Subsystem has the following attribute:
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 611 Attribute attribute, int32_t* outValue) { in getAttribute() argument 619 *outValue = mConfigs[configId]->getAttribute(attribute); in getAttribute() 621 to_string(attribute).c_str(), *outValue); in getAttribute() 1090 template <uint32_t attribute> 1093 bool match = (attribute == in attributesMatch() 1094 ATTRIBUTES_WITH_COLOR[ATTRIBUTE_MAP_WITH_COLOR[attribute]]); in attributesMatch() 1095 if (attribute == HWC_DISPLAY_COLOR_TRANSFORM) { in attributesMatch() 1099 return match && (attribute == in attributesMatch() 1100 ATTRIBUTES_WITHOUT_COLOR[ATTRIBUTE_MAP_WITHOUT_COLOR[attribute]]); in attributesMatch() 1583 void HWC2On1Adapter::Display::Config::setAttribute(HWC2::Attribute attribute, in setAttribute() argument [all …]
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 649 Attribute attribute, int32_t* outValue) in getAttribute() argument 658 *outValue = mConfigs[configId]->getAttribute(attribute); in getAttribute() 660 to_string(attribute).c_str(), *outValue); in getAttribute() 1133 template <uint32_t attribute> 1136 bool match = (attribute == in attributesMatch() 1137 ATTRIBUTES_WITH_COLOR[ATTRIBUTE_MAP_WITH_COLOR[attribute]]); in attributesMatch() 1138 if (attribute == HWC_DISPLAY_COLOR_TRANSFORM) { in attributesMatch() 1142 return match && (attribute == in attributesMatch() 1143 ATTRIBUTES_WITHOUT_COLOR[ATTRIBUTE_MAP_WITHOUT_COLOR[attribute]]); in attributesMatch() 1667 void HWC2On1Adapter::Display::Config::setAttribute(HWC2::Attribute attribute, in setAttribute() argument [all …]
|
D | HWC2On1Adapter.h | 194 HWC2::Attribute attribute, int32_t* outValue); 257 void setAttribute(HWC2::Attribute attribute, int32_t value); 258 int32_t getAttribute(HWC2::Attribute attribute) const; 421 auto attribute = static_cast<HWC2::Attribute>(intAttribute); in getDisplayAttributeHook() local 423 config, attribute, outValue); in getDisplayAttributeHook()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 207 HWC2::Attribute attribute, int32_t* outValue); 293 void setAttribute(HWC2::Attribute attribute, int32_t value); 294 int32_t getAttribute(HWC2::Attribute attribute) const; 487 auto attribute = static_cast<HWC2::Attribute>(intAttribute); in getDisplayAttributeHook() local 489 config, attribute, outValue); in getDisplayAttributeHook()
|
/hardware/interfaces/health/1.0/ |
D | types.hal | 83 * power_supply sysfs attribute file paths. Set these to specific paths 85 * for appropriate power_supply attribute files to use, for any paths
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 204 IComposerClient::Attribute attribute, in getDisplayAttribute() argument 207 Error err = mHal->getDisplayAttribute(display, config, attribute, &value); in getDisplayAttribute()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 99 IComposerClient::Attribute attribute);
|