HomeSort by relevance Sort by last modified time
    Searched refs:channel_cnt_str (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/audio/hal/msm8960/
platform.c 885 const char *channel_cnt_str = NULL; local
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c 1958 const char *channel_cnt_str = NULL; local
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 2634 const char *channel_cnt_str = NULL; local
3226 char *channel_cnt_str = NULL; local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 236 const char *channel_cnt_str = NULL; local
250 case 6: channel_cnt_str = "Six"; break;
251 case 5: channel_cnt_str = "Five"; break;
252 case 4: channel_cnt_str = "Four"; break;
253 case 3: channel_cnt_str = "Three"; break;
254 default: channel_cnt_str = "Two"; break;
256 ALOGD("HDMI channel count: %s", channel_cnt_str);
257 control.set("HDMI_RX Channels", channel_cnt_str);
    [all...]

Completed in 186 milliseconds