Home
last modified time | relevance | path

Searched refs:ptp_usb_event_async (Results 1 – 5 of 5) sorted by relevance

/external/libmtp/src/
Dlibusb-glue.c1624 ptp_usb_event_async (PTPParams* params, PTPEventCbFn cb, void *user_data) { in ptp_usb_event_async() function
Dlibusb1-glue.c1706 ptp_usb_event_async (PTPParams* params, PTPEventCbFn cb, void *user_data) { in ptp_usb_event_async() function
Dlibopenusb1-glue.c1698 ptp_usb_event_async (PTPParams* params, PTPEventCbFn cb, void *user_data) { in ptp_usb_event_async() function
Dptp.h2562 uint16_t ptp_usb_event_async (PTPParams *params, PTPEventCbFn cb, void *user_data);
Dlibmtp.c2308 ret = ptp_usb_event_async(params, LIBMTP_Read_Event_Cb, data); in LIBMTP_Read_Event_Async()