Searched refs:Mapper (Results 1 – 5 of 5) sorted by relevance
65 using Mapper = std::function<uint32_t(uint32_t)>;68 using ReturnedSlice = std::optional<std::pair<T_Model, Mapper>>;
42 class Mapper { class51 Mapper(MtpDatabase database) { in Mapper() method in Mapper
87 private final Mapper mMapper;96 mMapper = new Mapper(this); in MtpDatabase()107 Mapper getMapper() { in getMapper()
59 typedef std::function<C2Value(C2Value)> Mapper; typedef75 ConfigMapper &withMapper(Mapper mapper) { in withMapper()83 ConfigMapper &withMappers(Mapper mapper, Mapper reverse) { in withMappers()168 Mapper mapper() const { return mMapper; } in mapper()169 Mapper reverse() const { return mReverse; } in reverse()176 Mapper mMapper; ///< optional SDK => Codec 2.0 value mapper177 Mapper mReverse; ///< optional Codec 2.0 => SDK value mapper331 ConfigMapper::Mapper makeFloat = [](C2Value v) -> C2Value { in initializeStandardParams()343 ConfigMapper::Mapper negate = [](C2Value v) -> C2Value { in initializeStandardParams()
190 slice->mHidlModel, Mapper([slice](uint32_t slicedOperationIndex) { in getSlice()