Home
last modified time | relevance | path

Searched refs:discoverer (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dprotocol_discovery_test.dart17 ProtocolDiscovery discoverer;
38 discoverer = ProtocolDiscovery.observatory(logReader);
42 discoverer.cancel();
48 expect(discoverer.uri, isNotNull);
55 final Uri uri = await discoverer.uri;
62 final Future<Uri> uriFuture = discoverer.uri;
72 final Uri uri = await discoverer.uri;
82 expect(discoverer.uri, throwsA(isFormatException));
87 final Future<Uri> uriFuture = discoverer.uri;
100 final Uri uri = await discoverer.uri;
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c2437 gst_discoverer_start (GstDiscoverer * discoverer) in gst_discoverer_start() argument
2442 g_return_if_fail (GST_IS_DISCOVERER (discoverer)); in gst_discoverer_start()
2444 GST_DEBUG_OBJECT (discoverer, "Starting..."); in gst_discoverer_start()
2446 if (discoverer->priv->async) { in gst_discoverer_start()
2447 GST_DEBUG_OBJECT (discoverer, "We were already started"); in gst_discoverer_start()
2451 discoverer->priv->async = TRUE; in gst_discoverer_start()
2452 discoverer->priv->running = TRUE; in gst_discoverer_start()
2460 source = gst_bus_create_watch (discoverer->priv->bus); in gst_discoverer_start()
2464 discoverer->priv->bus_source = source; in gst_discoverer_start()
2465 discoverer->priv->ctx = g_main_context_ref (ctx); in gst_discoverer_start()
[all …]
Dgstdiscoverer.h382 void (*finished) (GstDiscoverer *discoverer);
383 void (*starting) (GstDiscoverer *discoverer);
384 void (*discovered) (GstDiscoverer *discoverer,
387 void (*source_setup) (GstDiscoverer *discoverer,
402 void gst_discoverer_start (GstDiscoverer *discoverer);
405 void gst_discoverer_stop (GstDiscoverer *discoverer);
408 gboolean gst_discoverer_discover_uri_async (GstDiscoverer *discoverer,
415 gst_discoverer_discover_uri (GstDiscoverer * discoverer,
/third_party/gstreamer/gstplugins_base/tools/
Dmeson.build37 executable('gst-discoverer-@0@'.format(api_version),
38 'gst-discoverer.c',
40 c_args : gst_plugins_base_args + ['-DG_LOG_DOMAIN="gst-discoverer-@0@"'.format(api_version)],
44 install_man('gst-discoverer-@0@.1'.format(api_version))
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DDiscoverDependentFunctions.cpp130 Discoverer discoverer(vars, funcToDef); in DiscoverDependentFunctions() local
131 root.traverse(&discoverer); in DiscoverDependentFunctions()
132 return std::move(discoverer.mDepFunctions); in DiscoverDependentFunctions()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Demulator.dart52 … return _emulatorDiscoverers.where((EmulatorDiscovery discoverer) => discoverer.supportsPlatform);
58 …await Future.forEach<EmulatorDiscovery>(_platformDiscoverers, (EmulatorDiscovery discoverer) async…
59 emulators.addAll(await discoverer.emulators);
199 return _platformDiscoverers.any((EmulatorDiscovery discoverer) => discoverer.canListAnything);
Ddevice.dart130 return deviceDiscoverers.where((DeviceDiscovery discoverer) => discoverer.supportsPlatform);
135 for (DeviceDiscovery discoverer in _platformDiscoverers) {
136 for (Device device in await discoverer.devices) {
144 return _platformDiscoverers.any((DeviceDiscovery discoverer) => discoverer.canListAnything);
150 for (DeviceDiscovery discoverer in _platformDiscoverers)
151 ...await discoverer.getDiagnostics(),
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Ddaemon.dart655 void addDeviceDiscoverer(DeviceDiscovery discoverer) {
656 if (!discoverer.supportsPlatform)
659 _discoverers.add(discoverer);
660 if (discoverer is PollingDeviceDiscovery) {
661 discoverer.onAdded.listen(_onDeviceEvent('device.added'));
662 discoverer.onRemoved.listen(_onDeviceEvent('device.removed'));
688 for (PollingDeviceDiscovery discoverer in _discoverers) {
689 for (Device device in await discoverer.devices) {
699 for (PollingDeviceDiscovery discoverer in _discoverers)
700 discoverer.startPolling();
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/tester/
Dflutter_tester_test.dart51 final FlutterTesterDevices discoverer = FlutterTesterDevices();
53 final List<Device> devices = await discoverer.devices;
59 final FlutterTesterDevices discoverer = FlutterTesterDevices();
61 final List<Device> devices = await discoverer.devices;
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Ddaemon_test.dart206 final MockPollingDeviceDiscovery discoverer = MockPollingDeviceDiscovery();
207 daemon.deviceDomain.addDeviceDiscoverer(discoverer);
208 discoverer.addDevice(MockAndroidDevice());
228 final MockPollingDeviceDiscovery discoverer = MockPollingDeviceDiscovery();
229 daemon.deviceDomain.addDeviceDiscoverer(discoverer);
230 discoverer.addDevice(MockAndroidDevice());
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Ddiscoverer.c256 discovered_cb (GstDiscoverer * discoverer, in discovered_cb() argument
400 GST_CHECK_MAIN (discoverer);
/third_party/gstreamer/gstplugins_base/tests/check/
Dmeson.build12 [ 'libs/discoverer.c' ],
124 …_TEST_FILE="' + meson.current_source_dir() + '/../files/partialframe.mjpeg"', # for libs/discoverer
/third_party/gstreamer/gstplugins_base/
DChangeLog526 discoverer: chain up to parent finalize methods in all our types
535 #6 0x5e58bf in LLVMFuzzerTestOneInput /src/gstreamer/ci/fuzzing/gst-discoverer.c:132:5
1416 * tools/gst-discoverer.c:
1417 discoverer: Set number to stream infos
1419 within the context of that discoverer info. That number should always
1426 discoverer: Don't ref NULL taglist
1535 * tools/gst-discoverer.c:
1536 discoverer: Advertise container-specific tags with a new API
1543 `gst_discoverer_container_info_get_tags()`. The discoverer tool was adapted to
2096 discoverer: Prevent stream tags from leaking in global tags
[all …]
DNEWS2140 - discoverer: chain up to parent finalize methods in all our types to
/third_party/gstreamer/gstplugins_bad/
DNEWS2140 - discoverer: chain up to parent finalize methods in all our types to
/third_party/gstreamer/gstplugins_good/
DNEWS2140 - discoverer: chain up to parent finalize methods in all our types to
DChangeLog15226 tests: jpegdec: bump discoverer timeout for valgrind
92097 avisubtitle: set caps on srcpad to fix issue with discoverer
92098 Set caps from the start so discoverer doesn't blow up on
/third_party/gstreamer/gstreamer/
DNEWS2140 - discoverer: chain up to parent finalize methods in all our types to
DChangeLog28990 Fixes the occasional criticals in the discoverer unit test.
/third_party/gstreamer/gst_libav/
DNEWS2140 - discoverer: chain up to parent finalize methods in all our types to