OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Conductor
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc
11
#include "webrtc/examples/peerconnection/client/
conductor
.h"
55
Conductor
::
Conductor
(PeerConnectionClient* client, MainWindow* main_wnd)
64
Conductor
::~
Conductor
() {
68
bool
Conductor
::connection_active() const {
72
void
Conductor
::Close() {
77
bool
Conductor
::InitializePeerConnection() {
99
bool
Conductor
::ReinitializePeerConnectionForLoopback() {
112
bool
Conductor
::CreatePeerConnection(bool dtls)
[
all
...]
conductor.h
34
class
Conductor
48
Conductor
(PeerConnectionClient* client, MainWindow* main_wnd);
55
~
Conductor
();
main.cc
11
#include "webrtc/examples/peerconnection/client/
conductor
.h"
51
rtc::scoped_refptr<
Conductor
>
conductor
(
52
new rtc::RefCountedObject<
Conductor
>(&client, &wnd));
64
if (
conductor
->connection_active() || client.is_connected()) {
65
while ((
conductor
->connection_active() || client.is_connected()) &&
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc
13
#include "webrtc/examples/peerconnection/client/
conductor
.h"
28
void set_conductor(
Conductor
*
conductor
) { conductor_ =
conductor
; }
51
Conductor
* conductor_;
88
rtc::scoped_refptr<
Conductor
>
conductor
(
89
new rtc::RefCountedObject<
Conductor
>(&client, &wnd));
91
socket_server.set_conductor(
conductor
);
Completed in 47 milliseconds