Lines Matching refs:be
22 * This interface must be supported in all states of the owning object, and must
27 * Returns the id of the object. This must be unique among all objects of
49 * could not be allocated). Any errors are communicated in the return value.
52 * queries that require blocking must be skipped.
67 * When the object type is @ref IComponent, this method must be supported in
72 * - In the stopped state, this must be non-blocking. @p mayBlock is
75 * @p mayBlock is true. However, if the call cannot be completed in a
80 * @return status Status of the call, which may be
81 * - `OK` - All parameters could be queried.
82 * - `BAD_INDEX` - All supported parameters could be queried, but some
87 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
110 * unsupported value shall be skipped and a failure shall be returned.
113 * requires blocking shall be skipped and a failure shall be returned.
123 * When the object type is @ref IComponent, this method must be supported in
127 * - In the stopped state, this must be non-blocking. @p mayBlock is
130 * @p mayBlock is true. However, if the call cannot be completed in a
139 * @return status Status of the call, which may be
140 * - `OK` - All parameters could be updated successfully.
141 * - `BAD_INDEX` - All supported parameters could be updated successfully,
143 * - `NO_MEMORY` - Some supported parameters could not be updated
148 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
175 * @return status Status of the call, which may be
199 * the operation. If the operation cannot be completed in a timely manner,
204 * When the object type is @ref IComponent, this method must be supported in
208 * - In the stopped state, this must be non-blocking. @p mayBlock is
211 * @p mayBlock is true. However, if the call cannot be completed in a
216 * @return status Status of the call, which may be
225 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.