taglinefilesource code
status_len53drivers/sound/sound_switch.cstatic int      status_len, status_ptr;
status_len65drivers/sound/sound_switch.cif (status_len + l >= 4000)
status_len68drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
status_len69drivers/sound/sound_switch.cstatus_len += l;
status_len97drivers/sound/sound_switch.cif (status_len + l >= 4000)
status_len100drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10 - l], l);
status_len101drivers/sound/sound_switch.cstatus_len += l;
status_len264drivers/sound/sound_switch.cc = status_len - status_ptr;
status_len374drivers/sound/sound_switch.cstatus_len = status_ptr = 0;