Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3166 static const int32_t ACCEL_RAW_FUZZ; member in android::SensorInputMapperTest
3188 const int32_t SensorInputMapperTest::ACCEL_RAW_FUZZ = 16; member in android::SensorInputMapperTest
3202 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_X, ACCEL_RAW_MIN, ACCEL_RAW_MAX, ACCEL_RAW_FUZZ, in prepareAccelAxes()
3204 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_Y, ACCEL_RAW_MIN, ACCEL_RAW_MAX, ACCEL_RAW_FUZZ, in prepareAccelAxes()
3206 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_Z, ACCEL_RAW_MIN, ACCEL_RAW_MAX, ACCEL_RAW_FUZZ, in prepareAccelAxes()