Home
last modified time | relevance | path

Searched refs:LIBMTP_STORAGE_SORTBY_NOTSORTED (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/examples/
Dsendtr.c326 if ( 0 != (rc=LIBMTP_Get_Storage(device, LIBMTP_STORAGE_SORTBY_NOTSORTED)) ) in sendtrack_function()
/external/libmtp/src/
Dlibmtp.h772 #define LIBMTP_STORAGE_SORTBY_NOTSORTED 0 macro
Dlibmtp.h.in767 #define LIBMTP_STORAGE_SORTBY_NOTSORTED 0 macro
Dlibmtp.c1845 if (LIBMTP_Get_Storage(mtp_device, LIBMTP_STORAGE_SORTBY_NOTSORTED) == -1) { in LIBMTP_Open_Raw_Device()
2688 if (sortby == LIBMTP_STORAGE_SORTBY_NOTSORTED) in sort_storage_by()