Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h76 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()
196 int put_u8(int attribute, uint8_t value) { in put_u8()
199 int put_u16(int attribute, uint16_t value) { in put_u16()
202 int put_u32(int attribute, uint32_t value) { in put_u32()
[all …]
Dcpp_bindings.cpp166 const char *attributeToString(int attribute) in attributeToString()
838 int WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8()
843 int WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16()
848 int WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32()
853 int WifiVendorCommand::put_u64(int attribute, uint64_t value) in put_u64()
858 int WifiVendorCommand::put_s8(int attribute, s8 value) in put_s8()
863 int WifiVendorCommand::put_s16(int attribute, s16 value) in put_s16()
868 int WifiVendorCommand::put_s32(int attribute, s32 value) { in put_s32()
872 int WifiVendorCommand::put_s64(int attribute, s64 value) in put_s64()
917 int WifiVendorCommand::put_string(int attribute, const char *value) in put_string()
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h59 nlattr *get_attribute(int attribute) { in get_attribute()
63 uint8_t get_u8(int attribute) { in get_u8()
67 uint16_t get_u16(int attribute) { in get_u16()
71 uint32_t get_u32(int attribute) { in get_u32()
75 uint64_t get_u64(int attribute) { in get_u64()
79 int get_len(int attribute) { in get_len()
83 void *get_data(int attribute) { in get_data()
176 int put(int attribute, void *ptr, unsigned len) { in put()
179 int put_u8(int attribute, uint8_t value) { in put_u8()
182 int put_u16(int attribute, uint16_t value) { in put_u16()
[all …]
Dcpp_bindings.cpp148 const char *attributeToString(int attribute) in attributeToString()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.cpp109 const HWDisplayAttributes &attribute, in CreateColorManagerProxy()
/hardware/intel/common/libva/va/x11/
Dva_nvctrl.c276 unsigned int attribute, in XNVCTRLQueryTargetStringAttribute()
329 unsigned int attribute, in XNVCTRLQueryStringAttribute()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.cpp325 auto attribute = static_cast<HWC2::Attribute>(int_attribute); in GetDisplayAttribute() local
1548 auto attribute = HWC2::Attribute::VsyncPeriod; in GetVsyncPeriod() local
Dhwc_display.cpp567 HWC2::Error HWCDisplay::GetDisplayAttribute(hwc2_config_t config, HWC2::Attribute attribute, in GetDisplayAttribute()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_session.cpp344 const uint32_t attribute = HWC_DISPLAY_VSYNC_PERIOD; in GetVsyncPeriod() local
/hardware/libhardware/include/hardware/
Dhwcomposer2.h297 static inline const char* getAttributeName(hwc2_attribute_t attribute) { in getAttributeName()