Home
last modified time | relevance | path

Searched refs:mappers (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp151 std::vector<std::unique_ptr<InputMapper>> mappers; in addEventHubDevice() local
155 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 …]
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h136 auto& mappers = devicePair.second; in addMapper() local
138 mappers.emplace_back(mapper); in addMapper()
191 auto& mappers = devicePair.second; in for_each_mapper() local
192 for (auto& mapperPtr : mappers) { in for_each_mapper()
204 auto& mappers = devicePair.second; in for_each_mapper_in_subdevice() local
205 for (auto& mapperPtr : mappers) { in for_each_mapper_in_subdevice()
227 auto& mappers = devicePair.second; in first_in_mappers() local
228 for (auto& mapperPtr : mappers) { in first_in_mappers()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp299 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()