Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h194 struct InputDeviceLightInfo { struct
195 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() function
291 void addLightInfo(const InputDeviceLightInfo& info);
327 std::vector<InputDeviceLightInfo> getLights();
359 std::unordered_map<int32_t, InputDeviceLightInfo> mLights;
/frameworks/native/libs/input/
DInputDevice.cpp260 void InputDeviceInfo::addLightInfo(const InputDeviceLightInfo& info) { in addLightInfo()
287 std::vector<InputDeviceLightInfo> InputDeviceInfo::getLights() { in getLights()
288 std::vector<InputDeviceLightInfo> infos; in getLights()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h348 virtual std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) = 0;
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp114 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) { in getLights()
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h106 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) override;
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp280 InputDeviceLightInfo lightInfo(light->name, light->id, light->type, light->capabilityFlags, in populateDeviceInfo()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp819 std::vector<InputDeviceLightInfo> InputReader::getLights(int32_t deviceId) { in getLights()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp11193 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11214 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11240 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11261 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11284 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11313 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11341 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11377 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11417 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
11441 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()
[all …]
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2209 std::vector<InputDeviceLightInfo> lights = in nativeGetLights()
2213 const InputDeviceLightInfo& lightInfo = lights[i]; in nativeGetLights()