Home
last modified time | relevance | path

Searched refs:DevicePair (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h194 using DevicePair = std::pair<std::unique_ptr<InputDeviceContext>, MapperVector>; variable
196 std::unordered_map<int32_t, DevicePair> mDevices;
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp195 DevicePair& devicePair = mDevices[eventHubId]; in addEventHubDevice()