Searched refs:ptp_operation_issupported (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 1471 if (!ptp_operation_issupported(params,PTP_OC_MTP_SetObjectPropValue)) { in set_object_string() 1507 if (!ptp_operation_issupported(params,PTP_OC_MTP_SetObjectPropValue)) { in set_object_u32() 1543 if (!ptp_operation_issupported(params,PTP_OC_MTP_SetObjectPropValue)) { in set_object_u16() 1578 if (!ptp_operation_issupported(params,PTP_OC_MTP_SetObjectPropValue)) { in set_object_u8() 2517 if (ptp_operation_issupported(params,PTP_OC_MTP_GetObjPropList) in LIBMTP_Get_Files_And_Folders() 2557 if (ptp_operation_issupported(params,PTP_OC_MTP_GetObjPropList) in flush_handles() 2821 if (ptp_operation_issupported(params,PTP_OC_GetStorageInfo)) { in get_storage_freespace() 2902 if (ptp_operation_issupported(params,PTP_OC_MTP_GetObjectPropsSupported)) { in LIBMTP_Dump_Device_Info() 3142 if(storage != NULL && ptp_operation_issupported(params,PTP_OC_GetStorageInfo)) { in LIBMTP_Dump_Device_Info() 3231 if (!ptp_operation_issupported(params,PTP_OC_ResetDevice)) { in LIBMTP_Reset_Device() [all …]
|
D | ptp.c | 1505 ptp_operation_issupported(params, PTP_OC_NIKON_CheckEvent) in ptp_check_event() 1526 ptp_operation_issupported(params, PTP_OC_CANON_CheckEvent) in ptp_check_event() 2647 ptp_operation_issupported(PTPParams* params, uint16_t operation) in ptp_operation_issupported() function 4853 if (!ptp_operation_issupported(params,PTP_OC_MTP_GetObjPropList)) { in ptp_object_want()
|
D | ptp.h | 2533 int ptp_operation_issupported (PTPParams* params, uint16_t operation);
|