OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendToPipe
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/cast/test/utility/
udp_proxy.h
38
virtual void
AppendToPipe
(scoped_ptr<PacketPipe> pipe);
65
// together (with
AppendToPipe
) and passed into UdpProxy::Create below.
udp_proxy_main.cc
85
new_pipe->
AppendToPipe
(pipe->Pass());
86
new_pipe->
AppendToPipe
(
udp_proxy.cc
36
void PacketPipe::
AppendToPipe
(scoped_ptr<PacketPipe> pipe) {
38
pipe_->
AppendToPipe
(pipe.Pass());
320
virtual void
AppendToPipe
(scoped_ptr<PacketPipe> pipe) OVERRIDE {
332
(*pipe)->
AppendToPipe
(scoped_ptr<PacketPipe>(next).Pass());
/external/chromium_org/media/cast/test/
cast_benchmarks.cc
129
packet_pipe_->
AppendToPipe
(loopback_pipe.Pass());
146
pipe->
AppendToPipe
(packet_pipe_.Pass());
431
pipe->
AppendToPipe
(
433
pipe->
AppendToPipe
(test::NewConstantDelay(p.latency / 1000.0));
end2end_unittest.cc
201
packet_pipe_->
AppendToPipe
(loopback_pipe.Pass());
233
pipe->
AppendToPipe
(packet_pipe_.Pass());
[
all
...]
Completed in 802 milliseconds