Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp105 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F()
144 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F()
191 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F()
227 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F()
/hardware/libhardware/modules/input/evdev/
DInputHub.h135 virtual status_t registerDevicePath(const std::string& path) = 0;
161 virtual status_t registerDevicePath(const std::string& path) override;
DEvdevModule.cpp65 mInputHub->registerDevicePath(kDevInput); in init()
DInputHub.cpp484 status_t InputHub::registerDevicePath(const std::string& path) { in registerDevicePath() function in android::InputHub