Home
last modified time | relevance | path

Searched refs:Java_CoreImpl_newNativeCreationResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/java/system/
H A Dcore_impl.cc44 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2); in JNI_CoreImpl_CreateMessagePipe()
64 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2); in JNI_CoreImpl_CreateDataPipe()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libmojo_jni_headers/gen/jni/
DCoreImpl_jni.h365 static base::android::ScopedJavaLocalRef<jobject> Java_CoreImpl_newNativeCreationResult(JNIEnv* env, in Java_CoreImpl_newNativeCreationResult() function