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 | 984 typedef struct _PTPObjectInfo PTPObjectInfo; typedef 1313 PTPObjectInfo oi; 2423 PTPObjectInfo oi; 2655 PTPObjectInfo* objectinfo); 2677 PTPObjectInfo* objectinfo); 2769 PTPObjectInfo* objectinfo); 2999 uint16_t ptp_canon_get_directory (PTPParams* params, PTPObjectHandles *handles, PTPObjectInfo **oin… 3338 void ptp_free_objectinfo (PTPObjectInfo *oi);
|
D | playlist-spl.c | 91 int is_spl_playlist(PTPObjectInfo *oi) in is_spl_playlist() 118 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi, in spl_to_playlist_t()
|
D | ptp-pack.c | 575 ptp_pack_OI (PTPParams *params, PTPObjectInfo *oi, unsigned char** oidataptr) in ptp_pack_OI() 682 ptp_unpack_OI (PTPParams *params, unsigned char* data, PTPObjectInfo *oi, unsigned int len) in ptp_unpack_OI() 2720 PTPObjectInfo **oinfos, /* size(handles->n) */ in ptp_unpack_canon_directory() 2742 PTPObjectInfo *oi = (*oinfos)+curob; in ptp_unpack_canon_directory()
|
D | ptp.c | 1365 PTPObjectInfo* objectinfo) in ptp_getobjectinfo() 1575 PTPObjectInfo* objectinfo) in ptp_sendobjectinfo() 1764 PTPObjectInfo* objectinfo) in ptp_ek_sendfileobjectinfo() 1996 PTPObjectInfo **oinfos, /* size(handles->n) */ in ptp_canon_get_directory() 4154 ptp_free_objectinfo (PTPObjectInfo *oi) in ptp_free_objectinfo() 6790 PTPObjectInfo oinfo; in ptp_object_want()
|
D | libmtp.c | 6346 PTPObjectInfo new_file; 6348 memset(&new_file, 0, sizeof(PTPObjectInfo)); 7375 PTPObjectInfo new_folder; 7846 PTPObjectInfo new_object;
|
/external/libmtp/ |
D | ChangeLog | 322 The handles, the PTPObjectInfo and the MTP proplists 2249 * src/libmtp.c: memset PTPObjectInfo structs to 0
|