Searched defs:last_id (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dbt-l2cap.c42 int last_id; member in struct:l2cap_instance_s
235 hdr->ident = l2cap->last_id;
259 l2cap->last_id = l2cap->next_id;
263 hdr->ident = l2cap->last_id;
287 hdr->ident = l2cap->last_id;
312 hdr->ident = l2cap->last_id;
334 hdr->ident = l2cap->last_id;
355 hdr->ident = l2cap->last_id;
459 l2cap_command_reject_cid(l2cap, l2cap->last_id, L2CAP_REJ_CID_INVAL,
486 ch->config_req_id = l2cap->last_id;
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc2213 syncable::Id last_id = parent_id; local
2223 mock_server_->AddUpdateDirectory(next_id, last_id, "BOB", 2, 20);
2224 last_id = next_id;
/external/libvpx/nestegg/src/
H A Dnestegg.c274 uint64_t last_id; member in struct:saved_state
289 uint64_t last_id; member in struct:nestegg
808 s->last_id = ctx->last_id;
822 ctx->last_id = s->last_id;
832 if (ctx->last_id && ctx->last_size) {
834 *id = ctx->last_id;
840 r = ne_read_id(ctx->io, &ctx->last_id, NULL);
849 *id = ctx->last_id;
[all...]

Completed in 76 milliseconds