Searched defs:eventHubId (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 129 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()
|
D | InputReader.cpp | 187 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/ |
D | InputReader_test.cpp | 1158 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/ |
D | InputDevice.h | 104 T& addMapper(int32_t eventHubId, Args... args) { in addMapper()
|