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

1 2 3 4 5 67 8 91011>>

  /development/ndk/platforms/android-5/samples/hello-gl2/
Android.mk 1 LOCAL_PATH:= $(LOCAL_PATH)/jni
  /external/webrtc/talk/app/webrtc/java/jni/
androidnetworkmonitor_jni.h 34 #include "talk/app/webrtc/java/jni/jni_helpers.h"
42 static void SetAndroidContext(JNIEnv* jni, jobject context);
48 JNIEnv* jni() { return AttachCurrentThreadIfNeeded(); } function in class:webrtc_jni::AndroidNetworkMonitor
native_handle_impl.cc 28 #include "talk/app/webrtc/java/jni/native_handle_impl.h"
30 #include "talk/app/webrtc/java/jni/jni_helpers.h"
85 NativeHandleImpl::NativeHandleImpl(JNIEnv* jni,
89 RTC_CHECK_EQ(16, jni->GetArrayLength(j_transform_matrix));
91 jni->GetFloatArrayElements(j_transform_matrix, nullptr);
95 jni->ReleaseFloatArrayElements(j_transform_matrix, transform_matrix_ptr, 0);
139 JNIEnv* jni = AttachCurrentThreadIfNeeded(); local
140 ScopedLocalRefFrame local_ref_frame(jni);
143 jni,
144 GetObjectClass(jni, surface_texture_helper_)
    [all...]
native_handle_impl.h 32 #include <jni.h>
41 NativeHandleImpl(JNIEnv* jni,
  /external/webrtc/webrtc/modules/audio_device/android/
ensure_initialized.cc 31 JNIEnv* jni = ::base::android::AttachCurrentThread(); local
33 RTC_CHECK_EQ(0, jni->GetJavaVM(&jvm));
  /packages/apps/TV/usbtuner/jni/
gen_jni.sh 3 javah -jni -classpath ../../bin/classes:../../../../../../prebuilts/sdk/current/android.jar -o tunertvinput_jni.h com.android.usbtuner.TunerHal
  /external/webrtc/webrtc/modules/utility/include/
jvm_android.h 14 #include <jni.h>
23 // The JNI interface pointer (JNIEnv) is valid only in the current thread.
25 // AttachCurrentThread() to attach itself to the VM and obtain a JNI interface
44 GlobalRef(JNIEnv* jni, jobject object);
60 JavaClass(JNIEnv* jni, jclass clazz) : jni_(jni), j_class_(clazz) {}
76 NativeRegistration(JNIEnv* jni, jclass clazz);
87 // needs the JNI interface pointer but its main purpose is to create a
92 explicit JNIEnvironment(JNIEnv* jni);
111 // Main class for working with Java from C++ using JNI in WebRTC
176 JNIEnv* jni() const { return GetEnv(jvm_); } function in class:webrtc::JVM
    [all...]
  /external/opencv3/samples/android/tutorial-2-mixedprocessing/jni/
Android.mk 5 include ../../sdk/native/jni/OpenCV.mk
  /external/webrtc/talk/app/webrtc/test/
androidtestinitializer.cc 39 #include "talk/app/webrtc/java/jni/classreferenceholder.h"
40 #include "talk/app/webrtc/java/jni/jni_helpers.h"
56 JNIEnv* jni = ::base::android::AttachCurrentThread(); local
58 RTC_CHECK_EQ(0, jni->GetJavaVM(&jvm));
  /hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
javaupm_hmc5883l.i 8 %typemap(jni) int16_t* "jintArray"
  /hardware/bsp/intel/peripheral/libupm/src/lol/
javaupm_lol.i 7 %typemap(jni) unsigned char* "jbyteArray";
  /hardware/bsp/intel/peripheral/libupm/src/lsm303/
javaupm_lsm303.i 8 %typemap(jni) int16_t* "jintArray"
  /hardware/bsp/intel/peripheral/libupm/src/lsm303d/
javaupm_lsm303d.i 8 %typemap(jni) int16_t* "jintArray"
  /ndk/
ndk-which 34 mkdir -p $TMPDIR/jni
35 cat >$TMPDIR/jni/Android.mk << "END_OF_FILE"
  /ndk/tests/device/issue42891-boost-1_52/jni/
Android.mk 7 LOCAL_C_INCLUDES += jni/boost
  /art/runtime/
native_bridge_art_interface.h 20 #include <jni.h>
  /cts/apps/CtsVerifier/jni/audio_loopback/
jni_sles.h 17 #include <jni.h>
  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 17 #include <jni.h>
  /cts/libs/deviceutil/jni/
CtsJniOnLoad.cpp 17 #include <jni.h>
  /cts/tests/tests/drm/jni/
CtsDrmJniOnLoad.cpp 17 #include <jni.h>
  /cts/tests/tests/graphics/jni/
CtsGraphicsJniOnLoad.cpp 17 #include <jni.h>
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_JniCTest.c 21 #include <jni.h>
46 env, "android/jni/cts/JniCTest",
android_jni_cts_JniCppTest.cpp 21 #include <jni.h>
46 env, "android/jni/cts/JniCppTest",
helper.h 20 #include <jni.h>
26 /** A JNI test function */
36 * Standard function delcaration for a test of the JNI function with
57 * @param env the JNI environment to pass to tests
  /cts/tests/tests/permission/jni/
CtsPermissionsJniOnLoad.cpp 17 #include <jni.h>

Completed in 1177 milliseconds

1 2 3 4 5 67 8 91011>>