Searched refs:mAttributes (Results 1 - 8 of 8) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h30 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1]; member in class:WifiEvent
36 memset(mAttributes, 0, sizeof(mAttributes));
73 return mAttributes;
77 return mAttributes[attribute];
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0;
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0;
89 return mAttributes[attribut
[all...]
H A Dcpp_bindings.cpp532 if (mAttributes[i] != NULL) {
550 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0),
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.h30 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1]; member in class:WifiEvent
36 memset(mAttributes, 0, sizeof(mAttributes));
73 return mAttributes;
77 return mAttributes[attribute];
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0;
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0;
89 return mAttributes[attribut
[all...]
H A Dcpp_bindings.cpp540 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0),
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1585 mAttributes[attribute] = value;
1589 if (mAttributes.count(attribute) == 0) {
1592 return mAttributes.at(attribute);
1669 "%u x %u", mAttributes.at(HWC2::Attribute::Width),
1670 mAttributes.at(HWC2::Attribute::Height));
1673 if (mAttributes.count(HWC2::Attribute::VsyncPeriod) != 0) {
1676 1e9 / mAttributes.at(HWC2::Attribute::VsyncPeriod));
1680 if (mAttributes.count(HWC2::Attribute::DpiX) != 0 &&
1681 mAttributes.at(HWC2::Attribute::DpiX) != -1) {
1685 mAttributes
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp1670 mAttributes[attribute] = value;
1675 if (mAttributes.count(attribute) == 0) {
1678 return mAttributes.at(attribute);
1762 "%u x %u", mAttributes.at(HWC2::Attribute::Width),
1763 mAttributes.at(HWC2::Attribute::Height));
1766 if (mAttributes.count(HWC2::Attribute::VsyncPeriod) != 0) {
1769 1e9 / mAttributes.at(HWC2::Attribute::VsyncPeriod));
1773 if (mAttributes.count(HWC2::Attribute::DpiX) != 0 &&
1774 mAttributes.at(HWC2::Attribute::DpiX) != -1) {
1778 mAttributes
[all...]
H A DHWC2On1Adapter.h251 mAttributes() {}
283 std::unordered_map<HWC2::Attribute, int32_t> mAttributes; member in class:android::HWC2On1Adapter::Display::Config
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h287 mAttributes() {}
319 std::unordered_map<HWC2::Attribute, int32_t> mAttributes; member in class:android::HWC2On1Adapter::Display::Config

Completed in 319 milliseconds