Home
last modified time | relevance | path

Searched refs:GetMachPort (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/mac/
DMachIPC.h134 mach_port_t GetMachPort() const { in GetMachPort() function
144 return GetMachPort(); in mach_port_t()
DMachIPC.mm158 return GetDescriptor(n)->GetMachPort();
/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h134 const base::mac::ScopedMachSendRight& GetMachPort() const { in COMPONENT_EXPORT()
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc166 handle.GetMachPort().get() in GetSharedMemoryContents()
/external/libchrome/mojo/core/
Dchannel.cc430 : handle_vector_[i].handle().GetMachPort().get(); in SetHandles()