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

  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 386 bool is_cpe = (s->card >= CPE_MAGIC_NUM); local
408 snprintf(val, sizeof(val), "%d,%s", s->card - (is_cpe ? CPE_MAGIC_NUM : 0),
411 if (str_parms_add_str(params, is_cpe ? "CPE_STATUS" : "SND_CARD_STATUS",

Completed in 619 milliseconds