Searched refs:addConfigurationProperty (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2695 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 …]
|
D | InputMapperTest.cpp | 134 void InputMapperTest::addConfigurationProperty(const char* key, const char* value) { in addConfigurationProperty() function in android::InputMapperTest 135 mFakeEventHub->addConfigurationProperty(EVENTHUB_ID, key, value); in addConfigurationProperty()
|
D | InputMapperTest.h | 100 void addConfigurationProperty(const char* key, const char* value);
|
D | FakeEventHub.h | 117 void addConfigurationProperty(int32_t deviceId, const char* key, const char* value);
|
D | FakeEventHub.cpp | 93 void FakeEventHub::addConfigurationProperty(int32_t deviceId, const char* key, const char* value) { in addConfigurationProperty() function in android::FakeEventHub
|