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

  /frameworks/native/libs/vr/libpdx_uds/
client_channel.cpp 34 auto& channel_info = response.channels[index]; local
36 std::move(channel_info.data_fd),
37 std::move(channel_info.pollin_event_fd),
38 std::move(channel_info.pollhup_event_fd));
58 ChannelInfo<BorrowedHandle> channel_info{
61 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/autotest/server/cros/chaos_lib/
chaos_parser.py 91 channel_info = channel_security_info[-2]
93 channel = int(re.split('(\d+)', channel_info)[1])
  /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...]
  /frameworks/base/proto/src/
wifi.proto 402 optional int32 channel_info = 2;
    [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 1288 milliseconds