Searched refs:ptp (Results 1 – 9 of 9) sorted by relevance
/external/libmtp/src/ |
D | ptp.c | 137 ptp_transaction_new (PTPParams* params, PTPContainer* ptp, in ptp_transaction_new() argument 143 if ((params==NULL) || (ptp==NULL)) in ptp_transaction_new() 146 ptp->Transaction_ID=params->transaction_id++; in ptp_transaction_new() 147 ptp->SessionID=params->session_id; in ptp_transaction_new() 149 CHECK_PTP_RC(params->sendreq_func (params, ptp)); in ptp_transaction_new() 155 ret = params->senddata_func(params, ptp, in ptp_transaction_new() 170 ret = params->getdata_func(params, ptp, handler); in ptp_transaction_new() 189 CHECK_PTP_RC(params->getresp_func(params, ptp)); in ptp_transaction_new() 190 if (ptp->Transaction_ID != params->transaction_id-1) { in ptp_transaction_new() 192 if ((ptp->Code == PTP_OC_OpenSession) && tries--) in ptp_transaction_new() [all …]
|
D | README | 6 ptp-pack.c 7 ptp-pack.h 8 ptp.c 9 ptp.h
|
D | Makefile.am | 4 gphoto2-endian.h libptp-stdint.h ptp.c ptp.h \ 7 EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
|
D | Makefile.in | 79 libusb-glue.lo ptp.lo 225 gphoto2-endian.h libptp-stdint.h ptp.c ptp.h \ 229 EXTRA_DIST = libmtp.h.in libmtp.sym ptp-pack.c 344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptp.Plo@am__quote@
|
D | libusb-glue.c | 1167 ptp_usb_senddata (PTPParams* params, PTPContainer* ptp, in ptp_usb_senddata() argument 1183 usbdata.code = htod16(ptp->Code); in ptp_usb_senddata() 1184 usbdata.trans_id= htod32(ptp->Transaction_ID); in ptp_usb_senddata() 1259 ptp_usb_getdata (PTPParams* params, PTPContainer* ptp, PTPDataHandler *handler) in ptp_usb_getdata() argument 1282 if (dtoh16(usbdata.code)!=ptp->Code) { in ptp_usb_getdata() 1288 usbdata.code = htod16(ptp->Code); in ptp_usb_getdata() 1289 usbdata.trans_id = htod32(ptp->Transaction_ID); in ptp_usb_getdata()
|
D | ptp.h | 1865 typedef uint16_t (* PTPIOSendData) (PTPParams* params, PTPContainer* ptp, 1869 typedef uint16_t (* PTPIOGetData) (PTPParams* params, PTPContainer* ptp, 1980 uint16_t ptp_usb_senddata (PTPParams* params, PTPContainer* ptp, 1983 uint16_t ptp_usb_getdata (PTPParams* params, PTPContainer* ptp, 1996 uint16_t ptp_ptpip_senddata (PTPParams* params, PTPContainer* ptp, 1999 uint16_t ptp_ptpip_getdata (PTPParams* params, PTPContainer* ptp,
|
/external/libmtp/ |
D | ChangeLog | 30 * src/ptp.c: sync to upstream 31 * src/ptp.h: dito. 45 * src/ptp.c: sync to upstream with correct MTP interface 47 * src/ptp.h: dito. 65 * src/ptp.c: sync to upstream. 66 * src/ptp.h: sync to upstream. 67 * src/ptp-pack.c: sync to upstream. 99 * src/ptp.h: sync to upstream. 100 * src/ptp.c: dito. 101 * src/ptp-pack.c: dito. [all …]
|
D | README | 22 use ptp.c, ptp.h and ptp-pack.c verbatim from the libgphoto2 223 in the file ptp.c. 236 CMD 0x99805, we see in ptp.h that this is PTP_OC_MTP_GetObjPropList. 245 CMD 0x99805, we see in ptp.h that this is PTP_OC_MTP_GetObjPropList. 256 CMD 0x99805, we see in ptp.h that this is PTP_OC_MTP_GetObjPropList.
|
/external/libmtp/libmtp.xcodeproj/ |
D | project.pbxproj | 22 …B00305D91277B07D009FA3E1 /* ptp.c in Sources */ = {isa = PBXBuildFile; fileRef = B00305C91277B07D0… 23 …B00305DA1277B07D009FA3E1 /* ptp.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305CA1277B07D0… 76 …7B07D009FA3E1 /* ptp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec… 77 …7B07D009FA3E1 /* ptp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec… 131 B00305C91277B07D009FA3E1 /* ptp.c */, 132 B00305CA1277B07D009FA3E1 /* ptp.h */, 180 B00305DA1277B07D009FA3E1 /* ptp.h in Headers */, 267 B00305D91277B07D009FA3E1 /* ptp.c in Sources */,
|