Searched refs:LIBMTP_Detect_Raw_Devices (Results 1 – 13 of 13) sorted by relevance
/external/libmtp/src/ |
D | libmtp.sym | 7 LIBMTP_Detect_Raw_Devices
|
D | libusb-glue.c | 608 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices, in LIBMTP_Detect_Raw_Devices() function
|
D | libopenusb1-glue.c | 592 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices, in LIBMTP_Detect_Raw_Devices() function
|
D | libusb1-glue.c | 627 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices, in LIBMTP_Detect_Raw_Devices() function
|
D | libmtp.h.in | 828 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t **, int *);
|
D | libmtp.c | 1694 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/ |
D | folders.c | 51 switch (LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices)) { in main()
|
D | files.c | 89 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
|
D | filetree.c | 96 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
|
D | albums.c | 95 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
|
D | tracks.c | 126 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
|
D | detect.c | 87 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
|
/external/libmtp/ |
D | ChangeLog | 916 * src/libmtp.c: use LIBMTP_Detect_Raw_Devices() and
|