Searched refs:PTP_CNT_INIT (Results 1 – 1 of 1) sorted by relevance
/external/libmtp/src/ |
D | ptp.c | 81 #define PTP_CNT_INIT(PTP, CODE, ...) \ macro 470 PTP_CNT_INIT(ptp, PTP_OC_GetDeviceInfo); in ptp_getdeviceinfo() 488 PTP_CNT_INIT(ptp, PTP_OC_CANON_EOS_GetDeviceInfoEx); in ptp_canon_eos_getdeviceinfo() 925 PTP_CNT_INIT(ptp, PTP_OC_OLYMPUS_GetDeviceInfo); in ptp_olympus_getdeviceinfo() 947 PTP_CNT_INIT(ptp, PTP_OC_OLYMPUS_OpenSession); in ptp_olympus_opensession() 956 PTP_CNT_INIT(ptp, PTP_OC_OLYMPUS_GetCameraID); in ptp_olympus_getcameraid() 1021 PTP_CNT_INIT(ptp, PTP_OC_OpenSession, session); in ptp_opensession() 1162 PTP_CNT_INIT(ptp, PTP_OC_GetStorageIDs); in ptp_getstorageids() 1187 PTP_CNT_INIT(ptp, PTP_OC_GetStorageInfo, storageid); in ptp_getstorageinfo() 1227 PTP_CNT_INIT(ptp, PTP_OC_GetObjectHandles, storage, objectformatcode, associationOH); in ptp_getobjecthandles() [all …]
|