Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.h2121 uint16_t ptp_mtp_getobjectreferences (PTPParams* params, uint32_t handle, uint32_t** ohArray, uint3…
2122 uint16_t ptp_mtp_setobjectreferences (PTPParams* params, uint32_t handle, uint32_t* ohArray, uint32…
Dptp.c2528 ptp_mtp_getobjectreferences (PTPParams* params, uint32_t handle, uint32_t** ohArray, uint32_t* arra… in ptp_mtp_getobjectreferences() argument
2545 *ohArray = NULL; in ptp_mtp_getobjectreferences()
2547 *arraylen = ptp_unpack_uint32_t_array(params, dpv, 0, ohArray); in ptp_mtp_getobjectreferences()
2555 ptp_mtp_setobjectreferences (PTPParams* params, uint32_t handle, uint32_t* ohArray, uint32_t arrayl… in ptp_mtp_setobjectreferences() argument
2566 size = ptp_pack_uint32_t_array(params, ohArray, arraylen, &dpv); in ptp_mtp_setobjectreferences()