Searched refs:putfunc (Results 1 – 6 of 6) sorted by relevance
/external/libmtp/src/ |
D | libusb-glue.c | 907 int putfunc_ret = handler->putfunc(NULL, handler->priv, result, bytes); in ptp_read_func() 1100 handler->putfunc = memory_putfunc; in ptp_init_recv_memory_handler() 1120 handler->putfunc = memory_putfunc; in ptp_init_send_memory_handler() 1346 handler->putfunc( in ptp_usb_getdata() 1415 handler->putfunc( in ptp_usb_getdata()
|
D | libopenusb1-glue.c | 880 int putfunc_ret = handler->putfunc(NULL, handler->priv, xread, bytes); in ptp_read_func() 1108 handler->putfunc = memory_putfunc; in ptp_init_recv_memory_handler() 1129 handler->putfunc = memory_putfunc; in ptp_init_send_memory_handler() 1358 handler->putfunc( in ptp_usb_getdata() 1427 handler->putfunc( in ptp_usb_getdata()
|
D | libusb1-glue.c | 922 int putfunc_ret = handler->putfunc(NULL, handler->priv, xread, bytes); in ptp_read_func() 1125 handler->putfunc = memory_putfunc; in ptp_init_recv_memory_handler() 1145 handler->putfunc = memory_putfunc; in ptp_init_send_memory_handler() 1371 handler->putfunc( in ptp_usb_getdata() 1440 handler->putfunc( in ptp_usb_getdata()
|
D | libmtp.c | 233 MTPDataPutFunc putfunc; member 5172 ret = handler->putfunc(params, handler->priv, sendlen, data, &local_putlen); in put_func_wrapper() 5360 mtp_handler.putfunc = put_func; 5365 handler.putfunc = put_func_wrapper; 6058 mtp_handler.putfunc = NULL; 6063 handler.putfunc = NULL;
|
D | ptp.c | 285 handler->putfunc = memory_putfunc; in ptp_init_recv_memory_handler() 305 handler->putfunc = memory_putfunc; in ptp_init_send_memory_handler() 377 handler->putfunc = fd_putfunc; in ptp_init_fd_handler()
|
D | ptp.h | 2384 PTPDataPutFunc putfunc; member
|