Searched refs:mappers (Results 1 – 3 of 3) sorted by relevance
149 std::vector<std::unique_ptr<InputMapper>> mappers; in addEventHubDevice() local153 mDevices.insert({eventHubId, std::make_pair(std::move(contextPtr), std::move(mappers))}); in addEventHubDevice()159 mappers.push_back(std::make_unique<SwitchInputMapper>(*contextPtr)); in addEventHubDevice()164 mappers.push_back(std::make_unique<RotaryEncoderInputMapper>(*contextPtr)); in addEventHubDevice()169 mappers.push_back(std::make_unique<VibratorInputMapper>(*contextPtr)); in addEventHubDevice()195 mappers.push_back( in addEventHubDevice()201 mappers.push_back(std::make_unique<CursorInputMapper>(*contextPtr)); in addEventHubDevice()206 mappers.push_back(std::make_unique<MultiTouchInputMapper>(*contextPtr)); in addEventHubDevice()208 mappers.push_back(std::make_unique<SingleTouchInputMapper>(*contextPtr)); in addEventHubDevice()213 mappers.push_back(std::make_unique<JoystickInputMapper>(*contextPtr)); in addEventHubDevice()[all …]
132 auto& mappers = devicePair.second; in addMapper() local134 mappers.emplace_back(mapper); in addMapper()187 auto& mappers = devicePair.second; in for_each_mapper() local188 for (auto& mapperPtr : mappers) { in for_each_mapper()200 auto& mappers = devicePair.second; in for_each_mapper_in_subdevice() local201 for (auto& mapperPtr : mappers) { in for_each_mapper_in_subdevice()222 auto& mappers = devicePair.second; in first_in_mappers() local223 for (auto& mapperPtr : mappers) { in first_in_mappers()
294 for (const auto &[key, mappers] : mConfigMappers) { in getPathsForDomain()295 for (const ConfigMapper &cm : mappers) { in getPathsForDomain()1230 for (const auto &[key, mappers] : mStandardParams->getKeys()) { in getFormatForDomain()1231 for (const ConfigMapper &cm : mappers) { in getFormatForDomain()