Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h320 inline std::optional<int32_t> getLightBrightness(int32_t lightId) { in getLightBrightness() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h154 std::optional<int32_t> getLightBrightness(int32_t deviceId, int32_t lightId) const override { in getLightBrightness() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp580 std::optional<int32_t> FakeEventHub::getLightBrightness(int32_t deviceId, int32_t lightId) const { in getLightBrightness() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1249 std::optional<int32_t> EventHub::getLightBrightness(int32_t deviceId, int32_t lightId) const { in getLightBrightness() function in android::EventHub