HomeSort by relevance Sort by last modified time
    Searched defs:socket_handle (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/socket/
client_socket_factory.cc 131 ClientSocketHandle* socket_handle = new ClientSocketHandle(); local
132 socket_handle->set_socket(transport_socket);
133 return CreateSSLClientSocket(socket_handle, host_and_port, ssl_config,
  /external/chromium_org/ppapi/proxy/
broker_dispatcher.cc 52 base::SyncSocket::Handle socket_handle = local
57 ppapi::PlatformFileToInt(socket_handle));
63 base::SyncSocket temp_socket(socket_handle);
ppb_broker_proxy.cc 41 void ConnectComplete(IPC::PlatformFileForTransit socket_handle,
93 void Broker::ConnectComplete(IPC::PlatformFileForTransit socket_handle,
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 = PlatformFileToInt(base::kInvalidPlatformFileValue) local
    [all...]
audio_input_resource.cc 162 base::SyncSocket::Handle socket_handle = local
164 CHECK(socket_handle != base::SyncSocket::kInvalidHandle);
173 socket_handle);
186 base::SyncSocket::Handle socket_handle) {
187 socket_.reset(new base::CancelableSyncSocket(socket_handle));
ppb_audio_proxy.cc 246 IPC::PlatformFileForTransit socket_handle = local
253 result_code = GetAudioConnectedHandles(resource, &socket_handle,
263 SerializedHandle fd_wrapper(SerializedHandle::SOCKET, socket_handle);
280 int32_t socket_handle;
281 int32_t result = enter.object()->GetSyncSocket(&socket_handle);
285 // socket_handle doesn't belong to us: don't close it.
287 IntToPlatformFile(socket_handle), false);
312 SerializedHandle socket_handle,
314 CHECK(socket_handle.is_socket());
322 IPC::PlatformFileForTransitToPlatformFile(socket_handle.descriptor()))
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_audio_impl.cc 160 base::SyncSocket::Handle socket_handle) {
163 socket_handle, enter.object()->GetSampleRate(), local
  /external/chromium_org/net/websockets/
websocket_handshake_stream_create_helper_test.cc 38 scoped_ptr<ClientSocketHandle> socket_handle(new ClientSocketHandle);
39 socket_handle->Init(
46 return socket_handle.Pass();
68 scoped_ptr<ClientSocketHandle> socket_handle = local
75 create_helper.CreateBasicStream(socket_handle.Pass(), false));
  /external/chromium_org/content/renderer/media/
audio_input_message_filter.cc 120 base::SyncSocket::Handle socket_handle,
133 base::SyncSocket::Handle socket_handle = socket_descriptor.fd; local
140 base::SyncSocket socket(socket_handle);
144 delegate->OnStreamCreated(handle, socket_handle, length, total_segments);
audio_message_filter.cc 167 base::SyncSocket::Handle socket_handle,
179 base::SyncSocket::Handle socket_handle = socket_descriptor.fd; local
187 base::SyncSocket socket(socket_handle);
190 delegate->OnStreamCreated(handle, socket_handle, length);
audio_message_filter_unittest.cc 89 base::SyncSocket::Handle socket_handle; local
91 base::FileDescriptor socket_handle; local
98 socket_handle, kLength));

Completed in 350 milliseconds