/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() 96 int get_len(int attribute) { in get_len() 100 void *get_data(int attribute) { in get_data() 207 wifi_error put_u8(int attribute, uint8_t value) { in put_u8() 210 wifi_error put_u16(int attribute, uint16_t value) { in put_u16() 213 wifi_error put_u32(int attribute, uint32_t value) { in put_u32() [all …]
|
D | cpp_bindings.cpp | 165 const char *attributeToString(int attribute) in attributeToString() 840 wifi_error WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8() 845 wifi_error WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16() 850 wifi_error WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32() 855 wifi_error WifiVendorCommand::put_u64(int attribute, uint64_t value) in put_u64() 860 wifi_error WifiVendorCommand::put_s8(int attribute, s8 value) in put_s8() 865 wifi_error WifiVendorCommand::put_s16(int attribute, s16 value) in put_s16() 870 wifi_error WifiVendorCommand::put_s32(int attribute, s32 value) in put_s32() 875 wifi_error WifiVendorCommand::put_s64(int attribute, s64 value) in put_s64() 880 wifi_error WifiVendorCommand::put_flag(int attribute) in put_flag() [all …]
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() 96 int get_len(int attribute) { in get_len() 100 void *get_data(int attribute) { in get_data() 104 void *get_string(int attribute) { in get_string() 199 int put(int attribute, void *ptr, unsigned len) { in put() 202 int put_s8(int attribute, int8_t value) { in put_s8() [all …]
|
D | cpp_bindings.cpp | 176 const char *attributeToString(int attribute) in attributeToString()
|
/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
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | color_manager.cpp | 110 const HWDisplayAttributes &attribute, in CreateColorManagerProxy()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | color_manager.cpp | 109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy()
|
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerClient.h | 122 Display display, Config config, IComposerClient::Attribute attribute, in getDisplayAttribute_2_4()
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 69 IComposerClient::Attribute attribute) { in getDisplayAttribute_2_4()
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 258 for (auto attribute : requiredAttributes) { in TEST_P() local 271 for (auto attribute : optionalAttributes) { in TEST_P() local
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 122 IComposerClient::Attribute attribute, in getDisplayAttribute_2_4()
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 373 for (auto attribute : requiredAttributes) { in TEST_P() local 380 for (auto attribute : optionalAttributes) { in TEST_P() local
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 204 IComposerClient::Attribute attribute, in getDisplayAttribute()
|
/hardware/qcom/audio/hal/ |
D | platform_info.c | 656 const char *attribute = attr[index++]; in process_microphone_characteristic() local
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 649 Attribute attribute, int32_t* outValue) in getAttribute() 1667 void HWC2On1Adapter::Display::Config::setAttribute(HWC2::Attribute attribute, in setAttribute() 1728 for (auto attribute : attributes) { in merge() local
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 611 Attribute attribute, int32_t* outValue) { in getAttribute() 1583 void HWC2On1Adapter::Display::Config::setAttribute(HWC2::Attribute attribute, in setAttribute() 1637 for (auto attribute : attributes) { in merge() local
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 180 IComposerClient::Attribute attribute) { in getDisplayAttribute()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_session.cpp | 443 auto attribute = static_cast<HWC2::Attribute>(int_attribute); in GetDisplayAttribute() local 1472 auto attribute = HWC2::Attribute::VsyncPeriod; in GetVsyncPeriod() local
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_session.cpp | 438 auto attribute = static_cast<HWC2::Attribute>(int_attribute); in GetDisplayAttribute() local 1552 auto attribute = HWC2::Attribute::VsyncPeriod; in GetVsyncPeriod() local
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_session.cpp | 333 auto attribute = static_cast<HWC2::Attribute>(int_attribute); in GetDisplayAttribute() local 1565 auto attribute = HWC2::Attribute::VsyncPeriod; in GetVsyncPeriod() local
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_session.cpp | 350 auto attribute = static_cast<HWC2::Attribute>(int_attribute); in GetDisplayAttribute() local 1610 auto attribute = HWC2::Attribute::VsyncPeriod; in GetVsyncPeriod() local
|