Lines Matching refs:this

5  * you may not use this file except in compliance with the License.
51 * If @p mayBlock is false, this method must not block. All parameter
57 * If @p mayBlock is false, this method must not block. Otherwise, this
67 * When the object type is @ref IComponent, this method must be supported in
71 * The blocking behavior of this method differs among states:
72 * - In the stopped state, this must be non-blocking. @p mayBlock is
74 * - In any of the running states, this method may block momentarily if
79 * @param mayBlock Whether this call may block or not.
112 * If @p mayBlock is false, this method must not block. An update that
123 * When the object type is @ref IComponent, this method must be supported in
126 * The blocking behavior of this method differs among states:
127 * - In the stopped state, this must be non-blocking. @p mayBlock is
129 * - In any of the running states, this method may block momentarily if
138 * @param mayBlock Whether this call may block or not.
177 * - `NO_MEMORY` - Not enough memory to complete this method.
197 * If @p mayBlock is false, this method must not block. Otherwise, this
204 * When the object type is @ref IComponent, this method must be supported in
207 * The blocking behavior of this method differs among states:
208 * - In the stopped state, this must be non-blocking. @p mayBlock is
210 * - In any of the running states, this method may block momentarily if
215 * @param mayBlock Whether this call may block or not.
220 * - `NO_MEMORY` - Not enough memory to complete this method.