HomeSort by relevance Sort by last modified time
    Searched refs:LIBMTP_property_t (Results 1 - 3 of 3) sorted by null

  /external/libmtp/src/
libmtp.h 372 } LIBMTP_property_t;
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...]
libmtp.h.in 370 } LIBMTP_property_t;
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...]
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,
    [all...]

Completed in 30 milliseconds