Searched refs:getLightBrightness (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 353 inline std::optional<int32_t> getLightBrightness(int32_t lightId) { in getLightBrightness() function 354 return mEventHub->getLightBrightness(mId, lightId); in getLightBrightness()
|
D | EventHub.h | 330 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/ |
D | InterfaceMocks.h | 117 MOCK_METHOD(std::optional<int32_t>, getLightBrightness, (int32_t deviceId, int32_t lightId),
|
D | FakeEventHub.h | 220 std::optional<int32_t> getLightBrightness(int32_t deviceId, int32_t lightId) const override;
|
D | FakeEventHub.cpp | 612 std::optional<int32_t> FakeEventHub::getLightBrightness(int32_t deviceId, int32_t lightId) const { in getLightBrightness() function in android::FakeEventHub
|
D | InputReader_test.cpp | 1320 std::optional<int32_t> result = getDeviceContext().getLightBrightness(lightId); in getLightColor()
|
/frameworks/native/services/inputflinger/reader/controller/ |
D | PeripheralController.cpp | 72 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/ |
D | MapperHelpers.h | 172 std::optional<int32_t> getLightBrightness(int32_t deviceId, int32_t lightId) const override { in getLightBrightness() function
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 1341 std::optional<int32_t> EventHub::getLightBrightness(int32_t deviceId, int32_t lightId) const { in getLightBrightness() function in android::EventHub
|