Searched refs:ptp_operation_issupported (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 1170 if (!ptp_operation_issupported(device->params, PTP_OC_MTP_GetObjectPropsSupported)) in LIBMTP_Is_Property_Supported() 1557 if (!ptp_operation_issupported(params,PTP_OC_MTP_SetObjectPropValue)) { in set_object_string() 1594 if (!ptp_operation_issupported(params,PTP_OC_MTP_SetObjectPropValue)) { in set_object_u32() 1631 if (!ptp_operation_issupported(params,PTP_OC_MTP_SetObjectPropValue)) { in set_object_u16() 1667 if (!ptp_operation_issupported(params,PTP_OC_MTP_SetObjectPropValue)) { in set_object_u8() 2011 if (ptp_operation_issupported(current_params,PTP_OC_MTP_GetObjectPropsSupported)) { in LIBMTP_Open_Raw_Device_Uncached() 2822 if (ptp_operation_issupported(params,PTP_OC_MTP_GetObjPropList) in flush_handles() 3125 if (ptp_operation_issupported(params,PTP_OC_GetStorageInfo)) { in get_storage_freespace() 3217 if (ptp_operation_issupported(params,PTP_OC_MTP_GetObjectPropsSupported)) { in LIBMTP_Dump_Device_Info() 3464 ptp_operation_issupported(params,PTP_OC_GetStorageInfo)) { in LIBMTP_Dump_Device_Info() [all …]
|
D | ptp.c | 2213 ptp_operation_issupported(params, PTP_OC_NIKON_CheckEvent) in ptp_check_event() 2237 ptp_operation_issupported(params, PTP_OC_CANON_EOS_GetEvent) in ptp_check_event() 2243 ptp_operation_issupported(params, PTP_OC_CANON_CheckEvent) in ptp_check_event() 3149 ptp_operation_issupported(params, PTP_OC_SONY_GetAllDevicePropData) in ptp_generic_getdevicepropdesc() 3166 ptp_operation_issupported(params, PTP_OC_SONY_GetDevicePropdesc) in ptp_generic_getdevicepropdesc() 3177 if (ptp_operation_issupported(params, PTP_OC_GetDevicePropDesc)) { in ptp_generic_getdevicepropdesc() 3218 ptp_operation_issupported(params, PTP_OC_SONY_SetControlDeviceA) in ptp_generic_setdevicepropvalue() 6686 ptp_operation_issupported(params,PTP_OC_CANON_GetObjectInfoEx)) { in ptp_object_want() 6714 if (!ptp_operation_issupported(params,PTP_OC_MTP_GetObjPropList)) { in ptp_object_want()
|
D | ptp.h | 3320 ptp_operation_issupported(PTPParams* params, uint16_t operation) in ptp_operation_issupported() function
|