taglinefilesource code
status_len53drivers/sound/sound_switch.cstatic int      status_len, status_ptr;
status_len61drivers/sound/sound_switch.cif (status_len + l >= 4000)
status_len64drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
status_len65drivers/sound/sound_switch.cstatus_len += l;
status_len93drivers/sound/sound_switch.cif (status_len + l >= 4000)
status_len96drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10 - l], l);
status_len97drivers/sound/sound_switch.cstatus_len += l;
status_len318drivers/sound/sound_switch.cc = status_len - status_ptr;
status_len426drivers/sound/sound_switch.cstatus_len = status_ptr = 0;