Home
last modified time | relevance | path

Searched defs:addAttribute (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/network/wifi_forwarder/
Dnetlink_message.h37 bool addAttribute(int attribute, const T& value) { in addAttribute() function
42 bool addAttribute(int attribute, T data, size_t numElements) { in addAttribute() function
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DSTUNMessage.h32 void addAttribute(uint16_t type) { in addAttribute() function
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DSTUNMessage.cpp71 void STUNMessage::addAttribute(uint16_t type, const void *data, size_t size) { in addAttribute() function in STUNMessage