Searched refs:mappers (Results 1 – 3 of 3) sorted by relevance
151 std::vector<std::unique_ptr<InputMapper>> mappers; in addEventHubDevice() local155 mDevices.insert({eventHubId, std::make_pair(std::move(contextPtr), std::move(mappers))}); in addEventHubDevice()161 mappers.push_back(std::make_unique<SwitchInputMapper>(*contextPtr)); in addEventHubDevice()166 mappers.push_back(std::make_unique<RotaryEncoderInputMapper>(*contextPtr)); in addEventHubDevice()171 mappers.push_back(std::make_unique<VibratorInputMapper>(*contextPtr)); in addEventHubDevice()197 mappers.push_back( in addEventHubDevice()203 mappers.push_back(std::make_unique<CursorInputMapper>(*contextPtr)); in addEventHubDevice()208 mappers.push_back(std::make_unique<MultiTouchInputMapper>(*contextPtr)); in addEventHubDevice()210 mappers.push_back(std::make_unique<SingleTouchInputMapper>(*contextPtr)); in addEventHubDevice()215 mappers.push_back(std::make_unique<JoystickInputMapper>(*contextPtr)); in addEventHubDevice()[all …]
136 auto& mappers = devicePair.second; in addMapper() local138 mappers.emplace_back(mapper); in addMapper()191 auto& mappers = devicePair.second; in for_each_mapper() local192 for (auto& mapperPtr : mappers) { in for_each_mapper()204 auto& mappers = devicePair.second; in for_each_mapper_in_subdevice() local205 for (auto& mapperPtr : mappers) { in for_each_mapper_in_subdevice()227 auto& mappers = devicePair.second; in first_in_mappers() local228 for (auto& mapperPtr : mappers) { in first_in_mappers()
299 for (const auto &[key, mappers] : mConfigMappers) { in getPathsForDomain()300 for (const ConfigMapper &cm : mappers) { in getPathsForDomain()1344 for (const auto &[key, mappers] : mStandardParams->getKeys()) { in getFormatForDomain()1345 for (const ConfigMapper &cm : mappers) { in getFormatForDomain()