Searched refs:gAPH_getManagerFn (Results 1 – 2 of 2) sorted by relevance
45 APH_getManager gAPH_getManagerFn = nullptr; variable58 gAPH_getManagerFn = (APH_getManager)dlsym(handle_, "APerformanceHint_getManager"); in ensureAPerformanceHintBindingInitialized()59 LOG_ALWAYS_FATAL_IF(gAPH_getManagerFn == nullptr, in ensureAPerformanceHintBindingInitialized()98 return reinterpret_cast<jlong>(gAPH_getManagerFn()); in nativeAcquireManager()
46 APH_getManager gAPH_getManagerFn = nullptr; variable58 gAPH_getManagerFn = (APH_getManager)dlsym(handle_, "APerformanceHint_getManager"); in ensureAPerformanceHintBindingInitialized()59 LOG_ALWAYS_FATAL_IF(gAPH_getManagerFn == nullptr, in ensureAPerformanceHintBindingInitialized()272 APerformanceHintManager* manager = gAPH_getManagerFn(); in HintSessionWrapper()