HomeSort by relevance Sort by last modified time
    Searched refs:numdevs (Results 1 - 2 of 2) sorted by null

  /external/libmtp/src/
libusb-glue.c 130 * @param numdevs a pointer to an integer that will hold the number
135 int LIBMTP_Get_Supported_Devices_List(LIBMTP_device_entry_t ** const devices, int * const numdevs)
138 *numdevs = mtp_device_table_size;
578 * @param numdevs a pointer to an integer that will hold
584 int * numdevs)
596 *numdevs = 0;
612 *numdevs = 0;
620 *numdevs = 0;
683 *numdevs = i;
    [all...]
libmtp.c 1602 int numdevs; local
1921 int numdevs; local
    [all...]

Completed in 202 milliseconds