Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h137 void addSensorAxis(int32_t deviceId, int32_t absCode, InputDeviceSensorType sensorType,
DFakeEventHub.cpp166 void FakeEventHub::addSensorAxis(int32_t deviceId, int32_t absCode, in addSensorAxis() function in android::FakeEventHub
DInputReader_test.cpp3220 mFakeEventHub->addSensorAxis(EVENTHUB_ID, /* absCode */ 0, InputDeviceSensorType::ACCELEROMETER, in setAccelProperties()
3222 mFakeEventHub->addSensorAxis(EVENTHUB_ID, /* absCode */ 1, InputDeviceSensorType::ACCELEROMETER, in setAccelProperties()
3224 mFakeEventHub->addSensorAxis(EVENTHUB_ID, /* absCode */ 2, InputDeviceSensorType::ACCELEROMETER, in setAccelProperties()
3234 mFakeEventHub->addSensorAxis(EVENTHUB_ID, /* absCode */ 3, InputDeviceSensorType::GYROSCOPE, in setGyroProperties()
3236 mFakeEventHub->addSensorAxis(EVENTHUB_ID, /* absCode */ 4, InputDeviceSensorType::GYROSCOPE, in setGyroProperties()
3238 mFakeEventHub->addSensorAxis(EVENTHUB_ID, /* absCode */ 5, InputDeviceSensorType::GYROSCOPE, in setGyroProperties()