Searched refs:putfunc (Results 1 - 4 of 4) sorted by relevance

/external/libmtp/src/
H A Dlibusb-glue.c881 int putfunc_ret = handler->putfunc(NULL, handler->priv, result, bytes, &written);
1070 handler->putfunc = memory_putfunc;
1090 handler->putfunc = memory_putfunc;
1310 handler->putfunc(
1379 handler->putfunc(
H A Dlibmtp.c189 MTPDataPutFunc putfunc; member in struct:_MTPDataHandler
4684 ret = handler->putfunc(params, handler->priv, sendlen, data, &local_putlen);
4880 mtp_handler.putfunc = put_func;
4885 handler.putfunc = put_func_wrapper;
5498 mtp_handler.putfunc = NULL;
5503 handler.putfunc = NULL;
H A Dptp.c251 handler->putfunc = memory_putfunc;
271 handler->putfunc = memory_putfunc;
342 handler->putfunc = fd_putfunc;
H A Dptp.h1856 PTPDataPutFunc putfunc; member in struct:_PTPDataHandler

Completed in 60 milliseconds