Home
last modified time | relevance | path

Searched refs:fn_perf_hint_ (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dcpuhint.cpp60 !vendor_ext_lib_.Sym("perf_hint", reinterpret_cast<void **>(&fn_perf_hint_)) || in Init()
112 fn_perf_hint_(hint, NULL, 0, 0); in ReqHints()
Dcpuhint.h59 int (*fn_perf_hint_)(int hint, const char *pkg, int duration, int type) = NULL; variable