Home
last modified time | relevance | path

Searched refs:STREAMING (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc131 if (ui_ == STREAMING) { in PreTranslateMessage()
188 ui_ = STREAMING; in SwitchToStreamingUI()
230 if (ui_ == STREAMING && remote_renderer && local_renderer) { in OnPaint()
Dmain_wnd.h46 STREAMING, enumerator
Dconductor.cc148 if (main_wnd_->current_ui() != MainWindow::STREAMING) in EnsureStreamingUI()
/external/llvm/test/Bitcode/
Dinvalid.test172 RUN: FileCheck --check-prefix=STREAMING-BLOB %s
174 STREAMING-BLOB: getPointer in streaming memory objects not allowed
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc166 return STREAMING; in current_ui()