Searched defs:Receive (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/base/win/
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_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_variant.cc79 VARIANT* ScopedVariant::Receive() { function in class:base::win::ScopedVariant
/external/chromium_org/media/audio/android/
H A Dopensles_util.h21 SLType* Receive() { function in class:media::ScopedSLObject
/external/chromium_org/base/
H A Dsync_socket_nacl.cc44 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
110 size_t SyncSocket::Receive(void* buffer, size_t length) { function in class:base::SyncSocket
131 // this case, the best we can do is Peek() to see if we can Receive() now or
134 return Peek() < length ? 0 : Receive(buffer, length);
174 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
244 size_t SyncSocket::Receive(void* buffer, size_t length) { function in class:base::SyncSocket
278 // This doesn't shut down the pipe immediately, but subsequent Receive or Send
297 size_t CancelableSyncSocket::Receive(void* buffer, size_t length) { function in class:base::CancelableSyncSocket
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver_unittest.cc66 StunMessage* Receive() { function in class:StunServerTest
96 StunMessage* msg = Receive();
124 StunMessage* msg = Receive();
H A Drelayserver_unittest.cc122 return Receive(client1_.get());
125 return Receive(client2_.get());
133 StunMessage* Receive(talk_base::TestClient* client) { function in class:RelayServerTest
/external/chromium_org/cloud_print/service/win/
H A Dlocal_security_policy.cc43 T** Receive() { function in class:__anon6145::ScopedLsaMemory
91 policy_, const_cast<SID*>(user_sid.GetPSID()), rights.Receive(), &count);
/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.cc39 enum_moniker.Receive(), 0);
48 while (enum_moniker->Next(1, moniker.Receive(), &fetched) == S_OK) {
63 prop_bag->Read(kPropertyNames[i], name.Receive(), 0);
111 HRESULT hr = filter->EnumPins(pin_emum.Receive());
117 while ((hr = pin_emum->Next(1, pin.Receive(), NULL)) == S_OK) {
166 AM_MEDIA_TYPE** VideoCaptureDeviceWin::ScopedMediaType::Receive() { function in class:media::VideoCaptureDeviceWin::ScopedMediaType
224 HRESULT hr = GetDeviceFilter(device_name_, capture_filter_.Receive());
253 hr = graph_builder_.QueryInterface(media_control_.Receive());
297 HRESULT hr = output_capture_pin_.QueryInterface(stream_config.Receive());
315 found_capability.stream_index, media_type.Receive(), cap
[all...]
/external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
H A Dbluetooth_api_socket.cc108 void BluetoothApiSocket::Receive( function in class:extensions::BluetoothApiSocket
120 socket_->Receive(count,
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_apitest.cc81 virtual bool Receive(const ReceiveCompleteCallback& callback) { function in class:extensions::FakeEchoSerialConnection
H A Dserial_connection.cc95 bool SerialConnection::Receive(const ReceiveCompleteCallback& callback) { function in class:extensions::SerialConnection
/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/lldb/source/Core/
H A DConnectionMachPort.cpp224 kern_return_t kret = Receive (payload);
303 ConnectionMachPort::Receive (PayloadType &payload) function in class:ConnectionMachPort
/external/llvm/tools/lli/
H A DRemoteTargetExternal.cpp39 if (!Receive(LLI_AllocationResult, Address)) {
60 if (!Receive(LLI_LoadResult, Status)) {
84 if (!Receive(LLI_LoadResult, Status)) {
106 if (!Receive(LLI_ExecutionResult, RetVal)) {
175 bool RemoteTargetExternal::Receive(LLIMessageType Msg) { function in class:RemoteTargetExternal
187 bool RemoteTargetExternal::Receive(LLIMessageType Msg, int32_t &Data) { function in class:RemoteTargetExternal
198 bool RemoteTargetExternal::Receive(LLIMessageType Msg, uint64_t &Data) { function in class:RemoteTargetExternal
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_net.cc77 void BluetoothSocketNet::Receive( function in class:device::BluetoothSocketNet
148 // Send/Receive operations, so we can no safely release the state associated
/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/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/tools/debugserver/source/MacOSX/
H A DMachException.cpp273 MachException::Message::Receive(mach_port_t port, mach_msg_option_t options, mach_msg_timeout_t timeout, mach_port_t notify_port) function in class:MachException::Message
298 sizeof (exc_msg.data), // Receive size

Completed in 712 milliseconds