Home
last modified time | relevance | path

Searched refs:HandleInfoEntry (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/core/
Dchannel_fuchsia.cc38 Channel::Message::HandleInfoEntry* info_out, in UnwrapPlatformHandle()
88 PlatformHandle WrapPlatformHandles(Channel::Message::HandleInfoEntry info, in WrapPlatformHandles()
169 auto* handles_info = reinterpret_cast<Channel::Message::HandleInfoEntry*>( in TakeHandles()
259 reinterpret_cast<const Channel::Message::HandleInfoEntry*>( in GetReadPlatformHandles()
Dchannel.h116 struct HandleInfoEntry { struct
Dchannel.cc95 extra_header_size = max_handles_ * sizeof(HandleInfoEntry); in Message()
205 uint32_t max_handles = extra_header_size / sizeof(HandleInfoEntry); in Deserialize()