Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h348 inline std::optional<RawLightInfo> getRawLightInfo(int32_t lightId) { in getRawLightInfo() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h178 std::optional<RawLightInfo> getRawLightInfo(int32_t deviceId, int32_t lightId) const override { in getRawLightInfo() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp588 std::optional<RawLightInfo> FakeEventHub::getRawLightInfo(int32_t deviceId, int32_t lightId) const { in getRawLightInfo() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1344 std::optional<RawLightInfo> EventHub::getRawLightInfo(int32_t deviceId, int32_t lightId) const { in getRawLightInfo() function in android::EventHub