Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h145 struct InputDeviceSensorInfo { struct
146 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() function
304 void addSensorInfo(const InputDeviceSensorInfo& info);
342 std::vector<InputDeviceSensorInfo> getSensors();
378 std::unordered_map<InputDeviceSensorType, InputDeviceSensorInfo> mSensors;
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.h90 explicit Sensor(const InputDeviceSensorInfo& sensorInfo) : sensorInfo(sensorInfo) { in Sensor()
99 InputDeviceSensorInfo sensorInfo;
DSensorInputMapper.cpp214 InputDeviceSensorInfo sensorInfo(identifier.name, std::to_string(identifier.vendor), in createSensor()
/frameworks/native/libs/input/
DInputDevice.cpp253 void InputDeviceInfo::addSensorInfo(const InputDeviceSensorInfo& info) { in addSensorInfo()
283 std::vector<InputDeviceSensorInfo> InputDeviceInfo::getSensors() { in getSensors()
284 std::vector<InputDeviceSensorInfo> infos; in getSensors()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h364 virtual std::vector<InputDeviceSensorInfo> getSensors(int32_t deviceId) = 0;
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h105 std::vector<InputDeviceSensorInfo> getSensors(int32_t deviceId) override;
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp116 std::vector<InputDeviceSensorInfo> getSensors(int32_t deviceId) { in getSensors()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp817 std::vector<InputDeviceSensorInfo> InputReader::getSensors(int32_t deviceId) { in getSensors()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2592 std::vector<InputDeviceSensorInfo> sensors = in nativeGetSensorList()
2597 const InputDeviceSensorInfo& sensorInfo = sensors[i]; in nativeGetSensorList()