taglinefilesource code
status_len45drivers/sound/sound_switch.cstatic int      status_len, status_ptr;
status_len53drivers/sound/sound_switch.cif (status_len + l >= 4000)
status_len56drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
status_len57drivers/sound/sound_switch.cstatus_len += l;
status_len85drivers/sound/sound_switch.cif (status_len + l >= 4000)
status_len88drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10 - l], l);
status_len89drivers/sound/sound_switch.cstatus_len += l;
status_len310drivers/sound/sound_switch.cc = status_len - status_ptr;
status_len418drivers/sound/sound_switch.cstatus_len = status_ptr = 0;