Searched refs:mps_path (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/audio/hal/audio_extn/ |
D | maxxaudio.c | 455 char mps_path[128] = {0}; in audio_extn_ma_init() local 552 snprintf(mps_path, sizeof(mps_path), "%s/%s.mps", in audio_extn_ma_init() 555 snprintf(mps_path, sizeof(mps_path), "%s/%s_%s.mps", in audio_extn_ma_init() 569 if (access(mps_path, R_OK) < 0) { in audio_extn_ma_init() 570 ALOGW("%s: file %s isn't existed.", __func__, mps_path); in audio_extn_ma_init() 573 ALOGD("%s: Loading mps file: %s", __func__, mps_path); in audio_extn_ma_init() 590 mps_path, in audio_extn_ma_init()
|