Searched refs:sock_cmd_t (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_thread.c | 301 } sock_cmd_t; typedef 326 sock_cmd_t cmd = {CMD_ADD_FD, fd, type, flags, user_id}; in btsock_thread_add_fd() 344 sock_cmd_t cmd = {CMD_REMOVE_FD, fd, 0, 0, 0}; in btsock_thread_remove_fd_and_close() 360 sock_cmd_t cmd = {CMD_USER_PRIVATE, 0, type, size, user_id}; in btsock_thread_post_cmd() 362 sock_cmd_t* cmd_send = &cmd; in btsock_thread_post_cmd() 367 cmd_send = (sock_cmd_t*)alloca(size_send); in btsock_thread_post_cmd() 393 sock_cmd_t cmd = {CMD_WAKEUP, 0, 0, 0, 0}; in btsock_thread_wakeup() 408 sock_cmd_t cmd = {CMD_EXIT, 0, 0, 0, 0}; in btsock_thread_exit() 502 sock_cmd_t cmd = {-1, 0, 0, 0, 0}; in process_cmd_sock()
|