Searched refs:parenthandle (Results 1 – 4 of 4) sorted by relevance
/external/libmtp/src/ |
D | ptp.h | 2676 uint32_t* parenthandle, uint32_t* handle, 2748 uint16_t ptp_mtp_sendobjectproplist (PTPParams* params, uint32_t* store, uint32_t* parenthandle, ui… 2768 uint32_t* parenthandle, uint32_t* handle, 2947 uint32_t p2, uint32_t parenthandle,
|
D | ptp.c | 1574 uint32_t* parenthandle, uint32_t* handle, in ptp_sendobjectinfo() argument 1582 PTP_CNT_INIT(ptp, PTP_OC_SendObjectInfo, *store, *parenthandle); in ptp_sendobjectinfo() 1587 *parenthandle=ptp.Param2; in ptp_sendobjectinfo() 1763 uint32_t* parenthandle, uint32_t* handle, in ptp_ek_sendfileobjectinfo() argument 1771 PTP_CNT_INIT(ptp, PTP_OC_EK_SendFileObjectInfo, *store, *parenthandle); in ptp_ek_sendfileobjectinfo() 1776 *parenthandle=ptp.Param2; in ptp_ek_sendfileobjectinfo() 3778 ptp_mtp_sendobjectproplist (PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* h… in ptp_mtp_sendobjectproplist() argument 3786 PTP_CNT_INIT(ptp, PTP_OC_MTP_SendObjectPropList, *store, *parenthandle, (uint32_t) objecttype, in ptp_mtp_sendobjectproplist() 3795 *parenthandle = ptp.Param2; in ptp_mtp_sendobjectproplist()
|
D | libmtp.c | 199 uint32_t const parenthandle, 7373 uint32_t parenthandle = 0; local 7385 parenthandle = parent_id; 7412 ret = ptp_mtp_sendobjectproplist(params, &store, &parenthandle, &new_id, PTP_OFC_Association, 7416 ret = ptp_sendobjectinfo(params, &store, &parenthandle, &new_id, &new_folder); 7656 uint32_t const parenthandle, argument 7671 uint32_t localph = parenthandle;
|
/external/libmtp/ |
D | ChangeLog | 844 * src/libmtp.h.in: removed the parenthandle argument from
|