Searched defs:inproperty (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.c126 static uint16_t map_libmtp_property_to_ptp_property(LIBMTP_property_t inproperty);
665 * @param inproperty the MTP library interface property
668 static uint16_t map_libmtp_property_to_ptp_property(LIBMTP_property_t inproperty) argument
675 if(current->id == inproperty) {
687 * @param inproperty the PTP (libgphoto2) interface property
690 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t inproperty) argument
697 if(current->ptp_id == inproperty) {
749 * @param inproperty the libmtp internal property to get a description for.
753 char const * LIBMTP_Get_Property_Description(LIBMTP_property_t inproperty) argument
760 if(current->id == inproperty) {
[all...]

Completed in 111 milliseconds