Searched refs:cmd_fd (Results 1 – 3 of 3) sorted by relevance
44 typedef void (*btsock_cmd_cb)(int cmd_fd, int type, int size, uint32_t user_id);
242 int cmd_fd[2]; in RegisterDataCallback() local244 if (pipe2(cmd_fd, O_CLOEXEC) != 0 || pipe2(data_fd, O_CLOEXEC) != 0) { in RegisterDataCallback()248 read_cmd_fd_.reset(cmd_fd[0]); in RegisterDataCallback()249 write_cmd_fd_.reset(cmd_fd[1]); in RegisterDataCallback()
131 static void init_poll(int cmd_fd);