webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::JNIEnvironment Class Reference

#include <jvm_android.h>

Public Member Functions

 JNIEnvironment (JNIEnv *jni)
 
 ~JNIEnvironment ()
 
std::unique_ptr< NativeRegistrationRegisterNatives (const char *name, const JNINativeMethod *methods, int num_methods)
 
std::string JavaToStdString (const jstring &j_string)
 
 JNIEnvironment (JNIEnv *jni)
 
 ~JNIEnvironment ()
 
std::unique_ptr< NativeRegistrationRegisterNatives (const char *name, const JNINativeMethod *methods, int num_methods)
 
std::string JavaToStdString (const jstring &j_string)
 

Constructor & Destructor Documentation

◆ JNIEnvironment() [1/2]

webrtc::JNIEnvironment::JNIEnvironment ( JNIEnv *  jni)
explicit

◆ ~JNIEnvironment() [1/2]

webrtc::JNIEnvironment::~JNIEnvironment ( )

◆ JNIEnvironment() [2/2]

webrtc::JNIEnvironment::JNIEnvironment ( JNIEnv *  jni)
explicit

◆ ~JNIEnvironment() [2/2]

webrtc::JNIEnvironment::~JNIEnvironment ( )

Member Function Documentation

◆ JavaToStdString() [1/2]

std::string webrtc::JNIEnvironment::JavaToStdString ( const jstring &  j_string)

◆ JavaToStdString() [2/2]

std::string webrtc::JNIEnvironment::JavaToStdString ( const jstring &  j_string)

◆ RegisterNatives() [1/2]

std::unique_ptr<NativeRegistration> webrtc::JNIEnvironment::RegisterNatives ( const char *  name,
const JNINativeMethod *  methods,
int  num_methods 
)

◆ RegisterNatives() [2/2]

std::unique_ptr< NativeRegistration > webrtc::JNIEnvironment::RegisterNatives ( const char *  name,
const JNINativeMethod *  methods,
int  num_methods 
)

The documentation for this class was generated from the following files: