Home
last modified time | relevance | path

Searched defs:from_process (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/core/
H A Dplatform_handle_in_transit.cc26 base::ProcessHandle from_process, in TransferHandle()
H A Dchannel.cc168 base::ProcessHandle from_process) { in Deserialize()
H A Dnode_channel.cc606 base::ProcessHandle from_process; in OnChannelMessage() local
H A Dnode_controller.cc1097 base::ProcessHandle from_process, in OnRelayEventMessage()
/aosp_15_r20/external/crosvm/win_util/src/
H A Dsecurity_attributes.rs240 pub fn from_process(proc_handle: RawHandle) -> io::Result<Self> { in from_process() method