Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h286 inline std::optional<RawLightInfo> getRawLightInfo(int32_t lightId) { in getRawLightInfo() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1046 std::optional<RawLightInfo> EventHub::getRawLightInfo(int32_t deviceId, int32_t lightId) { in getRawLightInfo() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp941 std::optional<RawLightInfo> getRawLightInfo(int32_t deviceId, int32_t lightId) override { in getRawLightInfo() function in android::FakeEventHub