HomeSort by relevance Sort by last modified time
    Searched defs:Receive (Results 1 - 5 of 5) 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/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscsrpbuffer.cpp 73 PVMFStatus TscSrpBufferLLPortIn::Receive(PVMFSharedMediaMsgPtr 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/v8/src/
platform-posix.cc 219 int Receive(char* data, int len) const;
313 int POSIXSocket::Receive(char* data, int len) const {
platform-win32.cc     [all...]

Completed in 213 milliseconds