Searched refs:mTransactionCommittedListenerObject (Results 1 – 1 of 1) sorted by relevance
284 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