Searched refs:sock_cmd_t (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_thread.c | 239 } sock_cmd_t; typedef 264 sock_cmd_t cmd = {CMD_ADD_FD, fd, type, flags, user_id}; in btsock_thread_add_fd() 286 sock_cmd_t cmd = {CMD_REMOVE_FD, fd, 0, 0, 0}; in btsock_thread_remove_fd_and_close() 306 sock_cmd_t cmd = {CMD_USER_PRIVATE, 0, type, size, user_id}; in btsock_thread_post_cmd() 308 sock_cmd_t* cmd_send = &cmd; in btsock_thread_post_cmd() 313 cmd_send = (sock_cmd_t*)alloca(size_send); in btsock_thread_post_cmd() 343 sock_cmd_t cmd = {CMD_WAKEUP, 0, 0, 0, 0}; in btsock_thread_wakeup() 362 sock_cmd_t cmd = {CMD_EXIT, 0, 0, 0, 0}; in btsock_thread_exit() 459 sock_cmd_t cmd = {-1, 0, 0, 0, 0}; in process_cmd_sock()
|