Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2695 mFakeEventHub->addConfigurationProperty(EVENTHUB_ID, "key", "value"); in TEST_F()
2791 mFakeEventHub->addConfigurationProperty(EVENTHUB_ID, "device.wake", "1"); in TEST_F()
2803 mFakeEventHub->addConfigurationProperty(EVENTHUB_ID, "device.viewBehavior_smoothScroll", "1"); in TEST_F()
2815 mFakeEventHub->addConfigurationProperty(EVENTHUB_ID, "device.wake", "1"); in TEST_F()
2843 mFakeEventHub->addConfigurationProperty(EVENTHUB_ID, "device.wake", "0"); in TEST_F()
2862 mFakeEventHub->addConfigurationProperty(EVENTHUB_ID, "device.wake", "0"); in TEST_F()
3227 addConfigurationProperty("sensor.accelerometer.reportingMode", "0"); in setAccelProperties()
3228 addConfigurationProperty("sensor.accelerometer.maxDelay", "100000"); in setAccelProperties()
3229 addConfigurationProperty("sensor.accelerometer.minDelay", "5000"); in setAccelProperties()
3230 addConfigurationProperty("sensor.accelerometer.power", "1.5"); in setAccelProperties()
[all …]
DInputMapperTest.cpp134 void InputMapperTest::addConfigurationProperty(const char* key, const char* value) { in addConfigurationProperty() function in android::InputMapperTest
135 mFakeEventHub->addConfigurationProperty(EVENTHUB_ID, key, value); in addConfigurationProperty()
DInputMapperTest.h100 void addConfigurationProperty(const char* key, const char* value);
DFakeEventHub.h117 void addConfigurationProperty(int32_t deviceId, const char* key, const char* value);
DFakeEventHub.cpp93 void FakeEventHub::addConfigurationProperty(int32_t deviceId, const char* key, const char* value) { in addConfigurationProperty() function in android::FakeEventHub