Searched refs:mTransactionCommittedListenerObject (Results 1 – 1 of 1) sorted by relevance
304 mTransactionCommittedListenerObject = env->NewGlobalRef(object); in TransactionCommittedListenerWrapper()305 LOG_ALWAYS_FATAL_IF(!mTransactionCommittedListenerObject, "Failed to make global ref"); in TransactionCommittedListenerWrapper()309 getenv()->DeleteGlobalRef(mTransactionCommittedListenerObject); in ~TransactionCommittedListenerWrapper()314 env->CallVoidMethod(mTransactionCommittedListenerObject, in callback()329 jobject mTransactionCommittedListenerObject; member in android::TransactionCommittedListenerWrapper