Searched refs:JNIEnvironment (Results 1 – 6 of 6) sorted by relevance
183 JNIEnvironment::JNIEnvironment(JNIEnv* jni) : jni_(jni) { in JNIEnvironment() function in webrtc::JNIEnvironment187 JNIEnvironment::~JNIEnvironment() { in ~JNIEnvironment()192 std::unique_ptr<NativeRegistration> JNIEnvironment::RegisterNatives( in RegisterNatives()205 std::string JNIEnvironment::JavaToStdString(const jstring& j_string) { in JavaToStdString()261 std::unique_ptr<JNIEnvironment> JVM::environment() { in environment()273 return std::unique_ptr<JNIEnvironment>(); in environment()275 return std::unique_ptr<JNIEnvironment>(new JNIEnvironment(jni)); in environment()
95 class JNIEnvironment {97 explicit JNIEnvironment(JNIEnv* jni);98 ~JNIEnvironment();169 std::unique_ptr<JNIEnvironment> environment();
77 std::unique_ptr<JNIEnvironment> j_environment_;
125 std::unique_ptr<JNIEnvironment> j_environment_;
124 std::unique_ptr<JNIEnvironment> j_environment_;
171 std::unique_ptr<JNIEnvironment> j_environment_;