Searched defs:eventHubId (Results 1 – 7 of 7) sorted by relevance
| /frameworks/native/services/inputflinger/tests/ |
| D | TouchpadInputMapper_test.cpp | 99 .WillRepeatedly([](int32_t eventHubId, int32_t, int32_t* outValue) { in SetUp() argument
|
| D | InstrumentedInputReader.cpp | 41 int32_t eventHubId, const InputDeviceIdentifier& identifier) REQUIRES(mLock) { in createDeviceLocked()
|
| D | InputReader_test.cpp | 599 void addDevice(int32_t eventHubId, const std::string& name, in addDevice() 624 FakeInputMapper& addDeviceWithFakeInputMapper(int32_t deviceId, int32_t eventHubId, in addDeviceWithFakeInputMapper() 732 constexpr int32_t eventHubId = 1; in TEST_F() local 770 constexpr int32_t eventHubId = 1; in TEST_F() local 802 constexpr int32_t eventHubId = 1; in TEST_F() local 821 constexpr int32_t eventHubId = 1; in TEST_F() local 834 constexpr int32_t eventHubId = 1; in TEST_F() local 867 constexpr int32_t eventHubId = 1; in TEST_F() local 900 constexpr int32_t eventHubId = 1; in TEST_F() local 943 constexpr int32_t eventHubId = 1; in TEST_F() local [all …]
|
| D | InputMapperTest.cpp | 142 int32_t eventHubId, in newDevice()
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputReader.cpp | 232 void InputReader::addDeviceLocked(nsecs_t when, int32_t eventHubId) { in addDeviceLocked() 277 void InputReader::removeDeviceLocked(nsecs_t when, int32_t eventHubId) { in removeDeviceLocked() 322 int32_t eventHubId, const InputDeviceIdentifier& identifier) { in createDeviceLocked() 341 std::list<NotifyArgs> InputReader::processEventsForDeviceLocked(int32_t eventHubId, in processEventsForDeviceLocked() 752 std::optional<int32_t> eventHubId; in getBatteryCapacity() local 775 std::optional<int32_t> eventHubId; in getBatteryStatus() local 803 std::optional<int32_t> eventHubId = device->getBatteryEventHubId(); in getBatteryDevicePath() local
|
| D | InputDevice.cpp | 149 void InputDevice::addEmptyEventHubDevice(int32_t eventHubId) { in addEmptyEventHubDevice() 159 void InputDevice::addEventHubDevice(int32_t eventHubId, in addEventHubDevice() 173 void InputDevice::removeEventHubDevice(int32_t eventHubId) { in removeEventHubDevice() 691 InputDeviceContext::InputDeviceContext(InputDevice& device, int32_t eventHubId) in InputDeviceContext()
|
| /frameworks/native/services/inputflinger/reader/include/ |
| D | InputDevice.h | 139 T& addMapper(int32_t eventHubId, Args... args) { in addMapper() 153 T& constructAndAddMapper(int32_t eventHubId, Args... args) { in constructAndAddMapper() 164 T& addController(int32_t eventHubId) { in addController()
|