HomeSort by relevance Sort by last modified time
    Searched refs:AndroidRuntime (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 25 #include <android_runtime/AndroidRuntime.h>
87 JNIEnv *env = AndroidRuntime::getJNIEnv();
170 JNIEnv *env = AndroidRuntime::getJNIEnv();
325 JNIEnv *env = AndroidRuntime::getJNIEnv();
691 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
  /frameworks/base/core/jni/
android_media_JetPlayer.cpp 27 #include <android_runtime/AndroidRuntime.h>
58 JNIEnv *env = AndroidRuntime::getJNIEnv();
550 return AndroidRuntime::registerNativeMethods(env,
android_content_res_Configuration.cpp 24 #include "android_runtime/AndroidRuntime.h"
126 return AndroidRuntime::registerNativeMethods(env, "android/content/res/Configuration", gMethods,
android_hardware_UsbRequest.cpp 23 #include "android_runtime/AndroidRuntime.h"
216 return AndroidRuntime::registerNativeMethods(env, "android/hardware/usb/UsbRequest",
android_os_MessageQueue.cpp 20 #include <android_runtime/AndroidRuntime.h>
android_util_Log.cpp 29 #include "android_runtime/AndroidRuntime.h"
162 return AndroidRuntime::registerNativeMethods(env, "android/util/Log", gMethods, NELEM(gMethods));
android_view_PointerIcon.cpp 23 #include <android_runtime/AndroidRuntime.h>
android_net_NetUtils.cpp 22 #include <android_runtime/AndroidRuntime.h>
295 return AndroidRuntime::registerNativeMethods(env,
android_util_XmlBlock.cpp 22 #include <android_runtime/AndroidRuntime.h>
411 return AndroidRuntime::registerNativeMethods(env,
android_view_GLES20DisplayList.cpp 24 #include <android_runtime/AndroidRuntime.h>
371 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
android_view_GraphicBuffer.cpp 25 #include <android_runtime/AndroidRuntime.h>
328 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
com_android_internal_content_NativeLibraryHelper.cpp 20 #include <android_runtime/AndroidRuntime.h>
392 return AndroidRuntime::registerNativeMethods(env,
android_opengl_GLES10Ext.cpp 25 #include <android_runtime/AndroidRuntime.h>
476 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
android_view_Surface.cpp 26 #include <android_runtime/AndroidRuntime.h>
378 int err = AndroidRuntime::registerNativeMethods(env, "android/view/Surface",
android_database_SQLiteConnection.cpp 21 #include <android_runtime/AndroidRuntime.h>
196 JNIEnv* env = AndroidRuntime::getJNIEnv();
242 JNIEnv* env = AndroidRuntime::getJNIEnv();
    [all...]
android_hardware_Camera.cpp 24 #include "android_runtime/AndroidRuntime.h"
149 JNIEnv *env = AndroidRuntime::getJNIEnv();
181 JNIEnv *env = AndroidRuntime::getJNIEnv();
282 JNIEnv *env = AndroidRuntime::getJNIEnv();
    [all...]
android_hardware_SerialPort.cpp 23 #include "android_runtime/AndroidRuntime.h"
274 return AndroidRuntime::registerNativeMethods(env, "android/hardware/SerialPort",
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 34 #include "android_runtime/AndroidRuntime.h"
93 JNIEnv *env = AndroidRuntime::getJNIEnv();
102 JNIEnv *env = AndroidRuntime::getJNIEnv();
489 return AndroidRuntime::registerNativeMethods(env,
android_media_ImageReader.cpp 30 #include <android_runtime/AndroidRuntime.h>
128 JNIEnv* env = AndroidRuntime::getJNIEnv();
131 JavaVM* vm = AndroidRuntime::getJavaVM();
143 JavaVM* vm = AndroidRuntime::getJavaVM();
872 int ret1 = AndroidRuntime::registerNativeMethods(env,
875 int ret2 = AndroidRuntime::registerNativeMethods(env,
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 21 #include <android_runtime/AndroidRuntime.h>
EGLExtcHeader.cpp 21 #include <android_runtime/AndroidRuntime.h>
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 24 #include "android_runtime/AndroidRuntime.h"
45 JNIEnv* env = AndroidRuntime::getJNIEnv();
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 242 #include <android_runtime/AndroidRuntime.h>
253 return android::AndroidRuntime::registerNativeMethods(env, kClassPathName,
BitmapFactory.cpp 20 #include <android_runtime/AndroidRuntime.h>
686 int ret = AndroidRuntime::registerNativeMethods(env,
693 return android::AndroidRuntime::registerNativeMethods(env, "android/graphics/BitmapFactory",
TextLayoutCache.h 41 #include <android_runtime/AndroidRuntime.h>

Completed in 298 milliseconds

1 2 34 5 6 7