Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc553 static void expectValidJniEnvAndObject(JNIEnv* env, jobject thisObj) { in expectValidJniEnvAndObject()
568 #define EXPECT_JNI_ENV_AND_OBJECT_FOR_CURRENT_JNI(env, thisObj) \ argument
901 jobject Java_MyClassNatives_fooIOO(JNIEnv*, jobject thisObj, jint x, jobject y, in Java_MyClassNatives_fooIOO()
1414 jarray Java_MyClassNatives_GetSinkProperties(JNIEnv*, jobject thisObj, jstring s) { in Java_MyClassNatives_GetSinkProperties()
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java495 MtpStorageManager.MtpObject thisObj = null; in getObjectPropertyList() local
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc2478 void Java_MyClassNatives_foo_exit(JNIEnv* env, jobject thisObj) { in Java_MyClassNatives_foo_exit()
2495 void Java_MyClassNatives_foo_enter_no_exit(JNIEnv* env, jobject thisObj) { in Java_MyClassNatives_foo_enter_no_exit()