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