HomeSort by relevance Sort by last modified time
    Searched refs:clients (Results 51 - 64 of 64) sorted by null

1 23

  /external/kernel-headers/original/linux/
i2c.h 240 struct list_head clients; member in struct:i2c_adapter
317 /* call the i2c_client->command() of all attached clients with
  /external/qemu/android/
console.c 111 /* the list of current clients */
112 ControlClient clients; member in struct:ControlGlobalRec_
232 ControlClient *pnode = &global->clients;
333 client->next = global->clients;
334 global->clients = client;
    [all...]
  /external/quake/quake/src/QW/server/
sv_ents.c 331 for (j=0,cl=svs.clients ; j<MAX_CLIENTS ; j++,cl++)
  /external/quake/quake/src/WinQuake/
sv_user.cpp 604 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++)
net_dgrm.cpp 898 for (clientNumber = 0, client = svs.clients; clientNumber < svs.maxclients; clientNumber++, client++)
    [all...]
sv_phys.cpp 1061 if ( ! svs.clients[num-1].active )
    [all...]
  /gdk/samples/quake/jni/
sv_user.cpp 604 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++)
net_dgrm.cpp 898 for (clientNumber = 0, client = svs.clients; clientNumber < svs.maxclients; clientNumber++, client++)
    [all...]
sv_phys.cpp 1061 if ( ! svs.clients[num-1].active )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 177 /* 150-151: kernel events with quote - DO NOT use in user clients */
193 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */
206 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
484 int clients; /* maximum clients count */ member in struct:snd_seq_system_info
487 int cur_clients; /* current clients */
648 * etc. if the queue is locked for other clients
    [all...]
asound.h 583 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 570 unsigned int clients; member in struct:snd_timer_ginfo
    [all...]
  /external/kernel-headers/original/sound/
asound.h 594 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 2430 milliseconds

1 23