/frameworks/base/core/jni/ |
android_view_KeyEvent.cpp | 21 #include <android_runtime/AndroidRuntime.h>
|
android_view_RenderNodeAnimator.cpp | 22 #include <android_runtime/AndroidRuntime.h>
|
android_view_TextureView.cpp | 19 #include <android_runtime/AndroidRuntime.h>
|
android_view_VelocityTracker.cpp | 21 #include <android_runtime/AndroidRuntime.h>
|
android_opengl_GLES10Ext.cpp | 29 #include <android_runtime/AndroidRuntime.h> 594 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
|
android_database_SQLiteConnection.cpp | 21 #include <android_runtime/AndroidRuntime.h> 198 JNIEnv* env = AndroidRuntime::getJNIEnv(); 244 JNIEnv* env = AndroidRuntime::getJNIEnv(); [all...] |
android_hardware_Camera.cpp | 168 JNIEnv *env = AndroidRuntime::getJNIEnv(); 204 JNIEnv *env = AndroidRuntime::getJNIEnv(); 305 JNIEnv *env = AndroidRuntime::getJNIEnv(); [all...] |
android_media_JetPlayer.cpp | 58 JNIEnv *env = AndroidRuntime::getJNIEnv();
|
/frameworks/base/media/jni/ |
android_media_MediaMuxer.cpp | 22 #include "android_runtime/AndroidRuntime.h" 251 int err = AndroidRuntime::registerNativeMethods(env,
|
android_mtp_MtpServer.cpp | 29 #include "android_runtime/AndroidRuntime.h" 247 return AndroidRuntime::registerNativeMethods(env,
|
android_media_MediaCodecList.cpp | 27 #include "android_runtime/AndroidRuntime.h" 312 return AndroidRuntime::registerNativeMethods(env,
|
android_media_MediaScanner.cpp | 28 #include "android_runtime/AndroidRuntime.h" 463 return AndroidRuntime::registerNativeMethods(env,
|
android_media_MediaPlayer.cpp | 34 #include "android_runtime/AndroidRuntime.h" 112 JNIEnv *env = AndroidRuntime::getJNIEnv(); 119 JNIEnv *env = AndroidRuntime::getJNIEnv(); [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_am_BatteryStatsService.cpp | 20 #include <android_runtime/AndroidRuntime.h>
|
com_android_server_tv_TvUinputBridge.cpp | 22 #include <android_runtime/AndroidRuntime.h>
|
/frameworks/opt/net/wifi/tests/wifitests/jni/ |
wifi_hal_mock.cpp | 22 #include <android_runtime/AndroidRuntime.h>
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_a2dp_sink.cpp | 24 #include "android_runtime/AndroidRuntime.h" 46 JNIEnv* env = AndroidRuntime::getJNIEnv();
|
com_android_bluetooth_hdp.cpp | 30 #include "android_runtime/AndroidRuntime.h" 46 JNIEnv* env = AndroidRuntime::getJNIEnv();
|
com_android_bluetooth_pan.cpp | 30 #include "android_runtime/AndroidRuntime.h" 54 JNIEnv* env = AndroidRuntime::getJNIEnv();
|
com_android_bluetooth_btservice_AdapterService.cpp | 23 #include "android_runtime/AndroidRuntime.h" 83 JNIEnv* env = AndroidRuntime::getJNIEnv(); 430 JavaVM* vm = AndroidRuntime::getJavaVM(); 520 JavaVM *vm = AndroidRuntime::getJavaVM(); 553 JavaVM *vm = AndroidRuntime::getJavaVM(); 585 JavaVM *vm = AndroidRuntime::getJavaVM(); [all...] |
com_android_bluetooth_avrcp.cpp | 24 #include "android_runtime/AndroidRuntime.h" 47 JNIEnv* env = AndroidRuntime::getJNIEnv();
|
/frameworks/wilhelm/src/android/ |
AudioRecorder_to_android.cpp | 26 #include <android_runtime/AndroidRuntime.h> 722 (j_env = android::AndroidRuntime::getJNIEnv()) != NULL && [all...] |
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
GLCHeader.cpp | 25 #include <android_runtime/AndroidRuntime.h>
|
/frameworks/base/drm/jni/ |
android_drm_DrmManagerClient.cpp | 24 #include <android_runtime/AndroidRuntime.h> 161 JNIEnv *env = AndroidRuntime::getJNIEnv(); 169 JNIEnv *env = AndroidRuntime::getJNIEnv();
|
/frameworks/base/media/jni/audioeffect/ |
android_media_AudioEffect.cpp | 25 #include <android_runtime/AndroidRuntime.h> 110 JNIEnv *env = AndroidRuntime::getJNIEnv(); 906 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
|