Home
last modified time | relevance | path

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

/sdk/emulator/qemud/
Dqemud.c642 int channel; member
1225 int channel; member
1415 multiplexer_find_client( Multiplexer* mult, int channel ) in multiplexer_find_client()
1434 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local
1450 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local
1461 int channel = hex2int(p->data+11, 2); in multiplexer_handle_control() local
1519 multiplexer_serial_send( Multiplexer* mult, int channel, Packet* p ) in multiplexer_serial_send()
1540 int len, channel; in multiplexer_open_channel() local
1569 multiplexer_close_channel( Multiplexer* mult, int channel ) in multiplexer_close_channel()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDeviceMonitor.java417 SocketChannel channel = device.getClientMonitoringSocket(); in removeDevice() local