Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp187 class NativeInputManager : public virtual RefBase, class
192 virtual ~NativeInputManager();
195 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);
327 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager() function in android::NativeInputManager
350 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 …]