OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fn_lock_release_
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.h
56
int (*
fn_lock_release_
)(int value) = NULL;
member in class:sdm::CPUHint
cpuhint.cpp
68
*(reinterpret_cast<void **>(&
fn_lock_release_
)) = dlsym(lib_handle_, "perf_lock_rel");
69
if (!fn_lock_acquire_ || !
fn_lock_release_
) {
113
fn_lock_release_
(lock_handle_);
Completed in 195 milliseconds