Searched defs:GetClientFileDescriptor (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_test_sink.cc98 int TestSink::GetClientFileDescriptor() const { function in class:IPC::TestSink
H A Dipc_channel_proxy.cc440 int ChannelProxy::GetClientFileDescriptor() { function in class:IPC::ChannelProxy
446 return channel->GetClientFileDescriptor();
H A Dipc_channel_posix.cc547 int ChannelPosix::GetClientFileDescriptor() const { function in class:IPC::ChannelPosix
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_bootstrap.cc196 int MojoBootstrap::GetClientFileDescriptor() const { function in class:IPC::MojoBootstrap
197 return channel_->GetClientFileDescriptor();
H A Dipc_channel_mojo.cc215 int ChannelMojo::GetClientFileDescriptor() const { function in class:IPC::ChannelMojo
216 return bootstrap_->GetClientFileDescriptor();

Completed in 166 milliseconds