Home
last modified time | relevance | path

Searched defs:provider (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/gstreamer/gstreamer/gst/
Dgstdeviceprovider.c162 gst_device_provider_init (GstDeviceProvider * provider) in gst_device_provider_init()
178 GstDeviceProvider *provider = GST_DEVICE_PROVIDER (object); in gst_device_provider_dispose() local
193 GstDeviceProvider *provider = GST_DEVICE_PROVIDER (object); in gst_device_provider_finalize() local
376 gst_device_provider_get_metadata (GstDeviceProvider * provider, in gst_device_provider_get_metadata()
404 gst_device_provider_get_devices (GstDeviceProvider * provider) in gst_device_provider_get_devices()
459 gst_device_provider_start (GstDeviceProvider * provider) in gst_device_provider_start()
524 gst_device_provider_stop (GstDeviceProvider * provider) in gst_device_provider_stop()
563 gst_device_provider_get_factory (GstDeviceProvider * provider) in gst_device_provider_get_factory()
580 gst_device_provider_can_monitor (GstDeviceProvider * provider) in gst_device_provider_can_monitor()
604 gst_device_provider_get_bus (GstDeviceProvider * provider) in gst_device_provider_get_bus()
[all …]
Dgstdevicemonitor.c228 GstDeviceProvider * provider) in is_provider_hidden()
245 update_hidden_providers_list (GList ** hidden, GstDeviceProvider * provider) in update_hidden_providers_list()
270 GstDeviceProvider *provider; in bus_sync_message() local
332 GstDeviceProvider *provider = g_ptr_array_index (self->priv->providers, i); in gst_device_monitor_remove_provider() local
427 GstDeviceProvider *provider = in gst_device_monitor_get_devices() local
436 GstDeviceProvider *provider = in gst_device_monitor_get_devices() local
452 GstDeviceProvider *provider = l->data; in gst_device_monitor_get_devices() local
504 GstDeviceProvider *provider; in gst_device_monitor_start() local
532 GstDeviceProvider *provider; in gst_device_monitor_start() local
592 GstDeviceProvider *provider = started->data; in gst_device_monitor_stop() local
[all …]
/third_party/cef/libcef/common/extensions/
Dextensions_api_provider.cc23 void CefExtensionsAPIProvider::AddAPIFeatures(FeatureProvider* provider) { in AddAPIFeatures()
27 void CefExtensionsAPIProvider::AddManifestFeatures(FeatureProvider* provider) { in AddManifestFeatures()
32 FeatureProvider* provider) { in AddPermissionFeatures()
36 void CefExtensionsAPIProvider::AddBehaviorFeatures(FeatureProvider* provider) { in AddBehaviorFeatures()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2deviceprovider.c82 gst_v4l2_device_provider_init (GstV4l2DeviceProvider * provider) in gst_v4l2_device_provider_init()
93 GstV4l2DeviceProvider *provider = GST_V4L2_DEVICE_PROVIDER (object); in gst_v4l2_device_provider_finalize() local
102 gst_v4l2_device_provider_probe_device (GstV4l2DeviceProvider * provider, in gst_v4l2_device_provider_probe_device()
202 gst_v4l2_device_provider_probe (GstDeviceProvider * provider) in gst_v4l2_device_provider_probe()
233 gst_v4l2_device_provider_device_from_udev (GstV4l2DeviceProvider * provider, in gst_v4l2_device_provider_device_from_udev()
314 GstDeviceProvider *provider = GST_DEVICE_PROVIDER (self); in uevent_cb() local
356 GstV4l2DeviceProvider *provider = data; in provider_thread() local
418 gst_v4l2_device_provider_start (GstDeviceProvider * provider) in gst_v4l2_device_provider_start()
440 gst_v4l2_device_provider_stop (GstDeviceProvider * provider) in gst_v4l2_device_provider_stop()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto3MessageFactory.java209 private <V> Map<Integer, V> populateIntegerMap(MapValueProvider<V> provider) { in populateIntegerMap()
217 private <V> Map<Long, V> populateLongMap(MapValueProvider<V> provider) { in populateLongMap()
225 private <V> Map<String, V> populateStringMap(MapValueProvider<V> provider) { in populateStringMap()
233 private <V> Map<Boolean, V> populateBooleanMap(MapValueProvider<V> provider) { in populateBooleanMap()
DProto3MessageLiteFactory.java211 private <V> Map<Integer, V> populateIntegerMap(MapValueProvider<V> provider) { in populateIntegerMap()
219 private <V> Map<Long, V> populateLongMap(MapValueProvider<V> provider) { in populateLongMap()
227 private <V> Map<String, V> populateStringMap(MapValueProvider<V> provider) { in populateStringMap()
235 private <V> Map<Boolean, V> populateBooleanMap(MapValueProvider<V> provider) { in populateBooleanMap()
DProto2MessageLiteFactory.java224 private <V> Map<Integer, V> populateIntegerMap(MapValueProvider<V> provider) { in populateIntegerMap()
232 private <V> Map<Long, V> populateLongMap(MapValueProvider<V> provider) { in populateLongMap()
240 private <V> Map<String, V> populateStringMap(MapValueProvider<V> provider) { in populateStringMap()
248 private <V> Map<Boolean, V> populateBooleanMap(MapValueProvider<V> provider) { in populateBooleanMap()
DProto2MessageFactory.java221 private <V> Map<Integer, V> populateIntegerMap(MapValueProvider<V> provider) { in populateIntegerMap()
229 private <V> Map<Long, V> populateLongMap(MapValueProvider<V> provider) { in populateLongMap()
237 private <V> Map<String, V> populateStringMap(MapValueProvider<V> provider) { in populateStringMap()
245 private <V> Map<Boolean, V> populateBooleanMap(MapValueProvider<V> provider) { in populateBooleanMap()
/third_party/openssl/crypto/
Dcore_fetch.c59 static int ossl_method_construct_precondition(OSSL_PROVIDER *provider, in ossl_method_construct_precondition()
86 static int ossl_method_construct_postcondition(OSSL_PROVIDER *provider, in ossl_method_construct_postcondition()
102 static void ossl_method_construct_this(OSSL_PROVIDER *provider, in ossl_method_construct_this()
135 OSSL_PROVIDER *provider = provider_rw != NULL ? *provider_rw : NULL; in ossl_method_construct() local
Dcore_algorithm.c42 static int algorithm_do_map(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *map, in algorithm_do_map()
102 static int algorithm_do_this(OSSL_PROVIDER *provider, void *cbdata) in algorithm_do_this()
138 OSSL_PROVIDER *provider, in ossl_algorithm_do_all()
142 void (*fn)(OSSL_PROVIDER *provider, in ossl_algorithm_do_all()
/third_party/gn/src/gn/
Dscope_per_file_provider_unittest.cc23 ScopePerFileProvider provider(&scope, true); in TEST() local
47 ScopePerFileProvider provider(&scope, true); in TEST() local
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java1162 CharsetProviderICU provider = new CharsetProviderICU(); in TestAPISemantics() local
1608 CharsetProviderICU provider = new CharsetProviderICU(); in TestCanConvert() local
2410 CharsetProviderICU provider = new CharsetProviderICU(); in TestJB4897() local
2419 CharsetProviderICU provider= new CharsetProviderICU(); in TestJB5027() local
2435 CharsetProviderICU provider= new CharsetProviderICU(); in TestAllNames() local
2469 CharsetProviderICU provider = new CharsetProviderICU(); in TestDecoderImplFlush() local
2478 CharsetProviderICU provider = new CharsetProviderICU(); in TestEncoderImplFlush() local
2522 CharsetProviderICU provider = new CharsetProviderICU(); in TestDecodeMalformed() local
2544 CharsetProviderICU provider = new CharsetProviderICU(); in TestJavaUTF16Decoder() local
2685 CharsetProvider provider = new CharsetProviderICU(); in TestCharsetContains() local
[all …]
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfdevice.c269 gst_mf_device_provider_probe (GstDeviceProvider * provider) in gst_mf_device_provider_probe()
333 gst_mf_device_provider_start_win32 (GstDeviceProvider * provider) in gst_mf_device_provider_start_win32()
362 gst_mf_device_provider_start_winrt (GstDeviceProvider * provider) in gst_mf_device_provider_start_winrt()
400 gst_mf_device_provider_start (GstDeviceProvider * provider) in gst_mf_device_provider_start()
422 gst_mf_device_provider_stop (GstDeviceProvider * provider) in gst_mf_device_provider_stop()
481 GstDeviceProvider *provider = GST_DEVICE_PROVIDER_CAST (self); in gst_mf_device_provider_update_devices() local
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264deviceprovider.c187 gst_uvc_h264_device_provider_probe (GstDeviceProvider * provider) in gst_uvc_h264_device_provider_probe()
215 GstDeviceProvider *provider = (GstDeviceProvider *) self; in _bus_message_cb() local
262 gst_uvc_h264_device_provider_start (GstDeviceProvider * provider) in gst_uvc_h264_device_provider_start()
284 gst_uvc_h264_device_provider_stop (GstDeviceProvider * provider) in gst_uvc_h264_device_provider_stop()
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
Dgstrpicamsrcdeviceprovider.c56 gst_rpi_cam_src_device_provider_init (GstRpiCamSrcDeviceProvider * provider) in gst_rpi_cam_src_device_provider_init()
62 gst_rpi_cam_src_device_provider_probe (GstDeviceProvider * provider) in gst_rpi_cam_src_device_provider_probe()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapidevice.c74 gst_wasapi_device_provider_start (GstDeviceProvider * provider) in gst_wasapi_device_provider_start()
112 gst_wasapi_device_provider_stop (GstDeviceProvider * provider) in gst_wasapi_device_provider_stop()
133 gst_wasapi_device_provider_probe (GstDeviceProvider * provider) in gst_wasapi_device_provider_probe()
185 GstDeviceProvider *provider = GST_DEVICE_PROVIDER_CAST (self); in gst_wasapi_device_provider_update_devices() local
/third_party/skia/tests/
DProxyConversionTest.cpp23 static sk_sp<GrSurfaceProxy> make_wrapped_rt(GrProxyProvider* provider, in make_wrapped_rt()
40 static sk_sp<GrSurfaceProxy> make_offscreen_rt(GrProxyProvider* provider, in make_offscreen_rt()
48 static sk_sp<GrSurfaceProxy> make_texture(GrProxyProvider* provider, in make_texture()
DProxyTest.cpp45 GrResourceProvider* provider, in check_rendertarget()
79 GrResourceProvider* provider, in check_texture()
326 GrProxyProvider* provider = direct->priv().proxyProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/flutter/skia/tests/
DProxyConversionTest.cpp22 static sk_sp<GrSurfaceProxy> make_wrapped_rt(GrProxyProvider* provider, in make_wrapped_rt()
41 static sk_sp<GrSurfaceProxy> make_offscreen_rt(GrProxyProvider* provider, in make_offscreen_rt()
50 static sk_sp<GrSurfaceProxy> make_texture(GrProxyProvider* provider, in make_texture()
/third_party/rust/crates/tracing/tracing-opentelemetry/src/
Dtracer.rs73 let provider = self.provider().unwrap(); in sampled_context() localVariable
169 let provider = TracerProvider::default(); in assigns_default_trace_id_if_missing() localVariable
208 let provider = TracerProvider::builder() in sampled_context() localVariable
/third_party/node/test/node-api/test_async/
Dtest-async-hooks.js12 init(id, provider, triggerAsyncId, resource) { argument
15 events.push({ type: 'init', id, provider, triggerAsyncId, resource }); property
51 provider: 'TestResource', property
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Ddshowdeviceprovider.cpp91 gst_dshow_device_provider_probe (GstDeviceProvider * provider) in gst_dshow_device_provider_probe()
122 gst_dshow_device_provider_start (GstDeviceProvider * provider) in gst_dshow_device_provider_start()
139 gst_dshow_device_provider_stop (GstDeviceProvider * provider) in gst_dshow_device_provider_stop()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.c49 struct pb_manager *provider; in vmw_svga_winsys_surface_init() local
155 struct pb_manager *provider; in vmw_svga_winsys_surface_map() local
/third_party/typescript/tests/baselines/reference/
DenumDeclarationEmitInitializerHasImport.js26 var provider = require("./provider"); variable
/third_party/node/src/
Dconnect_wrap.cc13 AsyncWrap::ProviderType provider) : ReqWrap(env, req_wrap_obj, provider) { in ConnectWrap()

123456