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

  /external/libmtp/src/
ptp.c     [all...]
ptp.h     [all...]
libmtp.c     [all...]
ptp-pack.c 976 ptp_pack_OPL (PTPParams *params, MTPProperties *props, int nrofprops, unsigned char** opldataptr)
979 MTPProperties *propitr;
1035 const MTPProperties *px = x;
1036 const MTPProperties *py = y;
1042 ptp_unpack_OPL (PTPParams *params, unsigned char* data, MTPProperties **pprops, unsigned int len)
1045 MTPProperties *props = NULL;
1055 props = malloc(prop_count * sizeof(MTPProperties));
1062 qsort (props, i, sizeof(MTPProperties),_compare_func);
1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func);
    [all...]

Completed in 414 milliseconds