Home
last modified time | relevance | path

Searched refs:getLightBrightness (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h353 inline std::optional<int32_t> getLightBrightness(int32_t lightId) { in getLightBrightness() function
354 return mEventHub->getLightBrightness(mId, lightId); in getLightBrightness()
DEventHub.h330 virtual std::optional<int32_t> getLightBrightness(int32_t deviceId, int32_t lightId) const = 0;
545 std::optional<int32_t> getLightBrightness(int32_t deviceId,
/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h117 MOCK_METHOD(std::optional<int32_t>, getLightBrightness, (int32_t deviceId, int32_t lightId),
DFakeEventHub.h220 std::optional<int32_t> getLightBrightness(int32_t deviceId, int32_t lightId) const override;
DFakeEventHub.cpp612 std::optional<int32_t> FakeEventHub::getLightBrightness(int32_t deviceId, int32_t lightId) const { in getLightBrightness() function in android::FakeEventHub
DInputReader_test.cpp1320 std::optional<int32_t> result = getDeviceContext().getLightBrightness(lightId); in getLightColor()
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp72 std::optional<int32_t> brightnessOpt = context.getLightBrightness(rawLightId); in getRawLightBrightness()
347 getDeviceContext().getLightBrightness(rawId).value_or(-1)); in dump()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h172 std::optional<int32_t> getLightBrightness(int32_t deviceId, int32_t lightId) const override { in getLightBrightness() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1341 std::optional<int32_t> EventHub::getLightBrightness(int32_t deviceId, int32_t lightId) const { in getLightBrightness() function in android::EventHub