Searched defs:Receive (Results 1 - 25 of 27) sorted by path

12

/external/chromium_org/base/
H A Dsync_socket_nacl.cc62 size_t SyncSocket::Receive(void* buffer, size_t length) { function in class:base::SyncSocket
H A Dsync_socket_posix.cc26 // To avoid users sending negative message lengths to Send/Receive
123 size_t SyncSocket::Receive(void* buffer, size_t length) { function in class:base::SyncSocket
144 // this case, the best we can do is Peek() to see if we can Receive() now or
147 return Peek() < length ? 0 : Receive(buffer, length);
187 Receive(static_cast<char*>(buffer) + bytes_read_total, bytes_to_read);
H A Dsync_socket_win.cc22 // To avoid users sending negative message lengths to Send/Receive
267 size_t SyncSocket::Receive(void* buffer, size_t length) { function in class:base::SyncSocket
301 // This doesn't shut down the pipe immediately, but subsequent Receive or Send
320 size_t CancelableSyncSocket::Receive(void* buffer, size_t length) { function in class:base::CancelableSyncSocket
/external/chromium_org/base/win/
H A Dscoped_bstr.cc41 BSTR* ScopedBstr::Receive() { function in class:base::win::ScopedBstr
H A Dscoped_comptr.h78 // Usage: Foo(p.Receive());
79 Interface** Receive() { function in class:base::win::ScopedComPtr
86 return reinterpret_cast<void**>(Receive());
110 return object->QueryInterface(Receive());
131 QueryInterface(my_identity.Receive());
134 other->QueryInterface(other_identity.Receive());
H A Dscoped_propvariant.h30 PROPVARIANT* Receive() { function in class:base::win::ScopedPropVariant
35 // Clears the instance to prepare it for re-use (e.g., via Receive).
H A Dscoped_variant.cc79 VARIANT* ScopedVariant::Receive() { function in class:base::win::ScopedVariant
/external/chromium_org/cloud_print/service/win/
H A Dlocal_security_policy.cc43 T** Receive() { function in class:__anon6258::ScopedLsaMemory
91 policy_, const_cast<SID*>(user_sid.GetPSID()), rights.Receive(), &count);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_net.cc75 void BluetoothSocketNet::Receive( function in class:device::BluetoothSocketNet
146 // Send/Receive operations, so we can no safely release the state associated
/external/chromium_org/device/serial/
H A Ddata_receiver.cc118 bool DataReceiver::Receive(const ReceiveDataCallback& callback, function in class:device::DataReceiver
125 // |error_callback| of the previous Receive call) of the error we can tell the
152 // (see Receive()). Under normal operation we should never get here, but if
H A Ddata_source_unittest.cc65 bool Receive() { function in class:device::DataSourceTest
66 return receiver_->Receive(
87 ASSERT_TRUE(Receive());
169 // Test that an error is correctly reported to the Receive() call immediately
193 ASSERT_TRUE(Receive());
223 ASSERT_TRUE(Receive());
240 ASSERT_FALSE(Receive());
245 Receive();
H A Dserial_connection_unittest.cc118 void Receive() { function in class:device::SerialConnectionTest
120 receiver_->Receive(base::Bind(&SerialConnectionTest::OnDataReceived,
279 ASSERT_NO_FATAL_FAILURE(Receive());
291 ASSERT_NO_FATAL_FAILURE(Receive());
321 ASSERT_NO_FATAL_FAILURE(Receive());
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_api_socket.cc109 void BluetoothApiSocket::Receive( function in class:extensions::BluetoothApiSocket
121 socket_->Receive(count,
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_connection.cc244 bool SerialConnection::Receive(const ReceiveCompleteCallback& callback) { function in class:extensions::SerialConnection
/external/chromium_org/media/audio/android/
H A Dopensles_util.h21 SLType* Receive() { function in class:media::ScopedSLObject
/external/chromium_org/media/video/capture/win/
H A Dsink_input_pin_win.cc129 HRESULT SinkInputPin::Receive(IMediaSample* sample) { function in class:media::SinkInputPin
H A Dvideo_capture_device_win.cc67 hr = dev_enum->CreateClassEnumerator(device_class_id, enum_moniker.Receive(),
77 while (enum_moniker->Next(1, moniker.Receive(), &fetched) == S_OK) {
93 prop_bag->Read(kPropertyNames[i], name.Receive(), 0);
125 HRESULT hr = filter->EnumPins(pin_enum.Receive());
131 while ((hr = pin_enum->Next(1, pin.Receive(), NULL)) == S_OK) {
183 AM_MEDIA_TYPE** VideoCaptureDeviceWin::ScopedMediaType::Receive() { function in class:media::VideoCaptureDeviceWin::ScopedMediaType
250 capture_filter_.Receive());
282 hr = graph_builder_.QueryInterface(media_control_.Receive());
335 HRESULT hr = output_capture_pin_.QueryInterface(stream_config.Receive());
355 found_capability.stream_index, media_type.Receive(), cap
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/socket/
H A Dsocket.cc46 void Receive();
261 void ExampleInstance::Receive() { function in class:ExampleInstance
291 Receive();
302 status << "Receive failed with: " << result;
308 Receive();
/external/chromium_org/native_client_sdk/src/examples/api/websocket/
H A Dwebsocket.cc29 void Receive();
137 void WebSocketInstance::Receive() { function in class:WebSocketInstance
150 Receive();
168 Receive();
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.cc62 void Receive() { function in class:pp::WebSocketAPI::Implement
76 Receive();
85 Receive();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DNetworkRequest.js98 Receive: "receive",
1002 var type = sent ? WebInspector.NetworkRequest.WebSocketFrameType.Send : WebInspector.NetworkRequest.WebSocketFrameType.Receive;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver_unittest.cc122 return Receive(client1_.get());
125 return Receive(client2_.get());
133 StunMessage* Receive(rtc::TestClient* client) { function in class:RelayServerTest
H A Dstunserver_unittest.cc66 StunMessage* Receive() { function in class:StunServerTest
96 StunMessage* msg = Receive();
124 StunMessage* msg = Receive();
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc318 CaptureInputPin::Receive ( IN IMediaSample * pIMediaSample ) function in class:webrtc::videocapturemodule::CaptureInputPin
352 hr = CBaseInputPin::Receive (pIMediaSample);
/external/lldb/source/Core/
H A DConnectionMachPort.cpp224 kern_return_t kret = Receive (payload);
303 ConnectionMachPort::Receive (PayloadType &payload) function in class:ConnectionMachPort

Completed in 6332 milliseconds

12