Searched refs:serviceObj (Results 1 – 1 of 1) sorted by relevance
265 NativeInputManager(jobject serviceObj, const sp<Looper>& looper);473 NativeInputManager::NativeInputManager(jobject serviceObj, const sp<Looper>& looper) in NativeInputManager() argument477 mServiceObj = env->NewGlobalRef(serviceObj); in NativeInputManager()1746 static jlong nativeInit(JNIEnv* env, jclass /* clazz */, jobject serviceObj, in nativeInit() argument1759 im = new NativeInputManager(serviceObj, messageQueue->getLooper()); in nativeInit()