HomeSort by relevance Sort by last modified time
    Searched refs:mps (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/tests/
slice-threadinit.c 74 void *mps[N_MAGAZINE_PROBES]; local
78 mps[j] = g_slice_alloc (magazine_probes[j]);
79 /* mps[*] now contains pointers to allocated slices */
109 g_slice_free1 (magazine_probes[j], mps[j]);
110 /* mps[*] now contains pointers to releaed slices */
120 if (mem == mps[j])
128 /* mps[*] now contains pointers to reallocated slices */
132 g_slice_free1 (magazine_probes[j], mps[j]);
133 /* mps[*] now contains pointers to released slices */
146 if (mem == mps[j]
    [all...]
  /external/qemu/hw/
bt-l2cap.c 50 int mps; member in struct:l2cap_instance_s::l2cap_chan_s
417 ch->mps = 65536;
650 /* MPS */
658 ch->mps = val;
764 data[len ++] = l2cap->group_ch.mps & 0xff;
765 data[len ++] = l2cap->group_ch.mps >> 8;
1010 if (len - 4 > ch->mps)
    [all...]
  /external/bluetooth/hcidump/parser/
l2cap.c 450 uint16_t rto, mto, mps; local
455 mps = btohs(bt_get_unaligned((uint16_t *) (ptr + 7)));
456 printf(", TxWin %d, MaxTx %d, RTo %d, MTo %d, MPS %d",
457 txwin, maxtrans, rto, mto, mps);

Completed in 1080 milliseconds