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

  /external/chromium_org/net/url_request/
url_request_test_util.cc 368 int req_id = request->identifier(); local
369 InitRequestStatesIfNew(req_id);
370 event_order_[req_id] += "OnBeforeURLRequest\n";
371 EXPECT_TRUE(next_states_[req_id] & kStageBeforeURLRequest) <<
372 event_order_[req_id];
373 next_states_[req_id] =
387 int req_id = request->identifier(); local
388 InitRequestStatesIfNew(req_id);
389 event_order_[req_id] += "OnBeforeSendHeaders\n";
390 EXPECT_TRUE(next_states_[req_id] & kStageBeforeSendHeaders) <
402 int req_id = request->identifier(); local
418 int req_id = request->identifier(); local
458 int req_id = request->identifier(); local
480 int req_id = request->identifier(); local
497 int req_id = request->identifier(); local
522 int req_id = request->identifier(); local
546 int req_id = request->identifier(); local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 290 UINT32 req_id; /* The req_id in the associated BTA_JvL2capRead() */ member in struct:__anon5512
301 UINT32 req_id; /* The req_id in the associated BTA_JvL2capReceive() */ member in struct:__anon5513
312 UINT32 req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member in struct:__anon5514
379 UINT32 req_id; /* The req_id in the associated BTA_JvRfcommRead() */ member in struct:__anon5522
390 UINT32 req_id; /* The req_id in the associated BTA_JvRfcommWrite() * member in struct:__anon5523
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c     [all...]
bta_jv_int.h 265 UINT32 req_id; member in struct:__anon5560
276 UINT32 req_id; member in struct:__anon5561
312 UINT32 req_id; member in struct:__anon5564
341 UINT32 req_id; member in struct:__anon5567
bta_jv_act.c     [all...]

Completed in 1245 milliseconds