Searched refs:parenthandle (Results 1 - 3 of 3) sorted by relevance

/external/libmtp/src/
H A Dptp.c882 * uint32_t* parenthandle - Parent ObjectHandle on responder
891 * uint32_t* parenthandle- Responder Parent ObjectHandle
898 uint32_t* parenthandle, uint32_t* handle,
909 ptp.Param2=*parenthandle;
916 *parenthandle=ptp.Param2;
1061 * uint32_t* parenthandle - Parent ObjectHandle on responder
1070 * uint32_t* parenthandle- Responder Parent ObjectHandle
1077 uint32_t* parenthandle, uint32_t* handle,
1088 ptp.Param2=*parenthandle;
1095 *parenthandle
897 ptp_sendobjectinfo(PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle, PTPObjectInfo* objectinfo) argument
1076 ptp_ek_sendfileobjectinfo(PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle, PTPObjectInfo* objectinfo) argument
2596 ptp_mtp_sendobjectproplist(PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle, uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops) argument
[all...]
H A Dptp.h2070 uint32_t* parenthandle, uint32_t* handle,
2124 uint16_t ptp_mtp_sendobjectproplist (PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle,
2136 uint32_t* parenthandle, uint32_t* handle,
2321 uint32_t p2, uint32_t parenthandle,
H A Dlibmtp.c159 uint32_t const parenthandle,
6769 uint32_t parenthandle = 0; local
6786 parenthandle = parent_id;
6802 ret = ptp_sendobjectinfo(params, &store, &parenthandle, &new_id, &new_folder);
7024 * @param parenthandle the handle of the parent or 0 for no parent
7040 uint32_t const parenthandle,
7055 uint32_t localph = parenthandle;
7035 create_new_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const parenthandle, uint32_t const storageid, uint16_t const objectformat, char const * const suffix, uint32_t * const newid, uint32_t const * const tracks, uint32_t const no_tracks) argument

Completed in 108 milliseconds