Home
last modified time | relevance | path

Searched refs:active_channels (Results 1 – 12 of 12) sorted by relevance

/external/devlib/devlib/instrument/
Denergy_probe.py89 active_channels = [c.label for c in self.active_channels]
90 active_indexes = [all_channels.index(ac) for ac in active_channels]
101 writer.writerow(active_channels)
116 return MeasurementsCsv(outfile, self.active_channels)
D__init__.py222 self.active_channels = []
251 self.active_channels = sorted(self.channels.values(), key=lambda x: x.label)
257 self.active_channels = []
260 self.active_channels.append(self.channels[chan_name])
267 self.active_channels.append(chan)
Ddaq.py90 active_sites = unique([c.site for c in self.active_channels])
120 field_names = [c.label for c in self.active_channels]
129 return MeasurementsCsv(outfile, self.active_channels)
Dframes.py44 active_sites = [chan.label for chan in self.active_channels]
46 return MeasurementsCsv(outfile, self.active_channels)
Dmonsoon.py116 active_sites = [c.site for c in self.active_channels]
139 return MeasurementsCsv(outfile, self.active_channels)
Dhwmon.py58 for chan in self.active_channels:
/external/devlib/devlib/platform/
Darm.py268 for chan in self.active_channels:
276 for c in self.active_channels]
283 return MeasurementsCsv(output_file, self.active_channels)
291 for chan in self.active_channels:
/external/devlib/doc/
Dinstrumentation.rst74 .. attribute:: Instrument.active_channels
108 available sites/kinds). This methods sets the ``active_channels`` attribute
113 Take a single measurement from ``active_channels``. Returns a list of
121 Starts collecting measurements from ``active_channels``.
128 Stops collecting measurements from ``active_channels``. Must be called after
140 will be the same as the order of channels in ``Instrument.active_channels``.
/external/lisa/libs/utils/
Denergy.py171 for channel in self._hwmon.active_channels:
295 self._log.info(' %s', str(self._instrument.active_channels))
/external/devlib/devlib/instrument/netstats/
D__init__.py132 return MeasurementsCsv(outfile, self.active_channels)
/external/webrtc/talk/app/webrtc/
Dpeerconnection.h298 const std::vector<std::string>& active_channels,
Dpeerconnection.cc1788 const std::vector<std::string>& active_channels, in UpdateClosingRtpDataChannels() argument
1793 if (std::find(active_channels.begin(), active_channels.end(), in UpdateClosingRtpDataChannels()
1794 data_channel->label()) != active_channels.end()) { in UpdateClosingRtpDataChannels()