HomeSort by relevance Sort by last modified time
    Searched defs:TakeHandles (Results 1 - 3 of 3) sorted by null

  /external/libmojo/mojo/edk/system/
ports_message.h 36 ScopedPlatformHandleVectorPtr TakeHandles() {
37 return channel_message_->TakeHandles();
channel.cc 356 ScopedPlatformHandleVectorPtr Channel::Message::TakeHandles() {
channel_posix.cc 71 ScopedPlatformHandleVectorPtr TakeHandles() { return std::move(handles_); }
362 ScopedPlatformHandleVectorPtr handles = message_view.TakeHandles();

Completed in 215 milliseconds