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);
225 int cmd_fd[2]; in RegisterDataCallback() local227 if (pipe2(cmd_fd, O_CLOEXEC) != 0 || pipe2(data_fd, O_CLOEXEC) != 0) { in RegisterDataCallback()231 read_cmd_fd_.reset(cmd_fd[0]); in RegisterDataCallback()232 write_cmd_fd_.reset(cmd_fd[1]); in RegisterDataCallback()
130 static void init_poll(int cmd_fd);