Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp284 mTransactionCommittedListenerObject = env->NewGlobalRef(object); in TransactionCommittedListenerWrapper()
285 LOG_ALWAYS_FATAL_IF(!mTransactionCommittedListenerObject, "Failed to make global ref"); in TransactionCommittedListenerWrapper()
289 getenv()->DeleteGlobalRef(mTransactionCommittedListenerObject); in ~TransactionCommittedListenerWrapper()
294 env->CallVoidMethod(mTransactionCommittedListenerObject, in callback()
309 jobject mTransactionCommittedListenerObject; member in android::TransactionCommittedListenerWrapper