Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibmtp.c496 register_property("Object Size", LIBMTP_PROPERTY_ObjectSize, PTP_OPC_ObjectSize); in init_propertymap()
1763 PTP_OPC_ObjectSize, in LIBMTP_Open_Raw_Device()
2224 case PTP_OPC_ObjectSize: in get_all_metadata_fast()
2381 if (prop->property == PTP_OPC_ObjectSize) { in obj2file()
2409 case PTP_OPC_ObjectSize: in obj2file()
2411 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0); in obj2file()
2413 file->filesize = get_u32_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0); in obj2file()
3988 if (prop->property == PTP_OPC_ObjectSize) { in LIBMTP_Get_Filelisting_With_Callback()
4011 case PTP_OPC_ObjectSize: in LIBMTP_Get_Filelisting_With_Callback()
4013 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0); in LIBMTP_Get_Filelisting_With_Callback()
[all …]
Dptp.h1654 #define PTP_OPC_ObjectSize 0xDC04 macro
Dptp.c4439 {PTP_OPC_ObjectSize,"ObjectSize"},
4891 case PTP_OPC_ObjectSize: in ptp_object_want()