Searched refs:set_object_u8 (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.c149 static int set_object_u8(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
1245 return set_object_u8(device, object_id, map_libmtp_property_to_ptp_property(attribute_id), value);
1567 static int set_object_u8(LIBMTP_mtpdevice_t *device, uint32_t const object_id, function
1579 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "set_object_u8(): could not set unsigned 8bit integer property: "
1586 add_ptp_error_to_errorstack(device, ret, "set_object_u8(): could not set unsigned 8bit integer property.");

Completed in 125 milliseconds