Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputFlingerService_test.cpp74 class TestInputManager : public BnInputFlinger { class
76 virtual ~TestInputManager(){}; in ~TestInputManager()
79 TestInputManager(){}; in TestInputManager() function in android::TestInputManager
98 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 …]