HomeSort by relevance Sort by last modified time
    Searched defs:queues (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/tests/
queue-test.c 214 #define RANDOM_QUEUE() &(queues[g_random_int_range(0, N_QUEUES)])
227 QueueInfo queues[N_QUEUES]; local
236 queues[i].queue = g_queue_new ();
237 queues[i].head = NULL;
238 queues[i].tail = NULL;
239 queues[i].length = 0;
732 check_integrity (queues[j].queue);
736 g_queue_free (queues[i].queue);
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 233 TQueueTrafficParams queues[MAX_NUM_OF_AC]; member in struct:__anon18515
327 TQueuesParams queues; /* Queues params for QOS */ member in struct:__anon18524
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 206 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
483 int queues; /* maximum queues count */ member in struct:snd_seq_system_info
488 int cur_queues; /* current queues */
549 #define SNDRV_SEQ_REMOVE_INPUT (1<<0) /* Flush input queues */
550 #define SNDRV_SEQ_REMOVE_OUTPUT (1<<1) /* Flush output queues */
651 unsigned locked:1; /* timing queue locked for other queues */
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 127 milliseconds