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

  /external/libmojo/mojo/edk/embedder/
platform_handle_utils.h 28 DuplicatePlatformHandle(PlatformHandle platform_handle);
platform_handle_utils_posix.cc 14 ScopedPlatformHandle DuplicatePlatformHandle(PlatformHandle platform_handle) {
platform_handle_utils_win.cc 14 ScopedPlatformHandle DuplicatePlatformHandle(PlatformHandle platform_handle) {
platform_shared_buffer.h 85 ScopedPlatformHandle DuplicatePlatformHandle();
platform_shared_buffer.cc 159 ScopedPlatformHandle PlatformSharedBuffer::DuplicatePlatformHandle() {
177 ScopedPlatformHandle handle = DuplicatePlatformHandle();
  /external/libmojo/mojo/edk/system/
shared_buffer_dispatcher.cc 266 handle_for_transit_ = shared_buffer_->DuplicatePlatformHandle();
data_pipe_consumer_dispatcher.cc 351 buffer_handle_for_transit_ = shared_ring_buffer_->DuplicatePlatformHandle();
data_pipe_producer_dispatcher.cc 329 buffer_handle_for_transit_ = shared_ring_buffer_->DuplicatePlatformHandle();

Completed in 90 milliseconds