Lines Matching refs:condition
131 * @param condition Indicates the specific extend parameter condition of AudioExtParamKey.
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 (;).
135 * When key equals to AudioExtParamKey::AUDIO_EXT_PARAM_KEY_VOLUME, the format of condition must be like this:
144 const char *condition, const char *value);
151 * @param condition Indicates the specific extend parameter condition of AudioExtParamKey.
152 * @param value Indicates the value of the specified condition.
155 * The format of condition is <i>key=value</i>. Separate multiple key-value pairs by semicolons (;).
156 * When key equals to AudioExtParamKey::AUDIO_EXT_PARAM_KEY_VOLUME, the format of condition must be like this:
165 const char *condition, char *value, int32_t lenth);