Searched refs:sock_cmd_t (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A D | btif_sock_thread.cc | 214 } sock_cmd_t; typedef 236 sock_cmd_t cmd = {CMD_ADD_FD, fd, type, flags, user_id}; in btsock_thread_add_fd() 254 sock_cmd_t cmd = {CMD_REMOVE_FD, fd, 0, 0, 0}; in btsock_thread_remove_fd_and_close() 273 sock_cmd_t cmd = {CMD_USER_PRIVATE, 0, type, size, user_id}; in btsock_thread_post_cmd() 274 sock_cmd_t* cmd_send = &cmd; in btsock_thread_post_cmd() 278 cmd_send = (sock_cmd_t*)alloca(size_send); in btsock_thread_post_cmd() 303 sock_cmd_t cmd = {CMD_WAKEUP, 0, 0, 0, 0}; in btsock_thread_wakeup() 319 sock_cmd_t cmd = {CMD_EXIT, 0, 0, 0, 0}; in btsock_thread_exit() 405 sock_cmd_t cmd = {-1, 0, 0, 0, 0}; in process_cmd_sock()
|