Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp143 void InputDevice::addEventHubDevice(int32_t eventHubId, bool populateMappers) { in addEventHubDevice()
232 void InputDevice::removeEventHubDevice(int32_t eventHubId) { in removeEventHubDevice()
600 InputDeviceContext::InputDeviceContext(InputDevice& device, int32_t eventHubId) in InputDeviceContext()
DInputReader.cpp188 void InputReader::addDeviceLocked(nsecs_t when, int32_t eventHubId) { in addDeviceLocked()
232 void InputReader::removeDeviceLocked(nsecs_t when, int32_t eventHubId) { in removeDeviceLocked()
278 int32_t eventHubId, const InputDeviceIdentifier& identifier) { in createDeviceLocked()
296 void InputReader::processEventsForDeviceLocked(int32_t eventHubId, const RawEvent* rawEvents, in processEventsForDeviceLocked()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h125 T& addMapper(int32_t eventHubId, Args... args) { in addMapper()
140 T& addController(int32_t eventHubId) { in addController()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1179 virtual std::shared_ptr<InputDevice> createDeviceLocked(int32_t eventHubId, in createDeviceLocked()
1491 void addDevice(int32_t eventHubId, const std::string& name, Flags<InputDeviceClass> classes, in addDevice()
1515 FakeInputMapper& addDeviceWithFakeInputMapper(int32_t deviceId, int32_t eventHubId, in addDeviceWithFakeInputMapper()
1592 constexpr int32_t eventHubId = 1; in TEST_F() local
1629 constexpr int32_t eventHubId = 1; in TEST_F() local
1662 constexpr int32_t eventHubId = 1; in TEST_F() local
1695 constexpr int32_t eventHubId = 1; in TEST_F() local
1728 constexpr int32_t eventHubId = 1; in TEST_F() local
1768 constexpr int32_t eventHubId = 1; in TEST_F() local
1781 constexpr int32_t eventHubId = 1; in TEST_F() local
[all …]