HomeSort by relevance Sort by last modified time
    Searched defs:ScopedLocalRefFrame (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.h 114 class ScopedLocalRefFrame {
116 explicit ScopedLocalRefFrame(JNIEnv* jni);
117 ~ScopedLocalRefFrame();
jni_helpers.cc 224 ScopedLocalRefFrame local_ref_frame(jni);
274 ScopedLocalRefFrame::ScopedLocalRefFrame(JNIEnv* jni) : jni_(jni) {
277 ScopedLocalRefFrame::~ScopedLocalRefFrame() {

Completed in 45 milliseconds