Home
last modified time | relevance | path

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

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