Lines Matching refs:value
60 * @return Returns <b>0</b> if the initialization is successful; returns a negative value otherwise.
72 * returns a negative value otherwise.
86 * @return Returns <b>0</b> if the <b>AudioRender</b> object is destroyed; returns a negative value otherwise.
97 * @return Returns <b>0</b> if the capability set is successfully obtained; returns a negative value otherwise.
108 * @return Returns <b>0</b> if the setting is successful; returns a negative value otherwise.
120 * @return Returns <b>0</b> if the mode is successfully obtained; returns a negative value otherwise.
132 * @param value Indicates the value of the specified condition.
134 * The format of condition is <i>key=value</i>. Separate multiple key-value pairs by semicolons (;).
141 * @return Returns <b>0</b> if the operation is successful; returns a negative value otherwise.
144 const char *condition, const char *value);
152 * @param value Indicates the value of the specified condition.
153 * @param lenth Indicates the length of the value pointer.
155 * The format of condition is <i>key=value</i>. Separate multiple key-value pairs by semicolons (;).
162 * @return Returns <b>0</b> if the operation is successful; returns a negative value otherwise.
165 const char *condition, char *value, int32_t lenth);