Home
last modified time | relevance | path

Searched refs:attributeId (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/wifi/wifi_hal/
Dnetlinkmessage.h33 bool getAttribute(int attributeId, T* value) const { in getAttribute() argument
34 return getAttribute(attributeId, value, sizeof(T)); in getAttribute()
62 bool getAttribute(int attributeId, void* data, size_t size) const;
Dnetlinkmessage.cpp51 bool NetlinkMessage::getAttribute(int attributeId, void* const data, const size_t size) const { in getAttribute() argument
53 … const auto attr = nlmsg_find_attr((struct nlmsghdr*)mData.data(), sizeof(ifinfomsg), attributeId); in getAttribute()