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

  /hardware/bsp/intel/peripheral/libmraa/examples/
iio_driver.c 72 int chan_type; local
79 mraa_iio_event_extract_event(data, &chan_type, &modifier, &type, &direction, &channel, &channel2, &different);
81 printf("event time %lld id %lld extracted chan_type %d modifier %d type %d direction %d "
83 data->timestamp, data->id, chan_type, modifier, type, direction, channel, channel2, different);
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
iio.hpp 229 int chan_type, modifier, type, direction, channel, channel2, different; local
230 mraa_iio_event_extract_event(data, &chan_type, &modifier, &type, &direction, &channel, &channel2, &different);
231 eventData.channelType = chan_type;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 101 enum util_format_type chan_type; local
114 chan_type = UTIL_FORMAT_TYPE_FLOAT;
116 chan_type = UTIL_FORMAT_TYPE_FIXED;
118 chan_type = UTIL_FORMAT_TYPE_SIGNED;
120 chan_type = UTIL_FORMAT_TYPE_UNSIGNED;
129 if (desc->channel[chan].type != chan_type ||
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 943 unsigned int freq, chan_type, duration; local
953 chan_type = nla_get_u32(tb[NL80211_ATTR_WIPHY_CHANNEL_TYPE]);
955 chan_type = 0;
969 cancel_event, freq, chan_type, duration,
    [all...]

Completed in 96 milliseconds