Searched refs:req_id (Results 1 - 5 of 5) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3Client.java293 int req_id = generateNextRequestID();
298 sendMessage(Packet.SSH_FXP_CLOSE, req_id, tw.getBytes());
300 expectStatusOKMessage(req_id);
380 int req_id = generateNextRequestID();
386 sendMessage(Packet.SSH_FXP_FSTAT, req_id, tw.getBytes());
396 if (rep_id != req_id)
419 int req_id = generateNextRequestID();
425 sendMessage(statMethod, req_id, tw.getBytes());
435 if (rep_id != req_id)
495 int req_id
1259 int req_id; field in class:SFTPv3Client.OutstandingReadRequest
1473 int req_id; field in class:SFTPv3Client.OutstandingStatusRequest
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h262 UINT32 req_id; /* The req_id in the associated BTA_JvL2capRead() */ member in struct:__anon752
273 UINT32 req_id; /* The req_id in the associated BTA_JvL2capReceive() */ member in struct:__anon753
284 UINT32 req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member in struct:__anon754
351 UINT32 req_id; /* The req_id in the associated BTA_JvRfcommRead() */ member in struct:__anon762
362 UINT32 req_id; /* The req_id i member in struct:__anon763
[all...]
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_api.c1137 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) argument
1156 p_msg->req_id = req_id;
1171 evt_data.req_id = req_id;
1200 tBTA_JV_STATUS BTA_JvL2capReceive(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) argument
1215 evt_data.req_id = req_id;
1289 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) argument
1300 p_msg->req_id
1469 BTA_JvRfcommRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) argument
1559 BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id) argument
[all...]
H A Dbta_jv_int.h237 UINT32 req_id; member in struct:__anon792
248 UINT32 req_id; member in struct:__anon793
284 UINT32 req_id; member in struct:__anon796
296 UINT32 req_id; member in struct:__anon797
H A Dbta_jv_act.c1643 evt_data.req_id = rc->req_id;
1686 evt_data.req_id = ls->req_id;
2311 evt_data.req_id = rc->req_id;
2340 evt_data.req_id = wc->req_id;

Completed in 97 milliseconds