Home
last modified time | relevance | path

Searched defs:getRawLightInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h349 inline std::optional<RawLightInfo> getRawLightInfo(int32_t lightId) { in getRawLightInfo() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h169 std::optional<RawLightInfo> getRawLightInfo(int32_t deviceId, int32_t lightId) const override { in getRawLightInfo() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp595 std::optional<RawLightInfo> FakeEventHub::getRawLightInfo(int32_t deviceId, int32_t lightId) const { in getRawLightInfo() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1328 std::optional<RawLightInfo> EventHub::getRawLightInfo(int32_t deviceId, int32_t lightId) const { in getRawLightInfo() function in android::EventHub