Searched defs:send_command (Results 1 - 3 of 3) sorted by relevance

/system/bt/hci/include/
H A Dvendor.h61 int (*send_command)(vendor_opcode_t opcode, void *param); member in struct:vendor_t
/system/bt/hci/src/
H A Dvendor.c93 static int send_command(vendor_opcode_t opcode, void *param) { function
204 send_command,
/system/extras/taskstats/
H A Dtaskstats.c44 int send_command(struct nl_sock* netlink_socket, uint16_t nlmsg_type, function
86 if (send_command(netlink_socket, GENL_ID_CTRL, getpid(),
149 int result = send_command(netlink_socket, family_id, getpid(),

Completed in 99 milliseconds