Searched refs:voeRunning (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DMediaEngine.java106 private boolean voeRunning; field in class:MediaEngine
217 check(!voeRunning && !voeRunning, "Engines must be stopped before dispose");
249 return voeRunning || vieRunning;
283 check(!voeRunning, "VoE already started");
287 voeRunning = true;
291 check(voeRunning, "VoE not started");
295 voeRunning = false;

Completed in 114 milliseconds