Searched refs:LIBMTP_property_t (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/src/ |
D | libmtp.h | 372 } LIBMTP_property_t; typedef 783 char *LIBMTP_Get_String_From_Object(LIBMTP_mtpdevice_t *, uint32_t const, LIBMTP_property_t const); 785 LIBMTP_property_t const, uint64_t const); 787 LIBMTP_property_t const, uint32_t const); 789 LIBMTP_property_t const, uint16_t const); 791 LIBMTP_property_t const, uint8_t const); 793 LIBMTP_property_t const, char const * const); 795 LIBMTP_property_t const, uint32_t const); 797 LIBMTP_property_t const, uint16_t const); 799 LIBMTP_property_t const, uint8_t const); [all …]
|
D | libmtp.h.in | 370 } LIBMTP_property_t; typedef 778 char *LIBMTP_Get_String_From_Object(LIBMTP_mtpdevice_t *, uint32_t const, LIBMTP_property_t const); 780 LIBMTP_property_t const, uint64_t const); 782 LIBMTP_property_t const, uint32_t const); 784 LIBMTP_property_t const, uint16_t const); 786 LIBMTP_property_t const, uint8_t const); 788 LIBMTP_property_t const, char const * const); 790 LIBMTP_property_t const, uint32_t const); 792 LIBMTP_property_t const, uint16_t const); 794 LIBMTP_property_t const, uint8_t const); [all …]
|
D | libmtp.c | 83 LIBMTP_property_t id; /**< LIBMTP internal type for the property */ 101 static int register_property(char const * const description, LIBMTP_property_t const id, 126 static uint16_t map_libmtp_property_to_ptp_property(LIBMTP_property_t inproperty); 127 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t intype); 441 static int register_property(char const * const description, LIBMTP_property_t const id, in register_property() 668 static uint16_t map_libmtp_property_to_ptp_property(LIBMTP_property_t inproperty) in map_libmtp_property_to_ptp_property() 690 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t inproperty) in map_ptp_property_to_libmtp_property() 753 char const * LIBMTP_Get_Property_Description(LIBMTP_property_t inproperty) in LIBMTP_Get_Property_Description() 886 int LIBMTP_Get_Allowed_Property_Values(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Get_Allowed_Property_Values() 1083 int LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Is_Property_Supported() [all …]
|