Lines Matching refs:parameters
45 * Queries a set of parameters from the object.
48 * parameters and skip unsupported ones (which may include parameters that
81 * - `OK` - All parameters could be queried.
82 * - `BAD_INDEX` - All supported parameters could be queried, but some
83 * parameters were not supported.
85 * - `BLOCKING` - Querying some parameters requires blocking, but
102 * Sets a set of parameters for the object.
105 * configurations at best effort and skip unsupported parameters. Any errors
118 * The final values for all parameters set are propagated back to the caller
134 * parameters, e.g., some parameter update may enable some subsequent
140 * - `OK` - All parameters could be updated successfully.
141 * - `BAD_INDEX` - All supported parameters could be updated successfully,
142 * but some parameters were not supported.
143 * - `NO_MEMORY` - Some supported parameters could not be updated
146 * - `BLOCKING` - Setting some parameters requires blocking, but
151 * @return outParams Flattened representation of configured parameters. The
152 * order of parameters in @p outParams is based on the order of
170 * Returns a list of supported parameters within a selected range of C2Param
178 * @return params List of supported parameters in the selected range. This
218 * - `BLOCKING` - Querying some parameters requires blocking, but