Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c471 htod32a(&oidata[PTP_oi_StorageID],oi->StorageID); in ptp_pack_OI()
572 oi->StorageID=dtoh32a(&data[PTP_oi_StorageID]); in ptp_unpack_OI()
1302 (*ce)[i].u.object.oi.StorageID = dtoh32a(&curdata[PTP_ece_OA_StorageID]); in ptp_unpack_CANON_changes()
1312 (*ce)[i].u.object.oi.StorageID = 0; /* use as marker */ in ptp_unpack_CANON_changes()
1801 oi->StorageID = 0xffffffff; in ptp_unpack_canon_directory()
1823 (*oinfos)[j].StorageID = dtoh32a(cur + ptp_canon_dir_storageid); in ptp_unpack_canon_directory()
1842 storageid = (*oinfos)[j].StorageID; in ptp_unpack_canon_directory()
1850 if ((*oinfos)[j].StorageID == 0xffffffff) { in ptp_unpack_canon_directory()
1851 (*oinfos)[j].StorageID = storageid; in ptp_unpack_canon_directory()
1861 if ((*oinfos)[j].StorageID == 0xffffffff) { in ptp_unpack_canon_directory()
[all …]
Dlibmtp.c2235 params->objects[i].oi.StorageID = prop->propval.u32; in get_all_metadata_fast()
2333 file->storage_id = ob->oi.StorageID; in obj2file()
2609 if (device->storage != NULL && ob->oi.StorageID != device->storage->id) in flush_handles()
3941 file->storage_id = ob->oi.StorageID; in LIBMTP_Get_Filelisting_With_Callback()
4081 file->storage_id = ob->oi.StorageID; in LIBMTP_Get_Filemetadata()
4505 track->storage_id = ob->oi.StorageID; in LIBMTP_Get_Tracklisting_With_Callback()
4613 track->storage_id = ob->oi.StorageID; in LIBMTP_Get_Trackmetadata()
5793 new_file.StorageID = store;
6715 folder->storage_id = ob->oi.StorageID;
6798 new_folder.StorageID = store;
[all …]
Dplaylist-spl.c128 pl->storage_id = oi->StorageID; in spl_to_playlist_t()
Dptp.h734 uint32_t StorageID; member
Dptp.c4910 oinfo.StorageID = xpl->propval.u32; in ptp_object_want()