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

  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service.cc 145 Channel* channel_info = response->mutable_channel(); local
146 channel_info->set_lid(rc->self().lid);
147 channel_info->set_qpn(rc->self().qpn);
148 channel_info->set_psn(rc->self().psn);
149 channel_info->set_snp(rc->self().snp);
150 channel_info->set_iid(rc->self().iid);
rdma_mgr.cc 73 Channel* channel_info = req.mutable_channel(); local
74 channel_info->set_lid(rc->self_.lid);
75 channel_info->set_qpn(rc->self_.qpn);
76 channel_info->set_psn(rc->self_.psn);
77 channel_info->set_snp(rc->self_.snp);
78 channel_info->set_iid(rc->self_.iid);
  /frameworks/native/libs/vr/libpdx_uds/
client_channel.cpp 35 auto& channel_info = response.channels[index]; local
37 std::move(channel_info.data_fd),
38 std::move(channel_info.pollin_event_fd),
39 std::move(channel_info.pollhup_event_fd));
59 ChannelInfo<BorrowedHandle> channel_info{
62 request.channels.push_back(std::move(channel_info));
service_endpoint.cpp 50 auto& channel_info = request.channels[index]; local
52 std::move(channel_info.data_fd),
53 std::move(channel_info.pollin_event_fd),
54 std::move(channel_info.pollhup_event_fd));
74 ChannelInfo<BorrowedHandle> channel_info{
77 response.channels.push_back(std::move(channel_info));
89 ChannelInfo<BorrowedHandle> channel_info{std::move(data_fd),
92 response.channels.push_back(std::move(channel_info));
  /external/ImageMagick/coders/
psd.c 142 channel_info[MaxPSDChannels];
1176 if (layer_info->channel_info[channel].type < -1)
1182 if (layer_info->channel_info[channel].type != -2 |
139 channel_info[MaxPSDChannels]; member in struct:_LayerInfo
    [all...]
  /external/ImageMagick/MagickCore/
fx.c 1530 channel_info; local
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 2299 NanChannelInfo channel_info[NAN_MAX_CHANNEL_INFO_SUPPORTED]; member in struct:__anon48579
2322 NanChannelInfo channel_info[NAN_MAX_CHANNEL_INFO_SUPPORTED]; member in struct:__anon48580
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
hfa384x.h 2677 } channel_info; member in struct:hfa384x
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1161 typedef struct channel_info { struct
    [all...]

Completed in 1658 milliseconds