Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h118 void addConfigurationMap(int32_t deviceId, const PropertyMap* configuration);
DFakeEventHub.cpp97 void FakeEventHub::addConfigurationMap(int32_t deviceId, const PropertyMap* configuration) { in addConfigurationMap() function in android::FakeEventHub
DInputReader_test.cpp624 mFakeEventHub->addConfigurationMap(eventHubId, configuration); in addDevice()