Home
last modified time | relevance | path

Searched +full:dbus +full:- +full:x11 (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/pulseaudio/src/modules/
Dmeson.build5 [ 'module-allow-passthrough', 'module-allow-passthrough.c' ],
6 [ 'module-always-sink', 'module-always-sink.c' ],
7 [ 'module-always-source', 'module-always-source.c' ],
8 [ 'module-augment-properties', 'module-augment-properties.c' ],
9 # [ 'module-bonjour-publish', 'macosx/module-bonjour-publish.c' ],
10 [ 'module-card-restore', 'module-card-restore.c' ],
11 [ 'module-cli', 'module-cli.c', [], [], [], libcli ],
12 …[ 'module-cli-protocol-tcp', 'module-protocol-stub.c', [], ['-DUSE_PROTOCOL_CLI', '-DUSE_TCP_SOCKE…
13 …[ 'module-cli-protocol-unix', 'module-protocol-stub.c', [], ['-DUSE_PROTOCOL_CLI', '-DUSE_UNIX_SOC…
14 [ 'module-combine', 'module-combine.c' ],
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/util/
Dsdl_dependency_checkers.lua1 -- Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
2 --
3 -- This software is provided 'as-is', without any express or implied
4 -- warranty. In no event will the authors be held liable for any damages
5 -- arising from the use of this software.
6 --
7 -- Permission is granted to anyone to use this software for any purpose,
8 -- including commercial applications, and to alter it and redistribute it
9 -- freely.
10 --
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_fcitx.c3 Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
5 This software is provided 'as-is', without any express or implied
35 # include "../../video/x11/SDL_x11video.h"
52 SDL_DBusContext *dbus; member
84 buffer[p - display] = '\0'; in GetDisplayNumber()
106 linksize = readlink(procfile, linkfile, sizeof(linkfile) - 1); in GetAppName()
136 /* 2-byte, 0x80-0x7ff */ in _fcitx_utf8_get_char()
142 /* 3-byte, 0x800-0xffff */ in _fcitx_utf8_get_char()
148 /* 4-byte, 0x10000-0x1FFFFF */ in _fcitx_utf8_get_char()
154 /* 5-byte, 0x200000-0x3FFFFFF */ in _fcitx_utf8_get_char()
[all …]
DSDL_ibus.c3 Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
5 This software is provided 'as-is', without any express or implied
32 #include "../../video/x11/SDL_x11video.h"
48 int inotify_fd = -1, inotify_wd = -1;
70 IBus_GetVariantText(DBusConnection *conn, DBusMessageIter *iter, SDL_DBusContext *dbus) in IBus_GetVariantText() argument
72 /* The text we need is nested weirdly, use dbus-monitor to see the structure better */ in IBus_GetVariantText()
77 if (dbus->message_iter_get_arg_type(iter) != DBUS_TYPE_VARIANT) { in IBus_GetVariantText()
81 dbus->message_iter_recurse(iter, &sub1); in IBus_GetVariantText()
83 if (dbus->message_iter_get_arg_type(&sub1) != DBUS_TYPE_STRUCT) { in IBus_GetVariantText()
87 dbus->message_iter_recurse(&sub1, &sub2); in IBus_GetVariantText()
[all …]
/third_party/glib/gio/tests/
Dgdbus-address-get-session.c21 /* This test does NOT depend on any dbus binaries preinstalled on test host.
23 * or mock dbus-launch binary (test_x11_autolaunch).
25 * internal session dbus-server on win32.
67 /* alters tmpdir in-place */ in set_up_mock_xdg_runtime_dir()
116 /* libdbus won't even try X11 autolaunch if DISPLAY is unset; GDBus in set_up_mock_dbus_launch()
119 g_setenv ("DISPLAY", "an unrealistic mock X11 display", TRUE); in set_up_mock_dbus_launch()
147 g_test_trap_assert_stdout ("hello:this=address-is-from-the,mock=dbus-launch\n"); in test_x11_autolaunch()
206 g_test_trap_assert_stdout ("nonce-tcp:host=localhost,port=*,noncefile=*\\gdbus-nonce-file-*\n"); in test_win32_autolaunch()
218 g_test_add_func ("/gdbus/x11-autolaunch", test_x11_autolaunch); in main()
219 g_test_add_func ("/gdbus/xdg-runtime", test_xdg_runtime); in main()
[all …]
/third_party/glib/gio/
Dgdbusaddress.c1 /* GDBus - GLib D-Bus Library
3 * Copyright (C) 2008-2010 Red Hat, Inc.
33 #include "glib-private.h"
39 #include "glib-private.h"
58 * @title: D-Bus Addresses
59 * @short_description: D-Bus connection endpoints
62 * Routines for working with D-Bus addresses. A D-Bus address is a string
63 * like `unix:tmpdir=/tmp/my-app-name`. The exact format of addresses
65 * [D-Bus specification](http://dbus.freedesktop.org/doc/dbus-specification.html#addresses).
67 * TCP D-Bus connections are supported, but accessing them via a proxy is
[all …]
Dgdbusconnection.c1 /* GDBus - GLib D-Bus Library
3 * Copyright (C) 2008-2010 Red Hat, Inc.
24 * - would be nice to expose GDBusAuthMechanism and an extension point
26 * - Need to rewrite GDBusAuth and rework GDBusAuthMechanism. In particular
29 * - Need to document other mechanisms/sources for determining the D-Bus
30 * address of a well-known bus.
32 * - e.g. on Win32 we need code like from here
34 * http://cgit.freedesktop.org/~david/gdbus-standalone/tree/gdbus/gdbusaddress.c#n900
36 * that was never copied over here because it originally was copy-paste
39 * - on OS X we need to look in launchd for the address
[all …]
/third_party/pulseaudio/src/
DMakefile.am3 # Copyright 2004-2006 Lennart Poettering
31 alsaprofilesetsdir=$(alsadatadir)/profile-sets
35 dbuspolicydir=$(sysconfdir)/dbus-1/system.d
46 -I$(top_srcdir)/src \
47 -I$(top_srcdir)/src/modules \
48 -I$(top_builddir)/src/modules \
49 -DPA_ALSA_PATHS_DIR=\"$(alsapathsdir)\" \
50 -DPA_ALSA_PROFILE_SETS_DIR=\"$(alsaprofilesetsdir)\" \
51 -DPA_SRCDIR=\"$(abs_srcdir)\" \
52 -DPA_BUILDDIR=\"$(abs_builddir)\" \
[all …]
Dmeson.build2 'pulse/client-conf.c',
4 'pulse/fork-detect.c',
7 'pulse/mainloop-api.c',
18 'pulsecore/conf-parser.c',
19 'pulsecore/core-error.c',
20 'pulsecore/core-format.c',
21 'pulsecore/core-rtclock.c',
22 'pulsecore/core-util.c',
30 'pulsecore/arpa-inet.c',
34 'pulsecore/lock-autospawn.c',
[all …]
/third_party/weston/libweston/
Dmeson.build16 'content-protection.c',
17 'data-device.c',
19 'linux-dmabuf.c',
20 'linux-explicit-synchronization.c',
21 'linux-sync-file.c',
23 'noop-renderer.c',
24 'pixel-formats.c',
25 'pixman-renderer.c',
26 'plugin-registry.c',
29 'touch-calibration.c',
[all …]
/third_party/pulseaudio/src/daemon/
Dmeson.build5 'daemon-conf.c',
7 'ltdl-bind-now.c',
15 'daemon-conf.h',
17 'ltdl-bind-now.h',
21 pulseaudio_sources += 'server-lookup.c'
22 pulseaudio_headers += 'server-lookup.h'
32 link_args : ['-ffast-math'],
43 input : 'start-pulseaudio-x11.in',
44 output : 'start-pulseaudio-x11',
59 desktop_utils = find_program('desktop-file-validate', required: false)
[all …]
Dmain.c4 Copyright 2004-2006 Lennart Poettering
56 #include <dbus/dbus.h>
60 #include <systemd/sd-daemon.h>
63 #include <pulse/client-conf.h>
65 #include <pulse/mainloop-signal.h>
70 #include <pulsecore/lock-autospawn.h>
72 #include <pulsecore/core-error.h>
73 #include <pulsecore/core-rtclock.h>
74 #include <pulsecore/core-scache.h>
77 #include <pulsecore/cli-command.h>
[all …]
/third_party/pulseaudio/po/
DPOTFILES.in4 src/daemon/daemon-conf.c
6 src/daemon/ltdl-bind-now.c
10 src/modules/alsa/alsa-mixer.c
11 src/modules/alsa/alsa-sink.c
12 src/modules/alsa/alsa-source.c
13 src/modules/alsa/alsa-util.c
14 src/modules/alsa/module-alsa-card.c
15 src/modules/alsa/module-alsa-sink.c
16 src/modules/alsa/module-alsa-source.c
17 src/modules/bluetooth/module-bluez5-device.c
[all …]
/third_party/flutter/skia/third_party/externals/sdl/
Dconfigure.in4 AC_CONFIG_AUX_DIR(build-scripts)
10 dnl Set various version strings - taken gratefully from the GTk sources
36 LT_INIT([win32-dll])
39 LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE`
41 LT_AGE=`expr $SDL_BINARY_AGE - $SDL_INTERFACE_AGE`
62 *-*-mingw32*)
71 INCLUDE="-I$srcdir/include"
73 INCLUDE="-Iinclude $INCLUDE"
74 elif test -d .hg; then
83 *-*-cygwin*)
[all …]
/third_party/pulseaudio/ohosbuild/
Dohos_paconfig.sh3 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
8 # http://www.apache.org/licenses/LICENSE-2.0
15 set -e
22 …rm -rf ABOUT-NLS Makefile Makefile.in PulseAudioConfig.cmake PulseAudioConfigVersion.cmake aclocal…
23 …rm -rf autom4te.cache/ build-aux/ config.h config.h.in config.h.in~ config.log config.status confi…
24 rm -rf libpulse-mainloop-glib.pc libpulse-simple.pc libpulse.pc libtool stamp-h1
29 sed -i 's/\.\/git-version-gen .tarball-version//g' configure.ac
30 sed -i 's/\[m4_esyscmd()\],//g' configure.ac
31 sed -i 's/src doxygen man po/src doxygen man #po/g' Makefile.am
34 --without-caps
[all …]
/third_party/pulseaudio/
Dmeson_options.txt13 description : 'User for running the PulseAudio daemon as a system-wide instance (pulse)')
16 description : 'Group for running the PulseAudio daemon as a system-wide instance (pulse)')
18 type : 'string', value : 'pulse-access',
19 … description : 'Group which is allowed access to a system-wide PulseAudio daemon (pulse-access)')
24 option('legacy-database-entry-format',
27 option('stream-restore-clear-old-devices',
29-stream routing settings that have been set before version 14.0. Recommended when using GNOME. See…
30 option('running-from-build-tree',
33 option('atomic-arm-linux-helpers',
36 option('atomic-arm-memory-barrier',
[all …]
D.gitlab-ci.yml4 # effectively a no-op. All of this infrastructure is inherited from the
5 # wayland/ci-templates repository which is the recommended way to set up CI
14 - container
15 - build
22 FDO_DISTRIBUTION_TAG: '2020-03-07-01'
32 - project: 'wayland/ci-templates'
36 build-container:
37 extends: .fdo.container-ifnot-exists@ubuntu
45 FDO_DISTRIBUTION_PACKAGES: >-
49 bash-completion
[all …]
Dmeson.build2 …version : run_command(find_program('git-version-gen'), join_paths(meson.current_source_dir(), '.ta…
10 # (e.g.: v11.99.1-3-gad14bdb24 -> v11.99.1)
11 version_split = pa_version_str.split('-')[0].split('.')
28 # A simplified, synchronous, ABI-stable interface for client
32 # The ABI-stable GLib adapter for client applications, for the version
37 libpulse_version_info[0] - libpulse_version_info[2],
43 libpulse_simple_version_info[0] - libpulse_simple_version_info[2],
49 libpulse_mainloop_glib_version_info[0] - libpulse_mainloop_glib_version_info[2],
72 alsadatadir = join_paths(datadir, 'pulseaudio', 'alsa-mixer')
81 modlibexecdir = join_paths(libdir, 'pulse-' + pa_version_major_minor, 'modules')
[all …]
Dconfigure.ac1 # -*- Autoconf -*-
6 # Copyright 2004-2008 Lennart Poettering
7 # Copyright 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
24 AC_INIT([pulseaudio],[m4_esyscmd(./git-version-gen .tarball-version)],[pulseaudio-discuss (at) list…
28 AC_CONFIG_AUX_DIR([build-aux])
29 AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability subdir-objects silent-rules color-tests dist-
33 AS_IF([! test -n "$VERSION"], [
34 AC_MSG_ERROR([git-version-gen failed])
37 m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`)
38 m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`)
[all …]
DNEWS18 * Switch to plugged-in headset when mic availability is unknown
20 * Fix a problem with module-ladspa-sink when avoid-resampling=true
29 Kai-Heng Feng
46 * module-rescue-streams is deprecated, functionality moved to the core
47 * New rescue-streams option in daemon.conf
52 * Separate sink_channels and source_channels for module-jackdbus-detect
54 * Support for ALSA mixer controls with non-zero index
57 * Mappings have a new "description-key" option in the ALSA profile configuration
58 * New xauthority argument for X11 modules
59 * module-null-sink's compressed format support can now be configured at run-time
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/projects/
DSDL2.lua1 -- Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
2 --
3 -- This software is provided 'as-is', without any express or implied
4 -- warranty. In no event will the authors be held liable for any damages
5 -- arising from the use of this software.
6 --
7 -- Permission is granted to anyone to use this software for any purpose,
8 -- including commercial applications, and to alter it and redistribute it
9 -- freely.
10 --
[all …]
/third_party/weston/include/
Dconfig.h28 /* Build the X11 compositor */
43 /* Build with dbus support */
220 /* The default backend to load, if not wayland nor x11. */
221 #define WESTON_NATIVE_BACKEND "drm-backend.so"
224 #define WESTON_SHELL_CLIENT "weston-desktop-shell"
/third_party/pulseaudio/src/pulse/
Dclient-conf.c4 Copyright 2004-2006 Lennart Poettering
33 #include <pulsecore/core-error.h>
35 #include <pulsecore/conf-parser.h>
36 #include <pulsecore/core-util.h>
39 #include "client-conf.h"
42 #include <pulse/client-conf-x11.h>
77 c->daemon_binary = pa_xstrdup(PA_BINARY); in pa_client_conf_new()
78 c->extra_arguments = pa_xstrdup("--log-target=syslog"); in pa_client_conf_new()
85 pa_xfree(c->daemon_binary); in pa_client_conf_free()
86 pa_xfree(c->extra_arguments); in pa_client_conf_free()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c3 Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
5 This software is provided 'as-is', without any express or implied
77 linksize = readlink(procfile, linkfile, sizeof(linkfile) - 1); in get_classname()
93 /* X11 driver bootstrap functions */
112 SDL_VideoData *data = (SDL_VideoData *) device->driverdata; in X11_DeleteDevice()
113 if (data->display) { in X11_DeleteDevice()
114 X11_XCloseDisplay(data->display); in X11_DeleteDevice()
116 SDL_free(data->windowlist); in X11_DeleteDevice()
117 SDL_free(device->driverdata); in X11_DeleteDevice()
136 for (i = 0; i < device->num_displays; i++) { in X11_SafetyNetErrHandler()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/
DREADME.txt3 The goal of this project is to provide a lightweight and portable meta-build
10 [1] GENERATING PROJECTS AND COMMAND-LINE OPTIONS
34 [1] GENERATING PROJECTS AND COMMAND-LINE OPTIONS
36 To receive help with various premake actions and command-line options, or to
40 ./premake4 --file=./path/to/premake4.lua help
44 .\premake4 --file=.\path\to\premake4.lua --to=.\resultDirectory [opts] [vs2008/vs2010/vs2012]
46 ./premake4 --file=./path/to/premake4.lua --to=./resultDirectory [opts] [xcode3/xcode4/gmake]
49 --mingw
50 --cygwin
51 --ios
[all …]

1234