Home
last modified time | relevance | path

Searched refs:gotlen (Results 1 – 7 of 7) sorted by relevance

/external/libmtp/src/
Dlibusb-glue.c1065 unsigned long *gotlen in memory_getfunc() argument
1074 *gotlen = tocopy; in memory_getfunc()
1226 unsigned long gotlen; in ptp_usb_senddata() local
1231 ret = handler->getfunc(params, handler->priv, datawlen, usbdata.payload.data, &gotlen); in ptp_usb_senddata()
1234 if (gotlen != datawlen) in ptp_usb_senddata()
Dlibopenusb1-glue.c1073 unsigned long *gotlen in memory_getfunc() argument
1082 *gotlen = tocopy; in memory_getfunc()
1233 unsigned long gotlen; in ptp_usb_senddata() local
1238 ret = handler->getfunc(params, handler->priv, datawlen, usbdata.payload.data, &gotlen); in ptp_usb_senddata()
1243 if (gotlen != datawlen){ in ptp_usb_senddata()
Dlibusb1-glue.c1090 unsigned long *gotlen in memory_getfunc() argument
1099 *gotlen = tocopy; in memory_getfunc()
1251 unsigned long gotlen; in ptp_usb_senddata() local
1256 ret = handler->getfunc(params, handler->priv, datawlen, usbdata.payload.data, &gotlen); in ptp_usb_senddata()
1259 if (gotlen != datawlen) in ptp_usb_senddata()
Dlibmtp.h.in482 * @param gotlen pointer to the number of bytes actually written
489 uint32_t wantlen, unsigned char *data, uint32_t *gotlen);
Dptp.c245 unsigned long *gotlen in memory_getfunc() argument
254 *gotlen = tocopy; in memory_getfunc()
342 unsigned long *gotlen in fd_getfunc() argument
349 *gotlen = got; in fd_getfunc()
Dlibmtp.c237 …(PTPParams* params, void* priv, unsigned long wantlen, unsigned char *data, unsigned long *gotlen);
5142 …r(PTPParams* params, void* priv, unsigned long wantlen, unsigned char *data, unsigned long *gotlen) in get_func_wrapper() argument
5148 *gotlen = local_gotlen; in get_func_wrapper()
Dptp.h2377 unsigned char *data, unsigned long *gotlen);