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

/external/perfetto/src/ipc/
H A Dhost_impl.cc136 SendFrame(client, reply_frame);
157 SendFrame(client, reply_frame);
169 return SendFrame(client, reply_frame); // |success| == false by default.
176 return SendFrame(client, reply_frame);
182 return SendFrame(client, reply_frame);
228 SendFrame(client, reply_frame, reply.fd());
232 void HostImpl::SendFrame(ClientConnection* client, const Frame& frame, int fd) { function in class:perfetto::ipc::HostImpl
H A Dclient_impl.h79 bool SendFrame(const Frame&, int fd = -1);
H A Dhost_impl.h84 static void SendFrame(ClientConnection*, const Frame&, int fd = -1);
H A Dclient_impl.cc67 if (!SendFrame(frame)) {
99 if (!did_serialize || !SendFrame(frame, fd)) {
114 bool ClientImpl::SendFrame(const Frame& frame, int fd) { function in class:perfetto::ipc::ClientImpl
H A Dhost_impl_unittest.cc102 SendFrame(frame);
118 SendFrame(frame, fd);
153 void SendFrame(const Frame& frame, int fd = -1) { function in class:perfetto::ipc::__anon18663::FakeClient
/external/webrtc/talk/media/base/
H A Dvideoengine_unittest.h251 bool SendFrame() { function in class:VideoMediaChannelTest
260 ret &= SendFrame();
419 EXPECT_TRUE(SendFrame());
442 EXPECT_TRUE(SendFrame());
453 EXPECT_TRUE(SendFrame());
572 EXPECT_TRUE(SendFrame());
615 EXPECT_TRUE(SendFrame());
685 EXPECT_TRUE(SendFrame());
737 EXPECT_TRUE(SendFrame());
757 EXPECT_TRUE(SendFrame());
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl_unittest.cc195 void SendFrame(const RtpRtcpModule* module, uint8_t tid) { function in class:webrtc::RtpRtcpImplTest
238 SendFrame(&sender_, kBaseLayerTid); // kSequenceNumber
239 SendFrame(&sender_, kHigherLayerTid); // kSequenceNumber + 1
240 SendFrame(&sender_, kNoTemporalIdx); // kSequenceNumber + 2
267 SendFrame(&sender_, kBaseLayerTid); // kSequenceNumber
268 SendFrame(&sender_, kHigherLayerTid); // kSequenceNumber + 1
269 SendFrame(&sender_, kNoTemporalIdx); // kSequenceNumber + 2
370 SendFrame(&sender_, kBaseLayerTid);
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvideocapturemodule.h110 bool SendFrame(int w, int h) { function in class:FakeWebRtcVideoCaptureModule
H A Dwebrtcvideocapturer_unittest.cc105 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
132 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
H A Dwebrtcvideoengine2_unittest.cc891 EXPECT_TRUE(SendFrame());

Completed in 234 milliseconds