Searched refs:getLightIntensities (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 361 inline std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities( in getLightIntensities() function 363 return mEventHub->getLightIntensities(mId, lightId); in getLightIntensities()
|
D | EventHub.h | 332 virtual std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities( 548 std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities(
|
/frameworks/native/services/inputflinger/tests/ |
D | InterfaceMocks.h | 121 MOCK_METHOD((std::optional<std::unordered_map<LightColor, int32_t>>), getLightIntensities,
|
D | FakeEventHub.h | 221 std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities(
|
D | FakeEventHub.cpp | 620 std::optional<std::unordered_map<LightColor, int32_t>> FakeEventHub::getLightIntensities( in getLightIntensities() function in android::FakeEventHub
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 176 std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities( in getLightIntensities() function
|
/frameworks/native/services/inputflinger/reader/controller/ |
D | PeripheralController.cpp | 200 auto ret = context.getLightIntensities(rawId); in getLightColor()
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 1357 std::optional<std::unordered_map<LightColor, int32_t>> EventHub::getLightIntensities( in getLightIntensities() function in android::EventHub
|