Home
last modified time | relevance | path

Searched refs:get_devices (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/
H A Ddevice.cc145 for (std::string dev : fcd_source_c::get_devices()) in find()
149 for (std::string dev : rtl_source_c::get_devices()) in find()
153 for (std::string dev : uhd_source_c::get_devices()) in find()
157 for (std::string dev : sdrplay_source_c::get_devices()) in find()
161 for (std::string dev : bladerf_source_c::get_devices()) in find()
165 for (std::string dev : hackrf_source_c::get_devices()) in find()
173 for (std::string dev : airspy_source_c::get_devices()) in find()
177 for (std::string dev : airspyhf_source_c::get_devices()) in find()
181 for (std::string dev : freesrp_source_c::get_devices()) in find()
185 for (std::string dev : soapy_source_c::get_devices()) in find()
[all …]
H A Dsource_impl.cc197 for (std::string dev : fcd_source_c::get_devices()) in source_impl()
201 for (std::string dev : rtl_source_c::get_devices()) in source_impl()
205 for (std::string dev : uhd_source_c::get_devices()) in source_impl()
209 for (std::string dev : sdrplay_source_c::get_devices()) in source_impl()
213 for (std::string dev : bladerf_source_c::get_devices()) in source_impl()
217 for (std::string dev : rfspace_source_c::get_devices()) in source_impl()
221 for (std::string dev : hackrf_source_c::get_devices()) in source_impl()
225 for (std::string dev : airspy_source_c::get_devices()) in source_impl()
229 for (std::string dev : airspyhf_source_c::get_devices()) in source_impl()
233 for (std::string dev : soapy_source_c::get_devices()) in source_impl()
[all …]
H A Dsink_impl.cc133 for (std::string dev : uhd_sink_c::get_devices()) in sink_impl()
137 for (std::string dev : bladerf_sink_c::get_devices()) in sink_impl()
141 for (std::string dev : hackrf_sink_c::get_devices()) in sink_impl()
145 for (std::string dev : soapy_sink_c::get_devices()) in sink_impl()
149 for (std::string dev : redpitaya_sink_c::get_devices()) in sink_impl()
153 for (std::string dev : freesrp_sink_c::get_devices()) in sink_impl()
157 BOOST_FOREACH( std::string dev, xtrx_sink_c::get_devices() ) in sink_impl()
160 for (std::string dev : file_sink_c::get_devices()) in sink_impl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/tools/
H A Ddevice_monitor_test.py96 def test_getStats(self, get_devices, get_battery): argument
97 get_devices.return_value = [self.device]
105 def test_getStatsNoBattery(self, get_devices, get_battery): argument
106 get_devices.return_value = [self.device]
124 def test_getStatsNoPs(self, get_devices, get_battery): argument
125 get_devices.return_value = [self.device]
140 def test_getStatsNoSensors(self, get_devices, get_battery): argument
141 get_devices.return_value = [self.device]
155 get_devices.return_value = [self.device]
172 def test_brokenTempValue(self, get_devices, get_battery): argument
[all …]
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/input/
H A D__init__.py110 def get_devices(display=None): function
159 from .x11_xinput import get_devices as xinput_get_devices
161 from .evdev import get_devices as evdev_get_devices
163 def get_devices(display=None): function
167 from .directinput import get_devices, get_joysticks
173 from .darwin_hid import get_devices, get_joysticks, get_apple_remote
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/input/
H A D__init__.py110 def get_devices(display=None): function
159 from .x11_xinput import get_devices as xinput_get_devices
161 from .evdev import get_devices as evdev_get_devices
163 def get_devices(display=None): function
167 from .directinput import get_devices, get_joysticks
173 from .darwin_hid import get_devices, get_joysticks, get_apple_remote
/dports/graphics/py-pyinsane2/pyinsane2-2.0.13/tests/
H A Dtests_saneapi.py8 def get_devices(): function
39 devices = get_devices()
49 devices = get_devices()
69 devices = get_devices()
107 devices = get_devices()
150 devices = get_devices()
H A Dtests_wiaapi.py28 devices = rawapi.get_devices()
43 devices = rawapi.get_devices()
67 devices = rawapi.get_devices()
92 devices = rawapi.get_devices()
124 devices = rawapi.get_devices()
190 devices = rawapi.get_devices()
H A Dtests_abstract.py7 def get_devices(): function
9 devices = pyinsane2.get_devices()
14 devices = pyinsane2.get_devices()
25 devices = get_devices()
37 self.devices = get_devices()
98 devices = get_devices()
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Dtest_PhysicalDevice.py43 devices = phys.get_devices ()
56 devices = phys.get_devices ()
73 devices = phys.get_devices ()
/dports/devel/py-pyudev/pyudev-0.22.0/tests/
H A Dtest_discover.py128 res = DeviceNumberHypothesis.get_devices(self._CONTEXT, number)
138 res = DevicePathHypothesis.get_devices(self._CONTEXT, path)
151 res = DeviceNameHypothesis.get_devices(self._CONTEXT, name)
173 for d in self._DISCOVER.get_devices(self._CONTEXT, v))
/dports/multimedia/py-mido/mido-1.2.10/examples/backends/
H A Dprinter.py8 def get_devices(): function
16 device = get_devices()[0]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dtouch_pool.cpp44 std::vector<Touch*> const& touch_pool::get_devices() const in get_devices() function in Wrapland::Server::touch_pool
125 focus.surface, seat->pointers().get_devices(), [this, pos, serial](Pointer* p) { in touch_down()
155 forEachInterface(focus.surface, seat->pointers().get_devices(), [serial](Pointer* p) { in touch_up()
178 forEachInterface(focus.surface, seat->pointers().get_devices(), [pos](Pointer* p) { in touch_move()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tee/optee/
H A Ddevice.c22 static int get_devices(struct tee_context *ctx, u32 session, in get_devices() function
112 rc = get_devices(ctx, sess_arg.session, NULL, &shm_size, func); in __optee_enumerate_devices()
124 rc = get_devices(ctx, sess_arg.session, device_shm, &shm_size, func); in __optee_enumerate_devices()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tee/optee/
H A Ddevice.c22 static int get_devices(struct tee_context *ctx, u32 session, in get_devices() function
112 rc = get_devices(ctx, sess_arg.session, NULL, &shm_size, func); in __optee_enumerate_devices()
124 rc = get_devices(ctx, sess_arg.session, device_shm, &shm_size, func); in __optee_enumerate_devices()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tee/optee/
H A Ddevice.c22 static int get_devices(struct tee_context *ctx, u32 session, in get_devices() function
112 rc = get_devices(ctx, sess_arg.session, NULL, &shm_size, func); in __optee_enumerate_devices()
124 rc = get_devices(ctx, sess_arg.session, device_shm, &shm_size, func); in __optee_enumerate_devices()
/dports/audio/exaile/exaile-4.1.1/xl/player/gst/
H A Dsink.py111 for device in dm.get_devices():
137 def get_devices(): function
178 for _unused, device_id, create in get_devices():
/dports/net/nethogs/nethogs-0.8.5/src/
H A Ddevices.cpp63 device *get_devices(int devc, char **devicenames, bool all) { in get_devices() function
90 device *get_default_devices() { return get_devices(0, NULL, false); } in get_default_devices()
/dports/audio/exaile/exaile-4.1.1/plugins/previewdevice/
H A Dpreviewprefs.py65 from xl.player.gst.sink import get_devices
70 for _unused, device_id, _unused in reversed(list(get_devices())):
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/router/
H A Dsnmp__juniper92 def get_devices(self):
132 devs = self.get_devices()
144 devices = self.get_devices()
/dports/graphics/py-pyinsane2/pyinsane2-2.0.13/pyinsane2/sane/
H A Ddaemon.py17 def get_devices(local_only): function
20 devices = pyinsane.get_devices(local_only)
94 "get_devices": get_devices,
/dports/devel/py-pyopencl/pyopencl-2018.2/examples/
H A Dmedian-filter.py10 CPU = plat[0].get_devices()
12 GPU = plat[1].get_devices()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/hw_drivers/
H A Dinterface.py31 self.update_iot_devices(self.get_devices())
69 def get_devices(self): member in Interface
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Ddirectsound.py39 def get_devices(): function
62 for guid,name in get_devices():
/dports/net-mgmt/librenms/librenms-21.5.1/scripts/
H A Dmanage_bills.php55 function get_devices($host_glob, $nameType) function
191 $devices = get_devices($host_glob, $nameType);

12345678910>>...20