Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputDevice.cpp228 void InputDeviceInfo::addSensorInfo(const InputDeviceSensorInfo& info) { in addSensorInfo() function in android::InputDeviceInfo
/frameworks/native/include/input/
DInputDevice.h229 void addSensorInfo(const InputDeviceSensorInfo& info);
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp85 info->addSensorInfo(sensor.sensorInfo); in populateDeviceInfo()