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.cpp166 class NativeInputManager : public virtual RefBase, class
171 virtual ~NativeInputManager();
174 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);
280 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager() function in android::NativeInputManager
300 NativeInputManager::~NativeInputManager() { in ~NativeInputManager()
307 void NativeInputManager::dump(String8& dump) { in dump()
315 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
325 void NativeInputManager::setDisplayViewport(bool external, const DisplayViewport& viewport) { in setDisplayViewport()
353 status_t NativeInputManager::registerInputChannel(JNIEnv* env, in registerInputChannel()
360 status_t NativeInputManager::unregisterInputChannel(JNIEnv* env, in unregisterInputChannel()
[all …]