Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp421 class TrustedPresentationCallbackWrapper { class
423 explicit TrustedPresentationCallbackWrapper(JNIEnv* env, jobject trustedPresentationListener) { in TrustedPresentationCallbackWrapper() function in android::TrustedPresentationCallbackWrapper
429 ~TrustedPresentationCallbackWrapper() { in ~TrustedPresentationCallbackWrapper()
446 TrustedPresentationCallbackWrapper* listener = in onTrustedPresentationChangedThunk()
447 reinterpret_cast<TrustedPresentationCallbackWrapper*>(context); in onTrustedPresentationChangedThunk()
2035 TrustedPresentationCallbackWrapper* wrapper = in nativeSetTrustedPresentationCallback()
2036 reinterpret_cast<TrustedPresentationCallbackWrapper*>( in nativeSetTrustedPresentationCallback()
2039 TrustedPresentationCallbackWrapper:: in nativeSetTrustedPresentationCallback()
2169 new TrustedPresentationCallbackWrapper(env, trustedPresentationCallback)); in nativeCreateTpc()
2173 TrustedPresentationCallbackWrapper* callback = in destroyNativeTpc()
[all …]