Home
last modified time | relevance | path

Searched refs:getLightIntensities (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h298 inline std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities( in getLightIntensities() function
300 return mEventHub->getLightIntensities(mId, lightId); in getLightIntensities()
DEventHub.h295 virtual std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities(
472 std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities(
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp196 auto ret = context.getLightIntensities(rawId); in getLightColor()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1075 std::optional<std::unordered_map<LightColor, int32_t>> EventHub::getLightIntensities( in getLightIntensities() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp950 std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities( in getLightIntensities() function in android::FakeEventHub