Home
last modified time | relevance | path

Searched refs:kMachPort (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h49 kMachPort, in COMPONENT_EXPORT()
133 bool is_mach_port() const { return type_ == Type::kMachPort; } in COMPONENT_EXPORT()
138 if (type_ == Type::kMachPort) in COMPONENT_EXPORT()
143 if (type_ == Type::kMachPort) in COMPONENT_EXPORT()
Dplatform_handle.cc98 : type_(Type::kMachPort), mach_port_(std::move(mach_port)) {} in PlatformHandle()
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc43 kMachPort, enumerator
70 if (GetParam() == HandleType::kMachPort) in SetUp()
255 HandleType::kMachPort)