Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java499 private TrustedPresentationCallback mTrustedPresentationCallback; field in SurfaceControl
4616 if (sc.mTrustedPresentationCallback != null) { in setTrustedPresentationCallback()
4617 sc.mTrustedPresentationCallback.mFreeNativeResources.run(); in setTrustedPresentationCallback()
4622 sc.mTrustedPresentationCallback = tpc; in setTrustedPresentationCallback()
4639 if (sc.mTrustedPresentationCallback != null) { in clearTrustedPresentationCallback()
4640 sc.mTrustedPresentationCallback.mFreeNativeResources.run(); in clearTrustedPresentationCallback()
4641 sc.mTrustedPresentationCallback = null; in clearTrustedPresentationCallback()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp425 mTrustedPresentationCallback = env->NewGlobalRef(trustedPresentationListener); in TrustedPresentationCallbackWrapper()
426 LOG_ALWAYS_FATAL_IF(!mTrustedPresentationCallback, "Failed to make global ref"); in TrustedPresentationCallbackWrapper()
430 getenv()->DeleteGlobalRef(mTrustedPresentationCallback); in ~TrustedPresentationCallbackWrapper()
435 env->CallVoidMethod(mTrustedPresentationCallback, in onTrustedPresentationChanged()
452 jobject mTrustedPresentationCallback; member in android::TrustedPresentationCallbackWrapper