Searched defs:OwnedFactoryAndThreads (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc2807 class OwnedFactoryAndThreads { class
2809 OwnedFactoryAndThreads(Thread* worker_thread, function in class:OwnedFactoryAndThreads
2816 ~OwnedFactoryAndThreads() { CHECK_RELEASE(factory_); }
2853 OwnedFactoryAndThreads* owned_factory = new OwnedFactoryAndThreads(
2859 delete reinterpret_cast<OwnedFactoryAndThreads*>(j_p);
2864 return reinterpret_cast<OwnedFactoryAndThreads*>(j_p)->factory();

Completed in 64 milliseconds