webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <android/log.h>
#include <memory>
#include "webrtc/modules/utility/include/jvm_android.h"
#include "webrtc/base/checks.h"
Namespaces | |
webrtc | |
Macros | |
#define | TAG "JVM" |
#define | ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) |
#define | ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) |
Functions | |
void | webrtc::LoadClasses (JNIEnv *jni) |
void | webrtc::FreeClassReferences (JNIEnv *jni) |
jclass | webrtc::LookUpClass (const char *name) |
Variables | |
JVM * | webrtc::g_jvm |
struct { | |
const char * webrtc::name | |
jclass webrtc::clazz | |
} | webrtc::loaded_classes [] |
#define ALOGD | ( | ... | ) | __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) |
#define ALOGE | ( | ... | ) | __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) |
#define TAG "JVM" |