Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp352 class TrustedPresentationCallbackWrapper { class
354 explicit TrustedPresentationCallbackWrapper(JNIEnv* env, jobject trustedPresentationListener) { in TrustedPresentationCallbackWrapper() function in android::TrustedPresentationCallbackWrapper
360 ~TrustedPresentationCallbackWrapper() { in ~TrustedPresentationCallbackWrapper()
377 TrustedPresentationCallbackWrapper* listener = in onTrustedPresentationChangedThunk()
378 reinterpret_cast<TrustedPresentationCallbackWrapper*>(context); in onTrustedPresentationChangedThunk()
1897 TrustedPresentationCallbackWrapper* wrapper = in nativeSetTrustedPresentationCallback()
1898 reinterpret_cast<TrustedPresentationCallbackWrapper*>( in nativeSetTrustedPresentationCallback()
1901 TrustedPresentationCallbackWrapper:: in nativeSetTrustedPresentationCallback()
2030 new TrustedPresentationCallbackWrapper(env, trustedPresentationCallback)); in nativeCreateTpc()
2034 TrustedPresentationCallbackWrapper* callback = in destroyNativeTpc()
[all …]