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

  /hardware/qcom/audio/hal/audio_extn/
audio_extn.c 93 static void *qcopt_handle; variable
105 if (qcopt_handle == NULL) {
112 if ((qcopt_handle = dlopen(opt_lib_path, RTLD_NOW)) == NULL) {
117 perf_lock_acq = (perf_lock_acquire_t)dlsym(qcopt_handle,
121 dlclose(qcopt_handle);
122 qcopt_handle = NULL;
126 perf_lock_rel = (perf_lock_release_t)dlsym(qcopt_handle,
130 dlclose(qcopt_handle);
131 qcopt_handle = NULL;
  /device/google/marlin/power/
utils.c 58 static void *qcopt_handle; variable
85 qcopt_handle = get_qcopt_handle();
87 if (!qcopt_handle) {
94 perf_lock_acq = dlsym(qcopt_handle, "perf_lock_acq");
100 perf_lock_rel = dlsym(qcopt_handle, "perf_lock_rel");
110 if (qcopt_handle) {
111 if (dlclose(qcopt_handle))
215 if (qcopt_handle) {
231 if (qcopt_handle) {
244 if (qcopt_handle && perf_lock_rel
    [all...]

Completed in 145 milliseconds