HomeSort by relevance Sort by last modified time
    Searched refs:Send (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_send.h 26 Internal implementation of Send
37 TPVSocketEvent Send(const uint8* &aPtr, uint32 aLen,
68 void Send(const uint8* &aPtr, uint32 aLen);
oscl_socket_send.cpp 60 TPVSocketEvent OsclSendMethod::Send(const uint8* &aPtr, uint32 aLen,
66 SendRequest()->Send(aPtr, aLen);
78 void OsclSendRequest::Send(const uint8* &aPtr, uint32 aLen)
89 SocketI()->Send(*Param(), *this);
oscl_tcp_socket.h 88 inline TPVSocketEvent Send(const uint8* &aPtr, uint32 aLen,
223 inline TPVSocketEvent OsclTCPSocketI::Send(const uint8* &aPtr, uint32 aLen,
226 return (iSendMethod->Send(aPtr, aLen, aTimeoutMsec));
oscl_socket_imp_base.h 54 virtual void Send(SendParam &, OsclSocketRequestAO&) = 0;
oscl_socket_imp_pv.h 69 void Send(SendParam &, OsclSocketRequestAO&);
oscl_socket.cpp 277 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::Send(
281 return iTCPSocket->Send(aPtr, aLen, aTimeoutMsec);
oscl_socket.h 235 * Send Data.
238 * @param aPtr: Data to send.
239 * @param aLen: Length of data to send.
469 * Send operation.
555 * Send Data.
558 * @param aPtr: Data to send.
559 * @param aLen: Length of data to send.
568 OSCL_IMPORT_REF TPVSocketEvent Send(const uint8* aPtr, uint32 aLen,
572 * Cancel Send
574 * This method will cancel any pending Send operatio
    [all...]
oscl_socket_imp_pv.cpp 167 inline void OsclSocketI::Send(SendParam &param, OsclSocketRequestAO& ao)
171 //send/recv behavior is undefined when socket is
211 //send/recv behavior is undefined when socket is
  /external/v8/src/
debug-agent.cc 110 client->Send(message, StrLength(message));
163 // Send the hello message.
190 // Send the request received to the debugger.
308 // Send the header.
311 ok = conn->Send(buffer, len);
316 ok = conn->Send(buffer, len);
321 ok = conn->Send(buffer, len);
327 ok = conn->Send(buffer, len);
333 ok = conn->Send(buffer, len);
338 ok = conn->Send(buffer, len)
    [all...]
platform-posix.cc 218 int Send(const char* data, int len) const;
307 int POSIXSocket::Send(const char* data, int len) const {
308 int status = send(socket_, data, len, 0);
platform.h 481 // Shutdown socket for both read and write. This causes blocking Send and
487 virtual int Send(const char* data, int len) const = 0;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 108 ATTRIBUTE Ascend-Send-Secret 214 string
125 ATTRIBUTE Ascend-Send-Auth 231 integer
126 ATTRIBUTE Ascend-Send-Passwd 232 string
193 VALUE Ascend-Send-Auth Send-Auth-None 0
194 VALUE Ascend-Send-Auth Send-Auth-PAP 1
195 VALUE Ascend-Send-Auth Send-Auth-CHAP 2
196 VALUE Ascend-Send-Auth Send-Auth-MS-CHAP
    [all...]
dictionary.microsoft 27 ATTRIBUTE MS-MPPE-Send-Key 16 string Microsoft
  /external/opencore/pvmi/pvmf/include/
pvmf_port_interface.h 55 PVMF_PORT_ACTIVITY_OUTGOING_MSG, /**< Outgoing message received. The node needs to call Send
56 * asynchronously to send this message to receiving port. */
67 * node should suspend calling Send to process the outgoing messages until
70 * resume calling Send to process its outgoing queue. */
144 * Send a queued outgoing message to the connected receiving port.
149 virtual PVMFStatus Send() = 0;
pvmf_port_base_impl.h 156 OSCL_IMPORT_REF virtual PVMFStatus Send();
  /external/opencore/nodes/pvloopbacknode/src/
pvmf_loopback_ioport.cpp 222 //Send data to connected port
223 PVMFStatus status = Send();
  /external/v8/test/cctest/
test-sockets.cc 70 int status = socket->Send(data, len);
101 // Send all the data.
108 // Check that data received is the same as data send.
131 // Send and receive some data.
136 // Send and receive some more data.
145 // Send and receive even more data.
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
srp.h 100 #define NUM_MT_ENTRY_NUMBERS 2 //Number of possible MT entry numbers SRP can send on (SRP/NSRP = 0, WNSRP = 15)
477 iLLPortOut->Send();
489 iULPortOut->Send();
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscsrpbuffer.cpp 308 iLLPortOut->Send();
  /external/opencore/protocols/systems/tools/general/common/src/
pvmf_buffer_data_source.cpp 67 Send();
105 // Send FSI if available
133 // Send frame to downstream node
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dplay.h 148 STDMETHOD(Send) (THIS_ DPID, DPID, DWORD, LPVOID, DWORD) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DPLAY.H 148 STDMETHOD(Send) (THIS_ DPID, DPID, DWORD, LPVOID, DWORD) PURE;
  /external/v8/test/mjsunit/
debug-handle.js 45 // Send an evaluation request and return the handle of the result.
68 // Send a lookup request and return the evaluated JSON response.
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_port.cpp 129 PVMF_MLNODE_LOGERROR((0, "PVMFMediaLayerPort::Connect: Error - Unable To Send Format Specific Info To Peer"));
134 PVMF_MLNODE_LOGERROR((0, "PVMFMediaLayerPort::Connect: Error - Unable To Send Max Num Media Msg Key To Peer"));
487 PVMF_MLNODE_LOGINFO((0, "PVMFMediaLayerPort::QueueOutgoingMsg: send pending data first"));
488 PVMFStatus status = PvmfPortBaseImpl::Send();
491 PVMF_MLNODE_LOGINFO((0, "PVMFMediaLayerPort::QueueOutgoingMsg: send pending data not success status = %d:", status));
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node_outport.cpp 305 // If the port is started, schedule to send in Run
678 PVMFStatus status = Send();

Completed in 230 milliseconds

1 2 3