Loading hal/audio_extn/audio_extn.c +4 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,8 @@ int audio_extn_perf_lock_init(void) "perf_lock_acq"); if (perf_lock_acq == NULL) { ALOGE("%s: Perf lock Acquire NULL", __func__); dlclose(qcopt_handle); qcopt_handle = NULL; ret = -EINVAL; goto err; } Loading @@ -125,6 +127,8 @@ int audio_extn_perf_lock_init(void) "perf_lock_rel"); if (perf_lock_rel == NULL) { ALOGE("%s: Perf lock Release NULL", __func__); dlclose(qcopt_handle); qcopt_handle = NULL; ret = -EINVAL; goto err; } Loading Loading
hal/audio_extn/audio_extn.c +4 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,8 @@ int audio_extn_perf_lock_init(void) "perf_lock_acq"); if (perf_lock_acq == NULL) { ALOGE("%s: Perf lock Acquire NULL", __func__); dlclose(qcopt_handle); qcopt_handle = NULL; ret = -EINVAL; goto err; } Loading @@ -125,6 +127,8 @@ int audio_extn_perf_lock_init(void) "perf_lock_rel"); if (perf_lock_rel == NULL) { ALOGE("%s: Perf lock Release NULL", __func__); dlclose(qcopt_handle); qcopt_handle = NULL; ret = -EINVAL; goto err; } Loading