Home
last modified time | relevance | path

Searched refs:InputDeviceLightInfo (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DInputDevice.h166 struct InputDeviceLightInfo { struct
167 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() argument
231 void addLightInfo(const InputDeviceLightInfo& info);
262 std::vector<InputDeviceLightInfo> getLights();
283 std::unordered_map<int32_t, InputDeviceLightInfo> mLights;
/aosp12/frameworks/native/libs/input/
H A DInputDevice.cpp243 void InputDeviceInfo::addLightInfo(const InputDeviceLightInfo& info) { in addLightInfo()
259 std::vector<InputDeviceLightInfo> InputDeviceInfo::getLights() { in getLights()
260 std::vector<InputDeviceLightInfo> infos; in getLights()
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h116 virtual std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) = 0;
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputReader.h102 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) override;
/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.cpp277 InputDeviceLightInfo lightInfo(light->name, light->id, light->type, 1 /* ordinal */); in populateDeviceInfo()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp700 std::vector<InputDeviceLightInfo> InputReader::getLights(int32_t deviceId) { in getLights()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1988 std::vector<InputDeviceLightInfo> lights = in nativeGetLights()
1992 const InputDeviceLightInfo& lightInfo = lights[i]; in nativeGetLights()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp9090 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
9121 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
9143 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
9180 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()