Searched refs:android_os_Parcel_enforceInterface (Results 1 – 2 of 2) sorted by relevance
/aosp12/libnativehelper/tests/ |
H A D | JniSafeRegisterNativeMethods_test.cpp | 1027 static void android_os_Parcel_enforceInterface(JNIEnv* env, in android_os_Parcel_enforceInterface() function 1152 "nativeEnforceInterface", android_os_Parcel_enforceInterface), in TEST() 1230 …{"nativeEnforceInterface", "(JLjava/lang/String;)V", (void*)android_os_Parcel_enforceInterface}, in TEST()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_Parcel.cpp | 680 static void android_os_Parcel_enforceInterface(JNIEnv* env, jclass clazz, jlong nativePtr, jstring … in android_os_Parcel_enforceInterface() function 824 …{"nativeEnforceInterface", "(JLjava/lang/String;)V", (void*)android_os_Parcel_enforceInterface},
|