Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputDevice.cpp253 void InputDeviceInfo::addSensorInfo(const InputDeviceSensorInfo& info) { in addSensorInfo() function in android::InputDeviceInfo
/frameworks/native/include/input/
DInputDevice.h304 void addSensorInfo(const InputDeviceSensorInfo& info);
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp81 info.addSensorInfo(sensor.sensorInfo); in populateDeviceInfo()