HomeSort by relevance Sort by last modified time
    Searched refs:jni (Results 26 - 50 of 791) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/native/
libcore_util_CharsetUtils.h 20 #include <jni.h>
org_apache_harmony_dalvik_ddmc_DdmServer.h 20 #include <jni.h>
org_apache_harmony_dalvik_ddmc_DdmVmInternal.h 20 #include <jni.h>
sun_misc_Unsafe.h 20 #include <jni.h>
  /cts/hostsidetests/abioverride/app/jni/
CtsAbiOverrideJniOnLoad.cpp 17 #include <jni.h>
  /external/webrtc/talk/app/webrtc/java/jni/
androidnetworkmonitor_jni.cc 28 #include "talk/app/webrtc/java/jni/androidnetworkmonitor_jni.h"
31 #include "talk/app/webrtc/java/jni/classreferenceholder.h"
32 #include "talk/app/webrtc/java/jni/jni_helpers.h"
38 void AndroidNetworkMonitor::SetAndroidContext(JNIEnv* jni, jobject context) {
40 jni->DeleteGlobalRef(application_context_);
42 application_context_ = NewGlobalRef(jni, context);
46 : j_network_monitor_class_(jni(),
47 FindClass(jni(), "org/webrtc/NetworkMonitor")),
49 jni(),
50 jni()->CallStaticObjectMethod
    [all...]
jni_helpers.cc 28 #include "talk/app/webrtc/java/jni/jni_helpers.h"
91 JNIEnv* jni = nullptr; local
92 if (jvm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6) != JNI_OK)
118 JNIEnv* jni = GetEnv(); local
119 if (jni)
120 return jni;
129 // Deal with difference in signatures between Oracle's jni.h and Android's.
130 #ifdef _JAVASOFT_JNI_H_ // Oracle's jni.h violates the JNI spec!
138 jni = reinterpret_cast<JNIEnv*>(env)
    [all...]
peerconnection_jni.cc 36 // the JNI spec).
48 // Exception notes: pretty much all JNI calls can throw Java exceptions, so each
53 // impossible to tell which JNI call broke).
55 #include <jni.h>
62 #include "talk/app/webrtc/java/jni/classreferenceholder.h"
63 #include "talk/app/webrtc/java/jni/jni_helpers.h"
64 #include "talk/app/webrtc/java/jni/native_handle_impl.h"
91 #include "talk/app/webrtc/java/jni/androidmediadecoder_jni.h"
92 #include "talk/app/webrtc/java/jni/androidmediaencoder_jni.h"
93 #include "talk/app/webrtc/java/jni/androidvideocapturer_jni.h
396 JNIEnv* jni() { function in class:webrtc_jni::PCOJava
542 JNIEnv* jni() { function in class:webrtc_jni::SdpObserverWrapper
621 JNIEnv* jni() { function in class:webrtc_jni::DataChannelObserverWrapper
703 JNIEnv* jni() { function in class:webrtc_jni::StatsObserverWrapper
827 JNIEnv* jni() { function in class:webrtc_jni::JavaVideoRendererWrapper
1118 JNIEnv* jni = AttachCurrentThreadIfNeeded(); local
    [all...]
jni_helpers.h 29 // This file contain convenience functions and classes for JNI.
35 #include <jni.h>
40 // Abort the process if |jni| has a Java exception pending.
44 #define CHECK_EXCEPTION(jni) \
45 RTC_CHECK(!jni->ExceptionCheck()) \
46 << (jni->ExceptionDescribe(), jni->ExceptionClear(), "")
73 JNIEnv* jni, jclass c, const std::string& name, const char* signature);
76 JNIEnv* jni, jclass c, const char* name, const char* signature);
78 jfieldID GetFieldID(JNIEnv* jni, jclass c, const char* name
    [all...]
androidvideocapturer_jni.cc 29 #include "talk/app/webrtc/java/jni/androidvideocapturer_jni.h"
30 #include "talk/app/webrtc/java/jni/classreferenceholder.h"
31 #include "talk/app/webrtc/java/jni/native_handle_impl.h"
32 #include "talk/app/webrtc/java/jni/surfacetexturehelper_jni.h"
41 int AndroidVideoCapturerJni::SetAndroidObjects(JNIEnv* jni,
44 jni->DeleteGlobalRef(application_context_);
46 application_context_ = NewGlobalRef(jni, appliction_context);
52 JNIEnv* jni,
55 : j_video_capturer_(jni, j_video_capturer),
57 jni, FindClass(jni, "org/webrtc/VideoCapturerAndroid"))
196 JNIEnv* AndroidVideoCapturerJni::jni() { return AttachCurrentThreadIfNeeded(); } function in class:webrtc_jni::AndroidVideoCapturerJni
    [all...]
classreferenceholder.h 32 // http://developer.android.com/training/articles/perf-jni.html#faq_FindClass
37 #include <jni.h>
50 jclass FindClass(JNIEnv* jni, const char* name);
52 // Convenience macro defining JNI-accessible methods in the org.webrtc package.
  /frameworks/ex/framesequence/jni/
FrameSequenceJNI.h 20 #include <jni.h>
JNIHelpers.h 20 #include <jni.h>
  /external/webrtc/webrtc/modules/utility/include/
helpers_android.h 14 #include <jni.h>
17 // Abort the process if |jni| has a Java exception pending.
19 #define CHECK_EXCEPTION(jni) \
20 RTC_CHECK(!jni->ExceptionCheck()) \
21 << (jni->ExceptionDescribe(), jni->ExceptionClear(), "")
33 // JNIEnv-helper methods that wraps the API which uses the JNI interface
37 JNIEnv* jni, jclass c, const char* name, const char* signature);
40 JNIEnv* jni, jclass c, const char* name, const char* signature);
42 jclass FindClass(JNIEnv* jni, const char* name)
    [all...]
  /art/runtime/
check_jni.h 20 #include <jni.h>
jobject_comparator.h 20 #include <jni.h>
  /external/webrtc/webrtc/modules/video_render/
video_render_internal.h 15 #include <jni.h>
  /frameworks/base/core/jni/
android_util_Log.h 20 #include <jni.h>
  /pdk/apps/HelloPDK/jni/
HelloJniNative.cpp 17 #include <jni.h>
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/jni/
HelloJniNative.java 17 package com.example.android.helloPDK.jni;
  /development/ndk/samples/two-libs/jni/
second.c 18 #include <jni.h>
  /external/webrtc/talk/build/
common.gypi 39 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-7-openjdk-amd64\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")',
  /external/webrtc/webrtc/modules/video_capture/
video_capture_internal.h 15 #include <jni.h>
  /packages/apps/Gallery2/jni/
jni_egl_fence.h 20 #include <jni.h>
  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 49 JNIEnv* jni, jclass c, const char* name, const char* signature) {
50 jmethodID m = jni->GetMethodID(c, name, signature);
51 CHECK_EXCEPTION(jni) << "Error during GetMethodID: " << name << ", "
58 JNIEnv* jni, jclass c, const char* name, const char* signature) {
59 jmethodID m = jni->GetStaticMethodID(c, name, signature);
60 CHECK_EXCEPTION(jni) << "Error during GetStaticMethodID: " << name << ", "
66 jclass FindClass(JNIEnv* jni, const char* name) {
67 jclass c = jni->FindClass(name);
68 CHECK_EXCEPTION(jni) << "Error during FindClass: " << name;
73 jobject NewGlobalRef(JNIEnv* jni, jobject o)
    [all...]

Completed in 261 milliseconds

12 3 4 5 6 7 8 91011>>