Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/qemud/
Dqemud.c646 int channel; member
1229 int channel; member
1419 multiplexer_find_client( Multiplexer* mult, int channel ) in multiplexer_find_client()
1438 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local
1454 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local
1465 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local
1523 multiplexer_serial_send( Multiplexer* mult, int channel, Packet* p ) in multiplexer_serial_send()
1544 int len, channel; in multiplexer_open_channel() local
1573 multiplexer_close_channel( Multiplexer* mult, int channel ) in multiplexer_close_channel()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DEmulatorConnection.java317 private EmulatorAsyncChannel(SocketChannel channel) throws IOException { in EmulatorAsyncChannel()
789 private void onAccept(SocketChannel channel) throws IOException { in onAccept()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDeviceMonitor.java433 SocketChannel channel = device.getClientMonitoringSocket(); in removeDevice() local