webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/base/checks.h"
#include "webrtc/modules/utility/include/helpers_android.h"
#include <android/log.h>
#include <assert.h>
#include <pthread.h>
#include <stddef.h>
#include <unistd.h>
Namespaces | |
webrtc | |
Macros | |
#define | TAG "HelpersAndroid" |
#define | ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) |
Functions | |
JNIEnv * | webrtc::GetEnv (JavaVM *jvm) |
jlong | webrtc::PointerTojlong (void *ptr) |
jmethodID | webrtc::GetMethodID (JNIEnv *jni, jclass c, const char *name, const char *signature) |
jmethodID | webrtc::GetStaticMethodID (JNIEnv *jni, jclass c, const char *name, const char *signature) |
jclass | webrtc::FindClass (JNIEnv *jni, const char *name) |
jobject | webrtc::NewGlobalRef (JNIEnv *jni, jobject o) |
void | webrtc::DeleteGlobalRef (JNIEnv *jni, jobject o) |
std::string | webrtc::GetThreadId () |
std::string | webrtc::GetThreadInfo () |
#define ALOGD | ( | ... | ) | __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) |
#define TAG "HelpersAndroid" |