HomeSort by relevance Sort by last modified time
    Searched refs:jni (Results 651 - 675 of 682) sorted by null

<<2122232425262728

  /ndk/build/tools/
dev-system-import.sh 564 copy_system_headers $ANDROID_ROOT/libnativehelper/include/nativehelper jni.h
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 19 #include <jni.h>
416 * Returns the JNI version on success, -1 on failure.
  /art/runtime/
jni_internal.cc 34 #include "jni.h"
116 LOG(ERROR) << "Internal error: unresolvable type for argument type in JNI invoke: "
125 LOG(ERROR) << "JNI ERROR (app bug): attempt to pass an instance of "
134 // TODO: pass the JNI function name (such as "CallVoidMethodV") through so we can call JniAbort
194 // Section 12.3.2 of the JNI spec describes JNI class descriptors. They're
211 LOG(WARNING) << "Call to JNI FindClass with dots in name: "
427 LOG(ERROR) << "Bad JNI version passed to "
485 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]";
490 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\"
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 18 /* This is a JNI example where we use native methods to play sounds
25 #include <jni.h>
  /external/jhead/
main.c 35 #include <nativehelper/jni.h>
355 // patterns for JNI.
797 * Returns the JNI version on success, -1 on failure.
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 23 #include <nativehelper/jni.h>
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 1 #include <jni.h>
Bitmap.cpp 16 #include <jni.h>
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 20 #include <jni.h>
android_database_SQLiteConnection.cpp 19 #include <jni.h>
    [all...]
android_media_AudioTrack.cpp 18 #define LOG_TAG "AudioTrack-JNI"
20 #include <jni.h>
372 // save the JNI resources so we can free them later
476 // delete the JNI data
567 // NOTE: We may use GetPrimitiveArrayCritical() when the JNI implementation changes in such
817 ALOGE("AudioSystem::getOutputSamplingRate() for stream type %d failed in AudioTrack JNI",
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 20 #define LOG_TAG "visualizers-JNI"
23 #include <nativehelper/jni.h>
348 ALOGE("setup: Error creating JNI Storage");
432 // delete the JNI data
android_media_AudioEffect.cpp 20 #define LOG_TAG "AudioEffects-JNI"
23 #include <nativehelper/jni.h>
293 ALOGE("setup: Error creating JNI Storage");
438 // delete the JNI data
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 21 #include <jni.h>
mosaic_renderer_jni.cpp 19 #include <jni.h>
  /packages/apps/Camera2/jni/
feature_mos_jni.cpp 21 #include <jni.h>
mosaic_renderer_jni.cpp 19 #include <jni.h>
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 21 #include <jni.h>
mosaic_renderer_jni.cpp 19 #include <jni.h>
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/chromium_org/media/base/android/
media_codec_bridge.cc 7 #include <jni.h>
20 #include "jni/MediaCodecBridge_jni.h"
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 24 #include <jni.h>
75 // PMem JNI implementations
90 // SR_Session JNI implementations
108 // SR_Recognizer JNI implementations
314 // SR_AcousticState JNI implementations
344 // SR_Grammar JNI implementations
433 // SR_Vocabulary JNI implementations
471 // SR_RecognizerResult JNI implementations
610 * Returns the JNI version on success, -1 on failure.
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 21 #include <jni.h>
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 33 #include <jni.h>
172 ALOGW("leaking JNI object references");

Completed in 1959 milliseconds

<<2122232425262728