Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h208 struct InputDeviceLightInfo { struct
209 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() function
306 void addLightInfo(const InputDeviceLightInfo& info);
344 std::vector<InputDeviceLightInfo> getLights();
380 std::unordered_map<int32_t, InputDeviceLightInfo> mLights;
/frameworks/native/libs/input/
DInputDevice.cpp268 void InputDeviceInfo::addLightInfo(const InputDeviceLightInfo& info) { in addLightInfo()
292 std::vector<InputDeviceLightInfo> InputDeviceInfo::getLights() { in getLights()
293 std::vector<InputDeviceLightInfo> infos; in getLights()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h362 virtual std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) = 0;
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h103 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) override;
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp112 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) { in getLights()
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp280 InputDeviceLightInfo lightInfo(light->name, light->id, light->type, light->capabilityFlags, in populateDeviceInfo()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp10284 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10309 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10327 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10353 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10374 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10397 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10426 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10454 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10490 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
10530 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
[all …]
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp806 std::vector<InputDeviceLightInfo> InputReader::getLights(int32_t deviceId) { in getLights()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2297 std::vector<InputDeviceLightInfo> lights = in nativeGetLights()
2301 const InputDeviceLightInfo& lightInfo = lights[i]; in nativeGetLights()