Home
last modified time | relevance | path

Searched refs:InputDeviceSensorInfo (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/include/input/
DInputDevice.h110 struct InputDeviceSensorInfo { struct
111 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() argument
229 void addSensorInfo(const InputDeviceSensorInfo& info);
260 std::vector<InputDeviceSensorInfo> getSensors();
281 std::unordered_map<InputDeviceSensorType, InputDeviceSensorInfo> mSensors;
/frameworks/native/libs/input/
DInputDevice.cpp228 void InputDeviceInfo::addSensorInfo(const InputDeviceSensorInfo& info) { in addSensorInfo()
250 std::vector<InputDeviceSensorInfo> InputDeviceInfo::getSensors() { in getSensors()
251 std::vector<InputDeviceSensorInfo> infos; in getSensors()
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.h83 explicit Sensor(const InputDeviceSensorInfo& sensorInfo) : sensorInfo(sensorInfo) { in Sensor()
92 InputDeviceSensorInfo sensorInfo;
DSensorInputMapper.cpp205 InputDeviceSensorInfo sensorInfo(identifier.name, std::to_string(identifier.vendor), in createSensor()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h118 virtual std::vector<InputDeviceSensorInfo> getSensors(int32_t deviceId) = 0;
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h104 std::vector<InputDeviceSensorInfo> getSensors(int32_t deviceId) override;
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp705 std::vector<InputDeviceSensorInfo> InputReader::getSensors(int32_t deviceId) { in getSensors()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2214 std::vector<InputDeviceSensorInfo> sensors = in nativeGetSensorList()
2219 const InputDeviceSensorInfo& sensorInfo = sensors[i]; in nativeGetSensorList()