HomeSort by relevance Sort by last modified time
    Searched full:rd_buf (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 357 char rd_buf[9]={0}; local
360 if (read(s->fd, rd_buf, 8) <= 0)
363 rd_buf[8] = '\0';
366 ALOGV("card num %d, new state %s", s->card, rd_buf);
369 if (strstr(rd_buf, "OFFLINE"))
371 else if (strstr(rd_buf, "ONLINE"))

Completed in 64 milliseconds