Home
last modified time | relevance | path

Searched defs:getRawLightIds (Results 1 – 4 of 4) 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
/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/tests/
DFakeEventHub.cpp587 std::vector<int32_t> FakeEventHub::getRawLightIds(int32_t deviceId) const { in getRawLightIds() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1317 std::vector<int32_t> EventHub::getRawLightIds(int32_t deviceId) const { in getRawLightIds() function in android::EventHub