HomeSort by relevance Sort by last modified time
    Searched full:multiplexer (Results 1 - 25 of 49) sorted by null

1 2

  /device/generic/goldfish/qemud/
qemud.c 15 * a simple stream multiplexer that works as follows:
1208 typedef struct Multiplexer Multiplexer;
1232 Multiplexer* multiplexer; member in struct:Client
1235 struct Multiplexer {
1244 static int multiplexer_open_channel( Multiplexer* mult, Packet* p );
1245 static void multiplexer_close_channel( Multiplexer* mult, int channel );
1246 static void multiplexer_serial_send( Multiplexer* mult, int channel, Packet* p );
1289 multiplexer_serial_send(c->multiplexer, c->channel, p)
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 21 * This file contains state machine and action routines for multiplexer
106 ** Description This function handles events when the multiplexer is in
174 ** Description This function handles events when the multiplexer is
258 ** Description This function handles events when the multiplexer in the
303 ** Description This function handles events when the multiplexer sent
364 ** Description This function handles events when the multiplexer is
431 ** Description This function handles events when the multiplexer is
475 ** Description This function handles events when the multiplexer sent
port_int.h 89 ** RFCOMM multiplexer Control Block
100 UINT8 state; /* Current multiplexer channel state */
160 BD_ADDR bd_addr; /* BD ADDR of the device for the multiplexer channel */
rfc_l2cap_if.c 83 ** L2CA_ConnectInd received. Allocate multiplexer control block
296 ** the checksum and dispatch event to multiplexer or port
325 /* Take special care of the Multiplexer Control Messages */
332 /* Other multiplexer events go to state machine */
rfc_int.h 147 ** Define states and events for the RFC multiplexer state machine
168 ** Events that can be received by multiplexer as well as port state machines
178 ** Multiplexer events
port_rfc.c 60 /* Check if multiplexer channel has already been established */
194 ** establishing of the multiplexer channel is completed.
256 ** some peer device wants to establish a multiplexer
258 ** or not assigned multiplexer.
770 ** multiplexer connection is released.
796 ** as a result multiplexer connection is closed.
    [all...]
port_utils.c 291 /* Multiplexer channel found do not change anything */
309 ** Description Find port on the multiplexer channel based on DLCI. If
342 ** Description Find port with DLCI not assigned to multiplexer channel
rfc_utils.c 152 /* Multiplexer channel found do not change anything */
171 /* New multiplexer control block */
387 /* If multiplexer channel was up mark it as down */
rfc_port_if.c 45 ** If RFCOMM multiplexer channel can not be allocated
rfc_port_fsm.c 130 /* make sure the multiplexer disconnect timer is not running (reconnect case) */
541 /* Ignore if Multiplexer is being shut down */
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.cc 177 // Get w/wait + timer scan / dispatch + socket / event multiplexer dispatch
267 // Signal for the multiplexer to return
289 // Signal for the multiplexer to return.
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.cc 192 // Get w/wait + timer scan / dispatch + socket / event multiplexer dispatch
291 // Signal for the multiplexer to return
313 // Signal for the multiplexer to return.
  /external/chromium_org/remoting/protocol/
channel_multiplexer.cc 70 MuxChannel(ChannelMultiplexer* multiplexer, const std::string& name,
196 ChannelMultiplexer* multiplexer,
199 : multiplexer_(multiplexer),
438 // callback may destroy the multiplexer or somehow else modify
channel_multiplexer_unittest.cc 80 // one channel with each multiplexer.
  /external/qemu/android/utils/
debug.h 31 _VERBOSE_TAG(qemud, "qemud multiplexer daemon") \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc.h 59 #include <rpc/svc.h> /* service manager and multiplexer */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc.h 59 #include <rpc/svc.h> /* service manager and multiplexer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc.h 59 #include <rpc/svc.h> /* service manager and multiplexer */
  /external/bluetooth/bluedroid/stack/include/
rfcdefs.h 219 ** Define RFCOMM Multiplexer message types
port_api.h 213 ** existing none initiator multiplexer channel. Otherwise it is (scn * 2).
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 467 UINT32 mx_proto_id; /* Service runs over this multiplexer protocol */
468 UINT32 orig_mx_chan_id; /* Channel on the multiplexer protocol */
469 UINT32 term_mx_chan_id; /* Channel on the multiplexer protocol */
    [all...]
  /external/qemu/android/
hw-qemud.c 89 * The multiplexer is connected to one or more 'service' objects.
    [all...]
  /external/strace/
ipc.c 450 /* HPPA does not use an IPC multiplexer on Linux. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/syscalls/
ppc-linux.xml 218 <syscall name="multiplexer" number="201"/>
ppc64-linux.xml 212 <syscall name="multiplexer" number="201"/>

Completed in 338 milliseconds

1 2