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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.cpp 59 if (!vendor_ext_lib_.Sym("perf_lock_acq", reinterpret_cast<void **>(&fn_lock_acquire_)) ||
86 lock_handle_ = fn_lock_acquire_(0 /*handle*/, 0/*duration*/,
cpuhint.h 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL; member in class:sdm::CPUHint
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
cpuhint.cpp 59 if (!vendor_ext_lib_.Sym("perf_lock_acq", reinterpret_cast<void **>(&fn_lock_acquire_)) ||
86 lock_handle_ = fn_lock_acquire_(0 /*handle*/, 0/*duration*/,
cpuhint.h 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL; member in class:sdm::CPUHint

Completed in 582 milliseconds