Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibmtp.c1164 uint32_t propcnt = 0; in LIBMTP_Is_Property_Supported() local
1173 …p_getobjectpropssupported(device->params, map_libmtp_type_to_ptp_type(filetype), &propcnt, &props); in LIBMTP_Is_Property_Supported()
1179 for (i = 0; i < propcnt; i++) { in LIBMTP_Is_Property_Supported()
3223 uint32_t propcnt = 0; in LIBMTP_Dump_Device_Info() local
3231 params->deviceinfo.ImageFormats[i], &propcnt, &props); in LIBMTP_Dump_Device_Info()
3236 for (j=0;j<propcnt;j++) { in LIBMTP_Dump_Device_Info()
4313 uint32_t propcnt = 0; in obj2file() local
4317 …mtp_getobjectpropssupported(params, map_libmtp_type_to_ptp_type(file->filetype), &propcnt, &props); in obj2file()
4322 for (i = 0; i < propcnt; i++) { in obj2file()
4768 uint32_t propcnt = 0; in get_track_metadata() local
[all …]