Searched refs:TestInputManager (Results 1 – 1 of 1) sorted by relevance
74 class TestInputManager : public BnInputFlinger { class76 virtual ~TestInputManager(){}; in ~TestInputManager()79 TestInputManager(){}; in TestInputManager() function in android::TestInputManager98 TestInputQuery(sp<android::TestInputManager> manager) : mManager(manager){}; in TestInputQuery()103 sp<android::TestInputManager> mManager;115 binder::Status TestInputManager::createInputChannel(const std::string& name, in createInputChannel()129 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel()143 status_t TestInputManager::dump(int fd, const Vector<String16>& args) { in dump()160 binder::Status TestInputManager::setFocusedWindow(const FocusRequest& request) { in setFocusedWindow()164 void TestInputManager::reset() { in reset()[all …]