Searched refs:applicationHandleObj (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp200 void setFocusedApplication(JNIEnv* env, jobject applicationHandleObj);
708 void NativeInputManager::setFocusedApplication(JNIEnv* env, jobject applicationHandleObj) { argument
710 android_server_InputApplicationHandle_getHandle(env, applicationHandleObj);
1320 jlong ptr, jobject applicationHandleObj) {
1323 im->setFocusedApplication(env, applicationHandleObj);
1319 nativeSetFocusedApplication(JNIEnv* env, jclass , jlong ptr, jobject applicationHandleObj) argument

Completed in 550 milliseconds