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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoe.h53 class scoped_voe_engine { class in namespace:cricket
55 explicit scoped_voe_engine(webrtc::VoiceEngine* e) : ptr(e) {} function in class:cricket::scoped_voe_engine
57 ~scoped_voe_engine() { if (ptr) VERIFY(webrtc::VoiceEngine::Delete(ptr)); }
74 explicit scoped_voe_ptr(const scoped_voe_engine& e)
146 scoped_voe_engine engine_;

Completed in 1552 milliseconds