HomeSort by relevance Sort by last modified time
    Searched refs:Receive (Results 1 - 18 of 18) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
srp_ports.h 54 virtual PVMFStatus Receive(PVMFSharedMediaMsgPtr aMsg)
88 virtual PVMFStatus Receive(PVMFSharedMediaMsgPtr aMsg)
  /external/opencore/pvmi/pvmf/include/
pvmf_port_interface.h 59 PVMF_PORT_ACTIVITY_OUTGOING_QUEUE_BUSY, /**< Outgoing queue becomes busy and cannot receive more outgoing messages.
66 PVMF_PORT_ACTIVITY_CONNECTED_PORT_BUSY, /**< Connected port is busy and cannot receive more incoming messages. The
69 PVMF_PORT_ACTIVITY_CONNECTED_PORT_READY, /**< Connected port is ready to receive more incoming messages. The node
162 virtual PVMFStatus Receive(PVMFSharedMediaMsgPtr aMsg) = 0;
219 * Query whether the connected port can receive more incoming messages.
pvmf_port_base_impl.h 113 * Default constructor. Data queue size and ready to receive threshold will be set to
124 * Constructor specifying the data queue size and ready to receive threshold.
133 * @param aThreshold Ready-to-receive threshold, in terms of percentage of the data queue capacity.
157 OSCL_IMPORT_REF virtual PVMFStatus Receive(PVMFSharedMediaMsgPtr aMsg);
175 * Returns ready-to-receive threshold
176 * @return Ready-to-receive threshold, in terms of percentage of the data queue capacity.
196 * Update ready-to-receive threshold, in terms of percentage of the data queue capacity.
198 * @param aThreshold Ready to receive threshold. This value should be between 0 and 100.
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tscsrpbuffer.h 76 virtual PVMFStatus Receive(PVMFSharedMediaMsgPtr aMsg);
136 // Receive packet from H245
138 // Receive packet from SRP
  /external/v8/test/cctest/
test-sockets.cc 62 bytes_read += client_->Receive(data_ + bytes_read, data_size_ - bytes_read);
131 // Send and receive some data.
136 // Send and receive some more data.
145 // Send and receive even more data.
  /external/v8/src/
platform-posix.cc 219 int Receive(char* data, int len) const;
313 int POSIXSocket::Receive(char* data, int len) const {
debug-agent.cc 203 // Shutdown the socket to end the blocking receive.
222 char c = '\0'; // One character receive buffer.
228 received = conn->Receive(&c, 1);
241 if (header_buffer_position == 2) { // Receive buffer contains CRLF.
412 // Receive the full buffer before returning unless an error occours.
416 int received = conn->Receive(data + total_received, len - total_received);
platform.h 482 // Receive calls to exit. After Shutdown the Socket object cannot be used for
488 virtual int Receive(char* data, int len) const = 0;
platform-win32.cc     [all...]
  /external/opencore/nodes/pvclientserversocketnode/src/
pvmf_clientserver_socket_port.cpp 136 PVMFStatus status = cpPort->Receive(aMsg);
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_port.cpp 257 PVMFStatus status = cpPort->Receive(aMsg);
  /external/opencore/pvmi/pvmf/src/
pvmf_port_base_impl.cpp 420 //Doing the push in iOutgoingQueue first followed by Receive ensure that msgs
421 //flow in FIFO order. If we did a Receive first then we would need
422 PVMFStatus status = iConnectedPort->Receive(iOutgoingQueue.iQ.front());
490 PVMFStatus status = iConnectedPort->Receive(iOutgoingQueue.iQ.front());
498 (0, "0x%x PvmfPortBaseImpl::Send: Receive failed. Connected port is in busy state", this));
737 OSCL_EXPORT_REF PVMFStatus PvmfPortBaseImpl::Receive(PVMFSharedMediaMsgPtr aMsg)
740 (0, "0x%x PvmfPortBaseImpl::Receive", this));
742 // Incoming queue is in flush state. Do not receive more messages.
746 (0, "0x%x PvmfPortBaseImpl::Receive: Incoming queue is flushing", this));
750 // Incoming queue is in busy state. Do not receive more messages until the queu
    [all...]
  /external/opencore/nodes/pvsocketnode/src/
pvmf_socket_port.cpp 234 PVMFStatus status = cpPort->Receive(aMsg);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscsrpbuffer.cpp 73 PVMFStatus TscSrpBufferLLPortIn::Receive(PVMFSharedMediaMsgPtr aMsg)
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dplay.h 146 STDMETHOD(Receive) (THIS_ LPDPID,LPDPID,DWORD,LPVOID,LPDWORD) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DPLAY.H 146 STDMETHOD(Receive) (THIS_ LPDPID,LPDPID,DWORD,LPVOID,LPDWORD) PURE;
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_port.cpp 507 PVMFStatus status = cpPort->Receive(aMsg);
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 109 ATTRIBUTE Ascend-Receive-Secret 215 string

Completed in 991 milliseconds