Home | History | Annotate | Download | only in audio_extn

Lines Matching refs:active

61     bool active;
185 if (ma_cur_state_table[i].active &&
228 ALOGV("%s: stream(%d) volume(%f) active(%s)", __func__,
230 ma_cur_state_table[i].active ? "T" : "F");
468 ma_cur_state_table[i].active = false;
497 float vol, bool active)
502 active[%s]",
503 __func__, stream_type, vol, active ? "true" : "false");
511 // 1. start track: active and volume isn't zero
512 // 2. stop track: no tracks are active
513 if ((active && vol != 0) ||
514 (!active)) {
518 ma_cur_state_table[stype].active = active;
559 ALOGV("%s: stream(%d) volume(%f) active(%s)", __func__, i,
561 ma_cur_state_table[i].active ? "T" : "F");