HomeSort by relevance Sort by last modified time
    Searched refs:PassPlatformHandle (Results 1 - 7 of 7) sorted by null

  /external/libmojo/mojo/edk/system/
platform_handle_dispatcher.h 23 ScopedPlatformHandle PassPlatformHandle();
platform_handle_dispatcher_unittest.cc 45 h = dispatcher->PassPlatformHandle();
59 h = dispatcher->PassPlatformHandle();
96 ScopedPlatformHandle handle = dispatcher->PassPlatformHandle();
109 fp = test::FILEFromPlatformHandle(dispatcher->PassPlatformHandle(), "rb");
broker_host.cc 115 handles->at(0) = buffer->PassPlatformHandle().release();
116 handles->at(1) = read_only_buffer->PassPlatformHandle().release();
platform_handle_dispatcher.cc 19 ScopedPlatformHandle PlatformHandleDispatcher::PassPlatformHandle() {
core.cc 260 *platform_handle = phd->PassPlatformHandle();
    [all...]
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.h 94 ScopedPlatformHandle PassPlatformHandle();
platform_shared_buffer.cc 172 ScopedPlatformHandle PlatformSharedBuffer::PassPlatformHandle() {

Completed in 99 milliseconds