Searched refs:NativeInputManager (Results 1 – 1 of 1) sorted by relevance
187 class NativeInputManager : public virtual RefBase, class192 virtual ~NativeInputManager();195 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);327 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager() function in android::NativeInputManager350 NativeInputManager::~NativeInputManager() { in ~NativeInputManager()356 void NativeInputManager::dump(std::string& dump) { in dump()383 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()393 void NativeInputManager::setDisplayViewports(JNIEnv* env, jobjectArray viewportObjArray) { in setDisplayViewports()427 status_t NativeInputManager::registerInputChannel(JNIEnv* /* env */, in registerInputChannel()433 status_t NativeInputManager::registerInputMonitor(JNIEnv* /* env */, in registerInputMonitor()[all …]