Home
last modified time | relevance | path

Searched refs:ohArray (Results 1 – 2 of 2) sorted by relevance

/external/libmtp/src/
Dptp.h2744 uint16_t ptp_mtp_getobjectreferences (PTPParams* params, uint32_t handle, uint32_t** ohArray, uint3…
2745 uint16_t ptp_mtp_setobjectreferences (PTPParams* params, uint32_t handle, uint32_t* ohArray, uint32…
Dptp.c3704 ptp_mtp_getobjectreferences (PTPParams* params, uint32_t handle, uint32_t** ohArray, uint32_t* arra… in ptp_mtp_getobjectreferences() argument
3716 *ohArray = NULL; in ptp_mtp_getobjectreferences()
3718 *arraylen = ptp_unpack_uint32_t_array(params, data , 0, size, ohArray); in ptp_mtp_getobjectreferences()
3725 ptp_mtp_setobjectreferences (PTPParams* params, uint32_t handle, uint32_t* ohArray, uint32_t arrayl… in ptp_mtp_setobjectreferences() argument
3733 size = ptp_pack_uint32_t_array(params, ohArray, arraylen, &data); in ptp_mtp_setobjectreferences()