Searched defs:eventHubId (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/reader/ |
H A D | InputReader.cpp | 267 void InputReader::addDeviceLocked(nsecs_t when, int32_t eventHubId) { in addDeviceLocked() 312 void InputReader::removeDeviceLocked(nsecs_t when, int32_t eventHubId) { in removeDeviceLocked() 357 nsecs_t when, int32_t eventHubId, const InputDeviceIdentifier& identifier) { in createDeviceLocked() 376 std::list<NotifyArgs> InputReader::processEventsForDeviceLocked(int32_t eventHubId, in processEventsForDeviceLocked() 721 std::optional<int32_t> eventHubId; in getBatteryCapacity() local 744 std::optional<int32_t> eventHubId; in getBatteryStatus() local 772 std::optional<int32_t> eventHubId = device->getBatteryEventHubId(); in getBatteryDevicePath() local
|
H A D | InputDevice.cpp | 172 void InputDevice::addEmptyEventHubDevice(int32_t eventHubId) { in addEmptyEventHubDevice() 183 nsecs_t when, int32_t eventHubId, const InputReaderConfiguration& readerConfig) { in addEventHubDevice() 203 void InputDevice::removeEventHubDevice(int32_t eventHubId) { in removeEventHubDevice() 756 InputDeviceContext::InputDeviceContext(InputDevice& device, int32_t eventHubId) in InputDeviceContext()
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 617 void addDevice(int32_t eventHubId, const std::string& name, in addDevice() 641 FakeInputMapper& addDeviceWithFakeInputMapper(int32_t deviceId, int32_t eventHubId, in addDeviceWithFakeInputMapper() 749 constexpr int32_t eventHubId = 1; in TEST_F() local 784 constexpr int32_t eventHubId = 1; in TEST_F() local 816 constexpr int32_t eventHubId = 1; in TEST_F() local 835 constexpr int32_t eventHubId = 1; in TEST_F() local 848 constexpr int32_t eventHubId = 1; in TEST_F() local 881 constexpr int32_t eventHubId = 1; in TEST_F() local 914 constexpr int32_t eventHubId = 1; in TEST_F() local 960 constexpr int32_t eventHubId = 1; in TEST_F() local [all …]
|
H A D | InstrumentedInputReader.cpp | 41 nsecs_t when, int32_t eventHubId, const InputDeviceIdentifier& identifier) REQUIRES(mLock) { in createDeviceLocked()
|
H A D | InputMapperTest.cpp | 167 int32_t eventHubId, in newDevice()
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputDevice.h | 146 T& addMapper(int32_t eventHubId, Args... args) { in addMapper() 160 T& constructAndAddMapper(int32_t eventHubId, Args... args) { in constructAndAddMapper() 171 T& addController(int32_t eventHubId) { in addController()
|