Searched defs:socket_handle (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Daudio_helper.cc53 base::SyncSocket::Handle socket_handle) {
61 socket_for_create_callback_.reset(new base::SyncSocket(socket_handle));
73 OnSetStreamInfo(shared_memory_handle, shared_memory_size, socket_handle);
51 StreamCreated(base::SharedMemoryHandle shared_memory_handle, size_t shared_memory_size, base::SyncSocket::Handle socket_handle) argument
H A Dpepper_platform_audio_output.cc77 base::SyncSocket::Handle socket_handle,
81 DCHECK(socket_handle);
84 DCHECK_NE(-1, socket_handle);
93 client_->StreamCreated(handle, length, socket_handle);
100 socket_handle,
75 OnStreamCreated( base::SharedMemoryHandle handle, base::SyncSocket::Handle socket_handle, int length) argument
H A Dppb_audio_impl.cc117 base::SyncSocket::Handle socket_handle) {
122 socket_handle, local
114 OnSetStreamInfo( base::SharedMemoryHandle shared_memory_handle, size_t shared_memory_size, base::SyncSocket::Handle socket_handle) argument
H A Dpepper_audio_input_host.cc139 base::SyncSocket::Handle socket_handle) {
141 base::SyncSocket scoped_socket(socket_handle);
135 OnOpenComplete( int32_t result, base::SharedMemoryHandle shared_memory_handle, size_t shared_memory_size, base::SyncSocket::Handle socket_handle) argument
H A Dpepper_platform_audio_input.cc81 base::SyncSocket::Handle socket_handle,
86 DCHECK(socket_handle);
89 DCHECK_NE(-1, socket_handle);
104 socket_handle,
111 client_->StreamCreated(handle, length, socket_handle);
114 base::SyncSocket temp_socket(socket_handle);
79 OnStreamCreated( base::SharedMemoryHandle handle, base::SyncSocket::Handle socket_handle, int length, int total_segments) argument
/external/chromium_org/ppapi/proxy/
H A Dbroker_dispatcher.cc52 base::SyncSocket::Handle socket_handle = local
57 ppapi::PlatformFileToInt(socket_handle));
63 base::SyncSocket temp_socket(socket_handle);
H A Dppb_broker_proxy.cc41 void ConnectComplete(IPC::PlatformFileForTransit socket_handle,
93 void Broker::ConnectComplete(IPC::PlatformFileForTransit socket_handle, argument
97 socket_handle_ = IPC::PlatformFileForTransitToPlatformFile(socket_handle);
103 IPC::PlatformFileForTransitToPlatformFile(socket_handle));
173 // The caller guarantees that socket_handle is not valid if result is not PP_OK.
176 IPC::PlatformFileForTransit socket_handle,
179 socket_handle == IPC::InvalidPlatformFileForTransit());
185 IPC::PlatformFileForTransitToPlatformFile(socket_handle));
187 static_cast<Broker*>(enter.object())->ConnectComplete(socket_handle,
200 int32_t socket_handle local
174 OnMsgConnectComplete( const HostResource& resource, IPC::PlatformFileForTransit socket_handle, int32_t result) argument
[all...]
H A Daudio_input_resource.cc158 base::SyncSocket::Handle socket_handle = local
160 CHECK(socket_handle != base::SyncSocket::kInvalidHandle);
169 socket_handle);
182 base::SyncSocket::Handle socket_handle) {
183 socket_.reset(new base::CancelableSyncSocket(socket_handle));
179 SetStreamInfo( base::SharedMemoryHandle shared_memory_handle, size_t shared_memory_size, base::SyncSocket::Handle socket_handle) argument
H A Dppb_audio_proxy.cc248 IPC::PlatformFileForTransit socket_handle = local
255 result_code = GetAudioConnectedHandles(resource, &socket_handle,
265 SerializedHandle fd_wrapper(SerializedHandle::SOCKET, socket_handle);
282 int32_t socket_handle;
283 int32_t result = enter.object()->GetSyncSocket(&socket_handle);
287 // socket_handle doesn't belong to us: don't close it.
289 IntToPlatformFile(socket_handle), false);
314 SerializedHandle socket_handle,
316 CHECK(socket_handle.is_socket());
324 IPC::PlatformFileForTransitToPlatformFile(socket_handle
311 OnMsgNotifyAudioStreamCreated( const HostResource& audio_id, int32_t result_code, SerializedHandle socket_handle, SerializedHandle handle) argument
[all...]
/external/chromium_org/media/audio/
H A Daudio_output_device.cc210 base::SyncSocket::Handle socket_handle,
215 DCHECK(socket_handle);
218 DCHECK_GE(socket_handle, 0);
245 audio_callback_.get(), socket_handle, "AudioOutputDevice", true);
208 OnStreamCreated( base::SharedMemoryHandle handle, base::SyncSocket::Handle socket_handle, int length) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_stream_create_helper_test.cc41 scoped_ptr<ClientSocketHandle> socket_handle(new ClientSocketHandle);
42 socket_handle->Init(
49 return socket_handle.Pass();
90 scoped_ptr<ClientSocketHandle> socket_handle = local
97 create_helper.CreateBasicStream(socket_handle.Pass(), false));
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_shared.cc97 base::SyncSocket::Handle socket_handle,
100 socket_.reset(new base::CancelableSyncSocket(socket_handle));
93 SetStreamInfo( PP_Instance instance, base::SharedMemoryHandle shared_memory_handle, size_t shared_memory_size, base::SyncSocket::Handle socket_handle, PP_AudioSampleRate sample_rate, int sample_frame_count) argument
/external/chromium_org/content/renderer/media/
H A Daudio_input_message_filter.cc135 base::SyncSocket::Handle socket_handle = local
142 base::SyncSocket socket(socket_handle);
146 delegate->OnStreamCreated(handle, socket_handle, length, total_segments);
H A Daudio_message_filter.cc179 base::SyncSocket::Handle socket_handle = local
187 base::SyncSocket socket(socket_handle);
190 delegate->OnStreamCreated(handle, socket_handle, length);
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager.cc83 ClientSocketHandle* socket_handle,
271 return socket_handle->Init(connection_group, ssl_params,
287 return socket_handle->Init(connection_group, http_proxy_params,
301 return socket_handle->Init(connection_group, socks_params,
322 return socket_handle->Init(connection_group, tcp_params,
407 ClientSocketHandle* socket_handle,
410 DCHECK(socket_handle);
415 0, socket_handle, HttpNetworkSession::NORMAL_SOCKET_POOL,
432 ClientSocketHandle* socket_handle,
435 DCHECK(socket_handle);
69 InitSocketPoolHelper(const GURL& request_url, const HttpRequestHeaders& request_extra_headers, int request_load_flags, RequestPriority request_priority, HttpNetworkSession* session, const ProxyInfo& proxy_info, bool force_spdy_over_ssl, bool want_spdy_over_npn, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, bool force_tunnel, PrivacyMode privacy_mode, const BoundNetLog& net_log, int num_preconnect_streams, ClientSocketHandle* socket_handle, HttpNetworkSession::SocketPoolType socket_pool_type, const OnHostResolutionCallback& resolution_callback, const CompletionCallback& callback) argument
394 InitSocketHandleForHttpRequest( const GURL& request_url, const HttpRequestHeaders& request_extra_headers, int request_load_flags, RequestPriority request_priority, HttpNetworkSession* session, const ProxyInfo& proxy_info, bool force_spdy_over_ssl, bool want_spdy_over_npn, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, PrivacyMode privacy_mode, const BoundNetLog& net_log, ClientSocketHandle* socket_handle, const OnHostResolutionCallback& resolution_callback, const CompletionCallback& callback) argument
419 InitSocketHandleForWebSocketRequest( const GURL& request_url, const HttpRequestHeaders& request_extra_headers, int request_load_flags, RequestPriority request_priority, HttpNetworkSession* session, const ProxyInfo& proxy_info, bool force_spdy_over_ssl, bool want_spdy_over_npn, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, PrivacyMode privacy_mode, const BoundNetLog& net_log, ClientSocketHandle* socket_handle, const OnHostResolutionCallback& resolution_callback, const CompletionCallback& callback) argument
444 InitSocketHandleForRawConnect( const HostPortPair& host_port_pair, HttpNetworkSession* session, const ProxyInfo& proxy_info, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, PrivacyMode privacy_mode, const BoundNetLog& net_log, ClientSocketHandle* socket_handle, const CompletionCallback& callback) argument
469 InitSocketHandleForTlsConnect( const HostPortPair& host_port_pair, HttpNetworkSession* session, const ProxyInfo& proxy_info, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, PrivacyMode privacy_mode, const BoundNetLog& net_log, ClientSocketHandle* socket_handle, const CompletionCallback& callback) argument
[all...]

Completed in 5813 milliseconds