Home
last modified time | relevance | path

Searched refs:addLightInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/
DInputDevice.cpp243 void InputDeviceInfo::addLightInfo(const InputDeviceLightInfo& info) { in addLightInfo() function in android::InputDeviceInfo
/frameworks/native/include/input/
DInputDevice.h231 void addLightInfo(const InputDeviceLightInfo& info);
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp278 deviceInfo->addLightInfo(lightInfo); in populateDeviceInfo()