OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidRuntime
(Results
1 - 25
of
142
) sorted by null
1
2
3
4
5
6
/frameworks/base/core/jni/
android_nio_utils.h
20
#include <android_runtime/
AndroidRuntime
.h>
AndroidRuntime.cpp
18
#define LOG_TAG "
AndroidRuntime
"
21
#include <android_runtime/
AndroidRuntime
.h>
207
static
AndroidRuntime
* gCurRuntime = NULL;
248
/*static*/ JavaVM*
AndroidRuntime
::mJavaVM = NULL;
250
AndroidRuntime
::
AndroidRuntime
(char* argBlockStart, const size_t argBlockLength) :
266
AndroidRuntime
::~
AndroidRuntime
()
274
/*static*/ int
AndroidRuntime
::registerNativeMethods(JNIEnv* env,
280
void
AndroidRuntime
::setArgv0(const char* argv0)
[
all
...]
android_media_DeviceCallback.cpp
56
JNIEnv *env =
AndroidRuntime
::getJNIEnv();
67
JNIEnv *env =
AndroidRuntime
::getJNIEnv();
android_media_RemoteDisplay.cpp
59
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
66
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
83
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
91
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
android_view_DisplayEventReceiver.cpp
25
#include <android_runtime/
AndroidRuntime
.h>
82
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
93
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
107
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
core_jni_helpers.h
21
#include <android_runtime/
AndroidRuntime
.h>
70
int res =
AndroidRuntime
::registerNativeMethods(env, className, gMethods, numMethods);
android_database_SQLiteDebug.cpp
21
#include <android_runtime/
AndroidRuntime
.h>
android_view_InputQueue.cpp
24
#include <android_runtime/
AndroidRuntime
.h>
52
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
58
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
137
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
android_view_SurfaceSession.cpp
21
#include <android_runtime/
AndroidRuntime
.h>
/frameworks/base/include/android_runtime/
AndroidRuntime.h
34
class
AndroidRuntime
37
AndroidRuntime
(char* argBlockStart, size_t argBlockSize);
38
virtual ~
AndroidRuntime
();
75
static
AndroidRuntime
* getRuntime();
/frameworks/av/media/libstagefright/http/
HTTPHelper.cpp
23
#include "android_runtime/
AndroidRuntime
.h"
33
if (
AndroidRuntime
::getJavaVM() == NULL) {
39
JNIEnv *env =
AndroidRuntime
::getJNIEnv();
/frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp
22
#include "android_runtime/
AndroidRuntime
.h"
68
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
78
jstring manufacturerName =
AndroidRuntime
::NewStringLatin1(env, manufacturer);
79
jstring productName =
AndroidRuntime
::NewStringLatin1(env, product);
80
jstring serialNumber =
AndroidRuntime
::NewStringLatin1(env, serial);
103
jstring configName =
AndroidRuntime
::NewStringLatin1(env, name);
114
jstring interfaceName =
AndroidRuntime
::NewStringLatin1(env, name);
142
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
com_android_server_input_InputApplicationHandle.cpp
21
#include <android_runtime/
AndroidRuntime
.h>
44
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
53
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
com_android_server_vr_VrManagerService.cpp
19
#include <android_runtime/
AndroidRuntime
.h>
/frameworks/base/media/jni/
android_media_MediaDataSource.cpp
23
#include "android_runtime/
AndroidRuntime
.h"
62
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
82
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
124
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
149
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
android_mtp_MtpDatabase.cpp
39
#include <android_runtime/
AndroidRuntime
.h>
239
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
253
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
266
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
286
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
295
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
313
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
331
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
349
JNIEnv* env =
AndroidRuntime
::getJNIEnv();
373
JNIEnv* env =
AndroidRuntime
::getJNIEnv()
[
all
...]
/frameworks/base/cmds/app_process/
app_main.cpp
23
#include <android_runtime/
AndroidRuntime
.h>
34
class AppRuntime : public
AndroidRuntime
38
:
AndroidRuntime
(argBlockStart, argBlockLength)
85
AndroidRuntime
* ar =
AndroidRuntime
::getRuntime();
105
AndroidRuntime
::onExit(code);
/frameworks/wilhelm/src/itf/
IAndroidConfiguration.c
24
#include <android_runtime/
AndroidRuntime
.h>
150
JNIEnv* j_env = android::
AndroidRuntime
::getJNIEnv();
225
JNIEnv* j_env = android::
AndroidRuntime
::getJNIEnv();
331
JNIEnv* j_env = android::
AndroidRuntime
::getJNIEnv();
352
JNIEnv* j_env = android::
AndroidRuntime
::getJNIEnv();
/frameworks/av/media/ndk/
NdkMediaCrypto.cpp
32
#include <android_runtime/
AndroidRuntime
.h>
/frameworks/base/core/jni/android/graphics/
DrawFilter.cpp
25
#include <android_runtime/
AndroidRuntime
.h>
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h
76
#define LOC_EXT_CREATE_THREAD_CB_PLATFORM_LIB_ABSTRACTION android::
AndroidRuntime
::createJavaThread
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h
76
#define LOC_EXT_CREATE_THREAD_CB_PLATFORM_LIB_ABSTRACTION android::
AndroidRuntime
::createJavaThread
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h
76
#define LOC_EXT_CREATE_THREAD_CB_PLATFORM_LIB_ABSTRACTION android::
AndroidRuntime
::createJavaThread
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h
76
#define LOC_EXT_CREATE_THREAD_CB_PLATFORM_LIB_ABSTRACTION android::
AndroidRuntime
::createJavaThread
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h
76
#define LOC_EXT_CREATE_THREAD_CB_PLATFORM_LIB_ABSTRACTION android::
AndroidRuntime
::createJavaThread
Completed in 728 milliseconds
1
2
3
4
5
6