Home
last modified time | relevance | path

Searched refs:getRawLightIds (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h347 inline const std::vector<int32_t> getRawLightIds() { return mEventHub->getRawLightIds(mId); } in getRawLightIds() function
DEventHub.h327 virtual std::vector<int32_t> getRawLightIds(int32_t deviceId) const = 0;
540 std::vector<int32_t> getRawLightIds(int32_t deviceId) const override final;
/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h114 MOCK_METHOD(std::vector<int32_t>, getRawLightIds, (int32_t deviceId), (const, override));
DFakeEventHub.h215 std::vector<int32_t> getRawLightIds(int32_t deviceId) const override;
DFakeEventHub.cpp587 std::vector<int32_t> FakeEventHub::getRawLightIds(int32_t deviceId) const { in getRawLightIds() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp334 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in dump()
411 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in configureLights()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h168 std::vector<int32_t> getRawLightIds(int32_t deviceId) const override { return {}; }; in getRawLightIds() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1317 std::vector<int32_t> EventHub::getRawLightIds(int32_t deviceId) const { in getRawLightIds() function in android::EventHub