Searched refs:RecvFrom (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium/net/udp/
H A Dudp_server_socket.cc21 int UDPServerSocket::RecvFrom(IOBuffer* buf, function in class:net::UDPServerSocket
25 return socket_.RecvFrom(buf, buf_len, address, callback);
H A Ddatagram_server_socket.h39 virtual int RecvFrom(IOBuffer* buf,
H A Dudp_server_socket.h27 virtual int RecvFrom(IOBuffer* buf,
/external/chromium_org/ppapi/thunk/
H A Dppb_udp_socket_private_thunk.cc59 int32_t RecvFrom(PP_Resource udp_socket, function in namespace:ppapi::thunk::__anon9646
70 return enter.SetResult(enter.object()->RecvFrom(buffer, num_bytes,
104 &RecvFrom,
115 &RecvFrom,
127 &RecvFrom,
H A Dppb_udp_socket_thunk.cc54 int32_t RecvFrom(PP_Resource udp_socket, function in namespace:ppapi::thunk::__anon9647
59 VLOG(4) << "PPB_UDPSocket::RecvFrom()";
63 return enter.SetResult(enter.object()->RecvFrom(buffer,
110 &RecvFrom,
H A Dppb_udp_socket_api.h25 virtual int32_t RecvFrom(char* buffer,
H A Dppb_udp_socket_private_api.h27 virtual int32_t RecvFrom(char* buffer,
/external/chromium_org/ppapi/cpp/private/
H A Dudp_socket_private.h29 int32_t RecvFrom(char* buffer,
H A Dudp_socket_private.cc83 int32_t UDPSocketPrivate::RecvFrom(char* buffer, function in class:pp::UDPSocketPrivate
87 return get_interface<PPB_UDPSocket_Private_0_4>()->RecvFrom(
91 return get_interface<PPB_UDPSocket_Private_0_3>()->RecvFrom(
/external/chromium_org/net/udp/
H A Dudp_server_socket.cc26 int UDPServerSocket::RecvFrom(IOBuffer* buf, function in class:net::UDPServerSocket
30 return socket_.RecvFrom(buf, buf_len, address, callback);
H A Ddatagram_server_socket.h39 virtual int RecvFrom(IOBuffer* buf,
H A Dudp_server_socket.h27 virtual int RecvFrom(IOBuffer* buf,
/external/chromium_org/ppapi/c/private/
H A Dppb_udp_socket_private.h92 int32_t (*RecvFrom)(PP_Resource udp_socket, member in struct:PPB_UDPSocket_Private_0_4
96 /* Upon successful completion of RecvFrom, the address that the data
122 int32_t (*RecvFrom)(PP_Resource udp_socket, member in struct:PPB_UDPSocket_Private_0_2
144 int32_t (*RecvFrom)(PP_Resource udp_socket, member in struct:PPB_UDPSocket_Private_0_3
/external/chromium_org/ppapi/c/
H A Dppb_udp_socket.h150 int32_t (*RecvFrom)(PP_Resource udp_socket, member in struct:PPB_UDPSocket_1_0
181 * parameters passed into previous <code>RecvFrom()</code> calls will be
/external/chromium_org/ppapi/cpp/
H A Dudp_socket.h98 /// If you want to release the buffer while the <code>RecvFrom()</code> call
110 int32_t RecvFrom(
136 /// paramters passed into previous <code>RecvFrom()</code> calls will be
H A Dudp_socket.cc71 int32_t UDPSocket::RecvFrom( function in class:pp::UDPSocket
76 return get_interface<PPB_UDPSocket_1_0>()->RecvFrom(
/external/chromium_org/ppapi/proxy/
H A Dudp_socket_resource.h30 virtual int32_t RecvFrom(char* buffer,
H A Dudp_socket_private_resource.cc58 int32_t UDPSocketPrivateResource::RecvFrom( function in class:ppapi::proxy::UDPSocketPrivateResource
H A Dudp_socket_private_resource.h34 virtual int32_t RecvFrom(char* buffer,
H A Dudp_socket_resource.cc55 int32_t UDPSocketResource::RecvFrom(char* buffer, function in class:ppapi::proxy::UDPSocketResource
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncsocket.h83 virtual int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) { function in class:talk_base::AsyncSocketAdapter
84 return socket_->RecvFrom(pv, cb, paddr);
H A Dfirewallsocketserver.cc73 return RecvFrom(pv, cb, &addr);
75 virtual int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) { function in class:talk_base::FirewallSocket
78 int res = AsyncSocketAdapter::RecvFrom(pv, cb, paddr);
88 return AsyncSocketAdapter::RecvFrom(pv, cb, paddr);
/external/chromium_org/ppapi/api/
H A Dppb_udp_socket.idl134 int32_t RecvFrom([in] PP_Resource udp_socket,
167 * parameters passed into previous <code>RecvFrom()</code> calls will be
/external/chromium_org/ppapi/api/private/
H A Dppb_udp_socket_private.idl75 int32_t RecvFrom([in] PP_Resource udp_socket,
80 /* Upon successful completion of RecvFrom, the address that the data
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasyncsocket.h83 virtual int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) { function in class:talk_base::AsyncSocketAdapter
84 return socket_->RecvFrom(pv, cb, paddr);

Completed in 364 milliseconds

1234