/external/perfetto/test/cts/producer/jni/ |
D | fake_producer_jni.cc | 76 Java_android_perfetto_producer_ProducerActivity_quitTaskRunner(JNIEnv*, in Java_android_perfetto_producer_ProducerActivity_quitTaskRunner() argument 85 Java_android_perfetto_producer_ProducerIsolatedService_quitTaskRunner(JNIEnv*, in Java_android_perfetto_producer_ProducerIsolatedService_quitTaskRunner() argument 94 Java_android_perfetto_producer_ProducerService_quitTaskRunner(JNIEnv*, jclass) { in Java_android_perfetto_producer_ProducerService_quitTaskRunner() argument 102 Java_android_perfetto_producer_ProducerActivity_setupProducer(JNIEnv*, jclass) { in Java_android_perfetto_producer_ProducerActivity_setupProducer() argument 108 Java_android_perfetto_producer_ProducerIsolatedService_setupProducer(JNIEnv*, in Java_android_perfetto_producer_ProducerIsolatedService_setupProducer() argument 115 Java_android_perfetto_producer_ProducerService_setupProducer(JNIEnv*, jclass) { in Java_android_perfetto_producer_ProducerService_setupProducer() argument
|
/external/oboe/apps/fxlab/app/src/main/cpp/ |
D | native-lib.cpp | 37 JNIEnv, in Java_com_mobileer_androidfxlab_NativeInterface_createAudioEngine() argument 43 JNIEnv, in Java_com_mobileer_androidfxlab_NativeInterface_destroyAudioEngine() argument 86 Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative(JNIEnv *, jobject, jint jid) { in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative() argument 101 Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative(JNIEnv *, jobject, jint jind) { in Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative() argument 109 Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative(JNIEnv *, jobject, in Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative() argument 142 JNIEnv *, jobject, jint jindex, jboolean jenable) { in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative() argument 152 JNIEnv *, jobject, jboolean jenable) { in Java_com_mobileer_androidfxlab_NativeInterface_enablePassthroughNative() argument
|
/external/libchrome/base/android/jni_generator/ |
D | sample_for_tests.cc | 82 JNIEnv*, in JNI_SampleForTests_GetDoubleFunction() argument 87 static jfloat JNI_SampleForTests_GetFloatFunction(JNIEnv*, in JNI_SampleForTests_GetFloatFunction() argument 92 static void JNI_SampleForTests_SetNonPODDatatype(JNIEnv*, in JNI_SampleForTests_SetNonPODDatatype() argument 98 JNIEnv*, in JNI_SampleForTests_GetNonPODDatatype() argument 103 static jint JNI_InnerClass_GetInnerIntFunction(JNIEnv*, in JNI_InnerClass_GetInnerIntFunction() argument
|
/external/icu/android_icu4j/libcore_bridge/src/native/ |
D | com_android_icu_util_regex_MatcherNative.cpp | 45 static jlong MatcherNative_getNativeFinalizer(JNIEnv*, jclass) { in MatcherNative_getNativeFinalizer() argument 71 static jint MatcherNative_groupCountImpl(JNIEnv*, jclass, jlong addr) { in MatcherNative_groupCountImpl() argument 76 static jboolean MatcherNative_hitEndImpl(JNIEnv*, jclass, jlong addr) { in MatcherNative_hitEndImpl() argument 107 static jboolean MatcherNative_requireEndImpl(JNIEnv*, jclass, jlong addr) { in MatcherNative_requireEndImpl() argument 123 static void MatcherNative_useAnchoringBoundsImpl(JNIEnv*, jclass, jlong addr, jboolean value) { in MatcherNative_useAnchoringBoundsImpl() argument 128 static void MatcherNative_useTransparentBoundsImpl(JNIEnv*, jclass, jlong addr, jboolean value) { in MatcherNative_useTransparentBoundsImpl() argument
|
D | com_android_i18n_timezone_internal_Memory.cpp | 94 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 147 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument 199 static jshort Memory_peekShortNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekShortNative() argument 203 static void Memory_pokeShortNative(JNIEnv*, jclass, jlong dstAddress, jshort value) { in Memory_pokeShortNative() argument 207 static jint Memory_peekIntNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekIntNative() argument 211 static void Memory_pokeIntNative(JNIEnv*, jclass, jlong dstAddress, jint value) { in Memory_pokeIntNative() argument 215 static jlong Memory_peekLongNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekLongNative() argument 219 static void Memory_pokeLongNative(JNIEnv*, jclass, jlong dstAddress, jlong value) { in Memory_pokeLongNative() argument
|
D | com_android_icu_charset_NativeConverter.cpp | 199 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() argument 323 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { in NativeConverter_resetByteToChar() argument 330 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) { in NativeConverter_resetCharToByte() argument 337 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMaxBytesPerChar() argument 342 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getAveBytesPerChar() argument 675 static jlong NativeConverter_getNativeFinalizer(JNIEnv*, jclass) { in NativeConverter_getNativeFinalizer() argument
|
D | com_android_icu_util_regex_PatternNative.cpp | 78 static jlong PatternNative_getNativeFinalizer(JNIEnv*, jclass) { in PatternNative_getNativeFinalizer() argument
|
/external/libchrome/base/android/ |
D | cpu_features.cc | 13 jint JNI_CpuFeatures_GetCoreCount(JNIEnv*, const JavaParamRef<jclass>&) { in JNI_CpuFeatures_GetCoreCount() argument 17 jlong JNI_CpuFeatures_GetCpuFeatures(JNIEnv*, const JavaParamRef<jclass>&) { in JNI_CpuFeatures_GetCpuFeatures() argument
|
/external/perfetto/test/cts/test_apps/jni/ |
D | target.cc | 48 Java_android_perfetto_cts_app_MainActivity_runNative(JNIEnv*, jclass) { in Java_android_perfetto_cts_app_MainActivity_runNative() argument 53 Java_android_perfetto_cts_app_BusyWaitActivity_runNativeBusyWait(JNIEnv*, in Java_android_perfetto_cts_app_BusyWaitActivity_runNativeBusyWait() argument
|
/external/oboe/samples/drumthumper/src/main/cpp/ |
D | DrumPlayerJNI.cpp | 64 …LL Java_com_plausiblesoftware_drumthumper_DrumPlayer_teardownAudioStreamNative(JNIEnv* , jobject) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_teardownAudioStreamNative() argument 119 JNIEXPORT jboolean JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_getOutputReset(JNIEnv*… in Java_com_plausiblesoftware_drumthumper_DrumPlayer_getOutputReset() argument 126 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_clearOutputReset(JNIEnv*, … in Java_com_plausiblesoftware_drumthumper_DrumPlayer_clearOutputReset() argument 133 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_restartStream(JNIEnv*, job… in Java_com_plausiblesoftware_drumthumper_DrumPlayer_restartStream() argument
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 225 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForAsn1Error() 240 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForCipherError() 269 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForEvpError() 284 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForRsaError() 312 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForX509Error() 324 int (*defaultThrow)(JNIEnv*, const char*)) { in throwExceptionFromBoringSSLError() 398 int (*actualThrow)(JNIEnv*, const char*)) { in throwSSLExceptionWithSslErrors()
|
D | native_crypto.cc | 888 static void NativeCrypto_clinit(JNIEnv*, jclass) { in NativeCrypto_clinit() argument 9651 static void NativeCrypto_SSL_clear_error(JNIEnv*, jclass) { in NativeCrypto_SSL_clear_error() argument
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | audio_track.cc | 17 static void JNI_AudioTrack_SetVolume(JNIEnv*, in JNI_AudioTrack_SetVolume() argument
|
D | peer_connection_factory.cc | 375 static void JNI_PeerConnectionFactory_FreeFactory(JNIEnv*, in JNI_PeerConnectionFactory_FreeFactory() argument
|
D | peer_connection.cc | 467 JNIEnv*, in JNI_PeerConnection_FreeOwnedPeerConnection() argument
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | graph_jni.cc | 46 JNIEXPORT jlong JNICALL Java_org_tensorflow_Graph_allocate(JNIEnv*, jclass) { in Java_org_tensorflow_Graph_allocate() argument 50 JNIEXPORT void JNICALL Java_org_tensorflow_Graph_delete(JNIEnv*, jclass, in Java_org_tensorflow_Graph_delete() argument
|
/external/webrtc/sdk/android/native_api/jni/ |
D | scoped_java_ref.h | 80 JavaParamRef(JNIEnv*, T obj) : JavaRef<T>(obj) {} in JavaParamRef() argument
|
/external/skia/tools/skqp/src/ |
D | jni_skqp.cpp | 178 void Java_org_skia_skqp_SkQP_nMakeReport(JNIEnv*, jobject) { in Java_org_skia_skqp_SkQP_nMakeReport() argument
|
/external/skqp/tools/skqp/src/ |
D | jni_skqp.cpp | 178 void Java_org_skia_skqp_SkQP_nMakeReport(JNIEnv*, jobject) { in Java_org_skia_skqp_SkQP_nMakeReport() argument
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jni.h | 195 typedef JNIEnv_ JNIEnv; typedef 197 typedef const struct JNINativeInterface_ *JNIEnv; typedef
|