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.cpp256 class NativeInputManager : public virtual InputReaderPolicyInterface, class
262 virtual ~NativeInputManager();
265 NativeInputManager(jobject serviceObj, const sp<Looper>& looper);
473 NativeInputManager::NativeInputManager(jobject serviceObj, const sp<Looper>& looper) in NativeInputManager() function in android::NativeInputManager
484 NativeInputManager::~NativeInputManager() { in ~NativeInputManager()
490 void NativeInputManager::dump(std::string& dump) { in dump()
513 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
523 void NativeInputManager::setDisplayViewports(JNIEnv* env, jobjectArray viewportObjArray) { in setDisplayViewports()
556 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel()
562 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputMonitor( in createInputMonitor()
[all …]