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/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc
28
#include "talk/examples/peerconnection/client/
conductor
.h"
67
Conductor
::
Conductor
(PeerConnectionClient* client, MainWindow* main_wnd)
75
Conductor
::~
Conductor
() {
79
bool
Conductor
::connection_active() const {
83
void
Conductor
::Close() {
88
bool
Conductor
::InitializePeerConnection() {
118
void
Conductor
::DeletePeerConnection() {
127
void
Conductor
::EnsureStreamingUI()
[
all
...]
main.cc
28
#include "talk/examples/peerconnection/client/
conductor
.h"
48
talk_base::scoped_refptr<
Conductor
>
conductor
(
49
new talk_base::RefCountedObject<
Conductor
>(&client, &wnd));
61
if (
conductor
->connection_active() || client.is_connected()) {
62
while ((
conductor
->connection_active() || client.is_connected()) &&
conductor.h
51
class
Conductor
66
Conductor
(PeerConnectionClient* client, MainWindow* main_wnd);
73
~
Conductor
();
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main.cc
30
#include "talk/examples/peerconnection/client/
conductor
.h"
44
void set_conductor(
Conductor
*
conductor
) { conductor_ =
conductor
; }
67
Conductor
* conductor_;
99
talk_base::scoped_refptr<
Conductor
>
conductor
(
100
new talk_base::RefCountedObject<
Conductor
>(&client, &wnd));
102
socket_server.set_conductor(
conductor
);
Completed in 40 milliseconds