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

  /external/libmojo/mojo/edk/system/
ports_message.h 32 void SetHandles(ScopedPlatformHandleVectorPtr handles) {
33 channel_message_->SetHandles(std::move(handles));
channel.cc 233 message->SetHandles(std::move(handles));
309 void Channel::Message::SetHandles(ScopedPlatformHandleVectorPtr new_handles) {
channel_posix.cc 74 void SetHandles(ScopedPlatformHandleVectorPtr handles) {
426 message_view.SetHandles(std::move(handles));

Completed in 209 milliseconds