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.cpp192 class NativeInputManager : public virtual RefBase, class
197 virtual ~NativeInputManager();
200 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);
324 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager() function in android::NativeInputManager
346 NativeInputManager::~NativeInputManager() { in ~NativeInputManager()
353 void NativeInputManager::dump(std::string& dump) { in dump()
377 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
387 void NativeInputManager::setVirtualDisplayViewports(JNIEnv* env, jobjectArray viewportObjArray) { in setVirtualDisplayViewports()
416 void NativeInputManager::setDisplayViewport(int32_t type, const DisplayViewport& viewport) { in setDisplayViewport()
451 status_t NativeInputManager::registerInputChannel(JNIEnv* /* env */, in registerInputChannel()
[all …]