Home
last modified time | relevance | path

Searched defs:ChannelHandle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel_handle.h20 struct ChannelHandle { struct
21 ChannelHandle() {} in ChannelHandle() argument
22 explicit ChannelHandle(const base::FileDescriptor& s) : socket(s) {} in ChannelHandle() function
27 struct ChannelHandle { argument
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_channel_handle.h22 struct ChannelHandle { struct
23 ChannelHandle() {} in ChannelHandle() argument
24 explicit ChannelHandle(const base::FileDescriptor& s) : socket(s) {} in ChannelHandle() function
29 struct ChannelHandle { argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto402 message ChannelHandle { message