Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h290 inline std::optional<int32_t> getLightBrightness(int32_t lightId) { in getLightBrightness() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1059 std::optional<int32_t> EventHub::getLightBrightness(int32_t deviceId, int32_t lightId) { in getLightBrightness() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp958 std::optional<int32_t> getLightBrightness(int32_t deviceId, int32_t lightId) override { in getLightBrightness() function in android::FakeEventHub