Home
last modified time | relevance | path

Searched refs:Transaction_ID (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dlibusb-glue.c1139 usbreq.trans_id=htod32(req->Transaction_ID); in ptp_usb_sendreq()
1186 usbdata.trans_id= htod32(ptp->Transaction_ID); in ptp_usb_senddata()
1291 usbdata.trans_id = htod32(ptp->Transaction_ID); in ptp_usb_getdata()
1474 resp->Transaction_ID=dtoh32(usbresp.trans_id); in ptp_usb_getresp()
1476 if (resp->Transaction_ID != params->transaction_id-1) { in ptp_usb_getresp()
1481 resp->Transaction_ID = params->transaction_id-1; in ptp_usb_getresp()
1544 event->Transaction_ID=dtoh32(usbevent.trans_id); in ptp_usb_event()
Dptp.c146 ptp->Transaction_ID=params->transaction_id++; in ptp_transaction_new()
190 if (ptp->Transaction_ID != params->transaction_id-1) { in ptp_transaction_new()
196 ptp->Transaction_ID, params->transaction_id-1 in ptp_transaction_new()
1541 …s_id=0x%X, p1=0x%X, p2=0x%X, p3=0x%X", event.Nparam,event.Code,event.Transaction_ID, event.Param1,… in ptp_check_event()
Dptp-pack.c1114 ec->Transaction_ID=dtoh32a(&data[PTP_ec_TransId]); in ptp_unpack_EC()
1117 …, "Unknown canon event type %d (code=%x,tid=%x), please report!",type,ec->Code,ec->Transaction_ID); in ptp_unpack_EC()
Dptp.h53 uint32_t Transaction_ID; member