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