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

  /external/qemu/hw/
bt-l2cap.c 45 int next_id; member in struct:l2cap_instance_s
261 l2cap->last_id = l2cap->next_id;
262 l2cap->next_id = l2cap->next_id == 255 ? 1 : l2cap->next_id + 1;
792 if (!id || (id != l2cap->last_id && id != l2cap->next_id)) {
798 l2cap->next_id = id;
800 if (id == l2cap->next_id) {
801 l2cap->last_id = l2cap->next_id;
802 l2cap->next_id = l2cap->next_id == 255 ? 1 : l2cap->next_id + 1
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 133 guint next_id; member in struct:_GMainContext
485 context->next_id = 1;
663 result = source->source_id = context->next_id++;
    [all...]

Completed in 46 milliseconds