Lines Matching refs:condition
216 * @param condition Indicates the specific extend parameter condition of AudioExtParamKey.
217 * @param value Indicates the value of the specified condition.
219 * The format of condition is <i>key=value</i>. Separate multiple key-value pairs by semicolons (;).
220 * When key equals to AudioExtParamKey::AUDIO_EXT_PARAM_KEY_VOLUME, the format of condition must be like this:
229 const char *condition, const char *value);
236 * @param condition Indicates the specific extend parameter condition of AudioExtParamKey.
237 * @param value Indicates the value of the specified condition.
240 * The format of condition is <i>key=value</i>. Separate multiple key-value pairs by semicolons (;).
241 * When key equals to AudioExtParamKey::AUDIO_EXT_PARAM_KEY_VOLUME, the format of condition must be like this:
250 const char *condition, char *value, int32_t lenth);