Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp450 jclass dmgClass = env->FindClass("android/hardware/display/DisplayManagerGlobal"); in AChoreographer_initJVM() local
451 gJni.displayManagerGlobal.clazz = static_cast<jclass>(env->NewGlobalRef(dmgClass)); in AChoreographer_initJVM()
453 env->GetStaticMethodID(dmgClass, "getInstance", in AChoreographer_initJVM()
456 env->GetMethodID(dmgClass, "registerNativeChoreographerForRefreshRateCallbacks", "()V"); in AChoreographer_initJVM()
458 env->GetMethodID(dmgClass, "unregisterNativeChoreographerForRefreshRateCallbacks", in AChoreographer_initJVM()