Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h298 inline std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities( in getLightIntensities() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1075 std::optional<std::unordered_map<LightColor, int32_t>> EventHub::getLightIntensities( in getLightIntensities() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp966 std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities( in getLightIntensities() function in android::FakeEventHub