Lines Matching full:system
5 * Handles various system-level settings.
7 * Volume: The system volume is represented as a value from 0 to 100. This
30 /* Initialize system settings.
41 /* Sets the system volume. Will be applied by the active device. */
43 /* Gets the current system volume. */
46 /* Sets the system capture volume. Will be applied by the active device. */
48 /* Gets the current system capture volume. */
51 /* Sets if the system is muted by the user. */
53 /* Sets if the system is muted for . */
55 /* Sets if the system muting is locked or not. */
57 /* Gets the current mute state of the system. */
61 /* Gets the current system mute state. */
63 /* Gets if the system muting is locked or not. */
75 /* Sets if the system capture path is muted or not. */
77 /* Sets if the system capture path muting is locked or not. */
79 /* Gets the current mute state of the system capture path. */
81 /* Gets if the system capture path muting is locked or not. */
110 /* Adds a card at the given index to the system. When a new card is found
111 * (through a udev event notification) this will add the card to the system,
131 /* Checks if an alsa card has been added to the system.
178 /* Signals that an audio input or output stream has been added to the system.
187 * system. This allows the count of active streams can be used to notice when
204 /* Fills ts with the time the last stream was removed from the system, the time
241 /* Returns a pointer to the current system state that is shared with clients.
247 /* Unlocks the system state structure that was updated after calling
252 /* Gets a pointer to the system state without locking it. Only used for debug