Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c2931 ret = ptp_unpack_Sony_DPD(params,data,dpd,size,&len) ? PTP_RC_OK : PTP_RC_GeneralError; in ptp_sony_getdevicepropdesc()
2958 if (!ptp_unpack_Sony_DPD (params, dpddata, &dpd, size, &readlen)) in ptp_sony_getalldevicepropdesc()
Dptp-pack.c939 ptp_unpack_Sony_DPD (PTPParams *params, unsigned char* data, PTPDevicePropDesc *dpd, unsigned int d… in ptp_unpack_Sony_DPD() function