Home
last modified time | relevance | path

Searched refs:LIBMTP_Detect_Raw_Devices (Results 1 – 13 of 13) sorted by relevance

/external/libmtp/src/
Dlibmtp.sym7 LIBMTP_Detect_Raw_Devices
Dlibusb-glue.c608 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices, in LIBMTP_Detect_Raw_Devices() function
Dlibmtp.h.in828 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t **, int *);
Dlibusb1-glue.c627 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices, in LIBMTP_Detect_Raw_Devices() function
Dlibopenusb1-glue.c592 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices, in LIBMTP_Detect_Raw_Devices() function
Dlibmtp.c1694 ret = LIBMTP_Detect_Raw_Devices(&devices, &numdevs); in LIBMTP_Get_First_Device()
2374 ret = LIBMTP_Detect_Raw_Devices(&devices, &numdevs); in LIBMTP_Get_Connected_Devices()
/external/libmtp/examples/
Dfolders.c51 switch (LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices)) { in main()
Dfiles.c89 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
Dfiletree.c96 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
Dalbums.c95 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
Dtracks.c126 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
Ddetect.c87 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
/external/libmtp/
DChangeLog916 * src/libmtp.c: use LIBMTP_Detect_Raw_Devices() and