Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp316 return devicePair.second->getId() == deviceId; in findInputDeviceLocked()
325 for (auto& devicePair : mDevices) { in timeoutExpiredLocked() local
363 for (auto& devicePair : mDevices) { in refreshConfigurationLocked() local
385 for (auto& devicePair : mDevices) { in updateGlobalMetaStateLocked() local
397 for (auto& devicePair : mDevices) { in updateLedMetaStateLocked() local
412 for (auto& devicePair : mDevices) { in getExternalStylusDevicesLocked() local
421 for (auto& devicePair : mDevices) { in dispatchExternalStylusStateLocked() local
538 for (auto& devicePair : mDevices) { in getStateLocked() local
588 for (auto& devicePair : mDevices) { in markSupportedKeyCodesLocked() local
810 for (const auto& devicePair : mDeviceToEventHubIdsMap) { in dump() local
[all …]
H A DInputDevice.cpp447 auto& devicePair = deviceEntry.second; in getState() local
448 auto& mappers = devicePair.second; in getState()
589 auto& devicePair = deviceEntry.second; in getMapperCount() local
590 auto& mappers = devicePair.second; in getMapperCount()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h130 auto& devicePair = mDevices[eventHubId]; in addMapper() local
131 auto& deviceContext = devicePair.first; in addMapper()
132 auto& mappers = devicePair.second; in addMapper()
145 auto& devicePair = mDevices[eventHubId]; in addController() local
146 auto& deviceContext = devicePair.first; in addController()
186 auto& devicePair = deviceEntry.second; in for_each_mapper() local
187 auto& mappers = devicePair.second; in for_each_mapper()
199 auto& devicePair = deviceIt->second; in for_each_mapper_in_subdevice() local
200 auto& mappers = devicePair.second; in for_each_mapper_in_subdevice()
211 auto& contextPtr = devicePair.first; in for_each_subdevice()
[all …]