Lines Matching +full:input +full:- +full:negative
7 * Copyright (c) 2020-2024 Nordic Semiconductor ASA
9 * SPDX-License-Identifier: Apache-2.0
52 * Defines the maximum number of Audio Input Control service instances for the
89 /** Initial step size (1-255) */
92 /** Initial mute state (0-1) */
95 /** Initial volume level (0-255) */
101 /** Register parameters for Audio Input Control Services */
121 /** Number of Audio Input Control Service instances */
123 /** Array of pointers to Audio Input Control Service instances */
133 * Audio Input Control Service (AICS) instances.
169 * or errno on negative value.
185 * or errno on negative value.
199 * @param volume_step The volume step size (1-255).
285 * value or errno on negative value.
298 * A non-zero value indicates the volume has been changed on the
303 * value or errno on negative value.
316 * value or errno on negative value.
319 * @param aics_count Number of Audio Input Control Service instances
332 * value or errno on negative value.
343 * value or errno on negative value.
354 * value or errno on negative value.
365 * value or errno on negative value.
376 * value or errno on negative value.
387 * value or errno on negative value.
398 * value or errno on negative value.
405 /** Audio Input Control Service callbacks */
418 * @retval -EINVAL if @p cb is NULL
419 * @retval -EALREADY if @p cb was already registered
429 * @retval -EINVAL if @p cb is NULL
430 * @retval -EALREADY if @p cb was not registered
487 * Audio Input Control Service (AICS) instances.