Searched defs:payload (Results 1 - 4 of 4) sorted by relevance

/system/core/libnl_2/
H A Dmsg.c25 /* Allocate a new netlink message with the default maximum payload size. */
28 /* Whole page will store nl_msg + nlmsghdr + genlmsghdr + payload */
62 /* Return pointer to message payload. */
91 /* Return head of attributes data / payload section */
147 int nlmsg_padlen(int payload) argument
149 return NLMSG_ALIGN(payload) - payload;
H A Dattr.c25 /* Return payload of string attribute. */
31 /* Return payload of 16 bit integer attribute. */
37 /* Return payload of 32 bit integer attribute. */
49 /* Return payload of uint64_t attribute. */
57 /* Head of payload */
63 /* Return length of the payload . */
69 int nla_padlen(int payload) argument
71 return NLA_ALIGN(payload) - payload;
111 /* Check if the attribute header and payload ca
[all...]
/system/core/liblog/
H A Dlogd_write.c251 int __android_log_bwrite(int32_t tag, const void *payload, size_t len) argument
257 vec[1].iov_base = (void*)payload;
268 int __android_log_btwrite(int32_t tag, char type, const void *payload, argument
277 vec[2].iov_base = (void*)payload;
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h1736 uint8_t payload; member in struct:__anon177

Completed in 170 milliseconds