OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qcopt_handle
(Results
1 - 4
of
4
) sorted by null
/device/huawei/angler/power/
utils.c
47
static void *
qcopt_handle
;
variable
71
qcopt_handle
= get_qcopt_handle();
73
if (!
qcopt_handle
) {
80
perf_lock_acq = dlsym(
qcopt_handle
, "perf_lock_acq");
86
perf_lock_rel = dlsym(
qcopt_handle
, "perf_lock_rel");
96
if (
qcopt_handle
) {
97
if (dlclose(
qcopt_handle
))
183
if (
qcopt_handle
) {
201
if (
qcopt_handle
) {
214
if (
qcopt_handle
&& perf_lock_rel
[
all
...]
/device/lge/bullhead/power/
utils.c
47
static void *
qcopt_handle
;
variable
71
qcopt_handle
= get_qcopt_handle();
73
if (!
qcopt_handle
) {
80
perf_lock_acq = dlsym(
qcopt_handle
, "perf_lock_acq");
86
perf_lock_rel = dlsym(
qcopt_handle
, "perf_lock_rel");
96
if (
qcopt_handle
) {
97
if (dlclose(
qcopt_handle
))
183
if (
qcopt_handle
) {
201
if (
qcopt_handle
) {
215
if (
qcopt_handle
) {
[
all
...]
/device/google/marlin/power/
utils.c
57
static void *
qcopt_handle
;
variable
84
qcopt_handle
= get_qcopt_handle();
86
if (!
qcopt_handle
) {
93
perf_lock_acq = dlsym(
qcopt_handle
, "perf_lock_acq");
99
perf_lock_rel = dlsym(
qcopt_handle
, "perf_lock_rel");
109
if (
qcopt_handle
) {
110
if (dlclose(
qcopt_handle
))
214
if (
qcopt_handle
) {
230
if (
qcopt_handle
) {
243
if (
qcopt_handle
&& perf_lock_rel
[
all
...]
/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
,
124
perf_lock_rel = (perf_lock_release_t)dlsym(
qcopt_handle
,
Completed in 225 milliseconds