Searched defs:StartReceive (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_video_channel.cc76 void TbVideoChannel::StartReceive(unsigned short rtp_port) { function in class:TbVideoChannel
78 EXPECT_EQ(0, ViE.base->StartReceive(videoChannel));
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.cc109 void BluetoothConnection::StartReceive() { function in class:proximity_auth::BluetoothConnection
153 StartReceive();
181 // calling StartReceive at this point would error with ERR_IO_PENDING.
184 base::Bind(&BluetoothConnection::StartReceive,
194 // calling StartReceive at this point would error with ERR_IO_PENDING.
197 base::Bind(&BluetoothConnection::StartReceive,
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_event_dispatcher.cc69 StartReceive(params);
73 void SerialEventDispatcher::StartReceive(const ReceiveParams& params) { function in class:extensions::core_api::SerialEventDispatcher
125 params.thread_id, FROM_HERE, base::Bind(&StartReceive, params));
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.cc71 StartReceive(params);
75 void UDPSocketEventDispatcher::StartReceive(const ReceiveParams& params) { function in class:extensions::core_api::UDPSocketEventDispatcher
124 // calling StartReceive at this point would error with ERR_IO_PENDING.
128 base::Bind(&UDPSocketEventDispatcher::StartReceive, params));
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.cc112 StartReceive(params);
150 StartReceive(params);
157 void BluetoothSocketEventDispatcher::StartReceive(const SocketParams& params) { function in class:extensions::core_api::BluetoothSocketEventDispatcher
202 // calling StartReceive at this point would error with ERR_IO_PENDING.
206 base::Bind(&BluetoothSocketEventDispatcher::StartReceive, params));
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc300 int ViEBaseImpl::StartReceive(const int video_channel) { function in class:webrtc::ViEBaseImpl
301 LOG_F(LS_INFO) << "StartReceive " << video_channel;
309 if (vie_channel->StartReceive() != 0) {
H A Dvie_receiver.cc346 void ViEReceiver::StartReceive() { function in class:webrtc::ViEReceiver
H A Dvie_channel.cc1327 int32_t ViEChannel::StartReceive() { function in class:webrtc::ViEChannel
1333 vie_receiver_.StartReceive();
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.cc595 int VoEBaseImpl::StartReceive(int channel) function in class:webrtc::VoEBaseImpl
598 "StartReceive(channel=%d)", channel);
610 "StartReceive() failed to locate channel");

Completed in 5444 milliseconds