Searched refs:sock_cmd_t (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_thread.cc | 220 } sock_cmd_t; typedef 242 sock_cmd_t cmd = {CMD_ADD_FD, fd, type, flags, user_id}; in btsock_thread_add_fd() 261 sock_cmd_t cmd = {CMD_REMOVE_FD, fd, 0, 0, 0}; in btsock_thread_remove_fd_and_close() 280 sock_cmd_t cmd = {CMD_USER_PRIVATE, 0, type, size, user_id}; in btsock_thread_post_cmd() 282 sock_cmd_t* cmd_send = &cmd; in btsock_thread_post_cmd() 286 cmd_send = (sock_cmd_t*)alloca(size_send); in btsock_thread_post_cmd() 311 sock_cmd_t cmd = {CMD_WAKEUP, 0, 0, 0, 0}; in btsock_thread_wakeup() 327 sock_cmd_t cmd = {CMD_EXIT, 0, 0, 0, 0}; in btsock_thread_exit() 413 sock_cmd_t cmd = {-1, 0, 0, 0, 0}; in process_cmd_sock()
|