Home
last modified time | relevance | path

Searched refs:scoped_remote_process_handle_ (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
Dnode_channel.h197 ScopedPlatformHandle scoped_remote_process_handle_; variable
Dnode_channel.cc230 DCHECK(!scoped_remote_process_handle_.is_valid()); in SetRemoteProcessHandle()
231 scoped_remote_process_handle_.reset(PlatformHandle(process_handle)); in SetRemoteProcessHandle()