Searched refs:NativeInputManager (Results 1 – 1 of 1) sorted by relevance
192 class NativeInputManager : public virtual RefBase, class197 virtual ~NativeInputManager();200 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);324 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager() function in android::NativeInputManager346 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 …]