Searched refs:PTPObjectInfo (Results 1 – 7 of 7) sorted by relevance
/external/libmtp/src/ |
D | playlist-spl.h | 26 int is_spl_playlist(PTPObjectInfo *oi); 28 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi,
|
D | ptp.h | 754 typedef struct _PTPObjectInfo PTPObjectInfo; typedef 1068 PTPObjectInfo oi; 1895 PTPObjectInfo oi; 2055 PTPObjectInfo* objectinfo); 2071 PTPObjectInfo* objectinfo); 2137 PTPObjectInfo* objectinfo); 2372 uint16_t ptp_canon_get_directory (PTPParams* params, PTPObjectHandles *handles, PTPObjectInfo **oin… 2541 void ptp_free_objectinfo (PTPObjectInfo *oi);
|
D | playlist-spl.c | 91 int is_spl_playlist(PTPObjectInfo *oi) in is_spl_playlist() 117 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi, in spl_to_playlist_t()
|
D | ptp-pack.c | 459 ptp_pack_OI (PTPParams *params, PTPObjectInfo *oi, unsigned char** oidataptr) in ptp_pack_OI() 566 ptp_unpack_OI (PTPParams *params, unsigned char* data, PTPObjectInfo *oi, unsigned int len) in ptp_unpack_OI() 1773 PTPObjectInfo **oinfos, /* size(handles->n) */ in ptp_unpack_canon_directory() 1795 PTPObjectInfo *oi = (*oinfos)+curob; in ptp_unpack_canon_directory()
|
D | ptp.c | 700 PTPObjectInfo* objectinfo) in ptp_getobjectinfo() 899 PTPObjectInfo* objectinfo) in ptp_sendobjectinfo() 1078 PTPObjectInfo* objectinfo) in ptp_ek_sendfileobjectinfo() 1340 PTPObjectInfo **oinfos, /* size(handles->n) */ in ptp_canon_get_directory() 2766 ptp_free_objectinfo (PTPObjectInfo *oi) in ptp_free_objectinfo() 4868 PTPObjectInfo oinfo; in ptp_object_want()
|
D | libmtp.c | 5782 PTPObjectInfo new_file; 5784 memset(&new_file, 0, sizeof(PTPObjectInfo)); 6771 PTPObjectInfo new_folder; 7224 PTPObjectInfo new_object;
|
/external/libmtp/ |
D | ChangeLog | 103 The handles, the PTPObjectInfo and the MTP proplists 2030 * src/libmtp.c: memset PTPObjectInfo structs to 0
|