Searched defs:socket_info (Results 1 – 3 of 3) sorted by relevance
12 struct socket_info { struct13 int sockfd;14 int datafd;15 unsigned long buflen;
1266 let socket_info = BluetoothServerSocket::make_l2cap_channel(socket::SOCK_FLAG_NONE, false); in listen_using_insecure_l2cap_channel() localVariable1275 let socket_info = BluetoothServerSocket::make_l2cap_channel(socket::SOCK_FLAG_NONE, true); in listen_using_insecure_l2cap_le_channel() localVariable1284 let socket_info = in listen_using_l2cap_channel() localVariable1294 let socket_info = in listen_using_l2cap_le_channel() localVariable1309 let socket_info = in listen_using_insecure_rfcomm_with_service_record() localVariable1324 let socket_info = BluetoothServerSocket::make_default_rfcomm_channel( in listen_using_rfcomm_with_service_record() localVariable1366 let socket_info = in create_insecure_l2cap_channel() localVariable1381 let socket_info = in create_insecure_l2cap_le_channel() localVariable1396 let socket_info = in create_l2cap_channel() localVariable1411 let socket_info = in create_l2cap_le_channel() localVariable[all …]
292 auto socket_info = static_cast<ClosingSocket*>(arg); in deferred_close() local318 ClosingSocket* socket_info = new ClosingSocket{ in deferred_close() local