Searched refs:registerDevicePath (Results 1 – 4 of 4) sorted by relevance
105 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()
135 virtual status_t registerDevicePath(const std::string& path) = 0;161 virtual status_t registerDevicePath(const std::string& path) override;
65 mInputHub->registerDevicePath(kDevInput); in init()
484 status_t InputHub::registerDevicePath(const std::string& path) { in registerDevicePath() function in android::InputHub