Home
last modified time | relevance | path

Searched refs:CreatePlatformHandleWrapper (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/edk/embedder/
Dembedder.cc87 MojoResult CreatePlatformHandleWrapper( in CreatePlatformHandleWrapper() function
90 return internal::g_core->CreatePlatformHandleWrapper( in CreatePlatformHandleWrapper()
Dembedder.h87 CreatePlatformHandleWrapper(ScopedPlatformHandle platform_handle,
Dembedder_unittest.cc506 ASSERT_EQ(MOJO_RESULT_OK, CreatePlatformHandleWrapper( in TEST_F()
/external/libmojo/mojo/edk/system/
Dcore.h87 MojoResult CreatePlatformHandleWrapper(ScopedPlatformHandle platform_handle,
Dcore.cc216 MojoResult Core::CreatePlatformHandleWrapper( in CreatePlatformHandleWrapper() function in mojo::edk::Core
992 return CreatePlatformHandleWrapper(std::move(handle), mojo_handle); in WrapPlatformHandle()
Dmultiprocess_message_pipe_unittest.cc425 CreatePlatformHandleWrapper( in TEST_P()
1271 CreatePlatformHandleWrapper(platform_channel.PassClientHandle(), in TEST_F()