Searched defs:channel (Results 1 – 3 of 3) sorted by relevance
646 int channel; member1229 int channel; member1419 multiplexer_find_client( Multiplexer* mult, int channel ) in multiplexer_find_client()1438 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local1454 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local1465 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local1523 multiplexer_serial_send( Multiplexer* mult, int channel, Packet* p ) in multiplexer_serial_send()1544 int len, channel; in multiplexer_open_channel() local1573 multiplexer_close_channel( Multiplexer* mult, int channel ) in multiplexer_close_channel()
317 private EmulatorAsyncChannel(SocketChannel channel) throws IOException { in EmulatorAsyncChannel()789 private void onAccept(SocketChannel channel) throws IOException { in onAccept()
433 SocketChannel channel = device.getClientMonitoringSocket(); in removeDevice() local