Home
last modified time | relevance | path

Searched defs:eventHubId (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp129 void InputDevice::addEventHubDevice(int32_t eventHubId, bool populateMappers) { in addEventHubDevice()
205 void InputDevice::removeEventHubDevice(int32_t eventHubId) { in removeEventHubDevice()
483 InputDeviceContext::InputDeviceContext(InputDevice& device, int32_t eventHubId) in InputDeviceContext()
DInputReader.cpp187 void InputReader::addDeviceLocked(nsecs_t when, int32_t eventHubId) { in addDeviceLocked()
216 void InputReader::removeDeviceLocked(nsecs_t when, int32_t eventHubId) { in removeDeviceLocked()
251 int32_t eventHubId, const InputDeviceIdentifier& identifier) { in createDeviceLocked()
269 void InputReader::processEventsForDeviceLocked(int32_t eventHubId, const RawEvent* rawEvents, in processEventsForDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1158 int32_t eventHubId, const InputDeviceIdentifier& identifier) { in createDeviceLocked()
1375 void addDevice(int32_t eventHubId, const std::string& name, uint32_t classes, in addDevice()
1399 FakeInputMapper& addDeviceWithFakeInputMapper(int32_t deviceId, int32_t eventHubId, in addDeviceWithFakeInputMapper()
1439 constexpr int32_t eventHubId = 1; in TEST_F() local
1476 constexpr int32_t eventHubId = 1; in TEST_F() local
1509 constexpr int32_t eventHubId = 1; in TEST_F() local
1542 constexpr int32_t eventHubId = 1; in TEST_F() local
1575 constexpr int32_t eventHubId = 1; in TEST_F() local
1615 constexpr int32_t eventHubId = 1; in TEST_F() local
1627 constexpr int32_t eventHubId = 1; in TEST_F() local
[all …]
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h104 T& addMapper(int32_t eventHubId, Args... args) { in addMapper()