Home
last modified time | relevance | path

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

/system/security/keystore/
Dconfirmation_manager.cpp61 if (mCurrentListener != nullptr) { in presentConfirmationPrompt()
99 mCurrentListener = listener; in presentConfirmationPrompt()
110 if (mCurrentListener != listener) { in cancelConfirmationPrompt()
152 sp<IBinder> listener = mCurrentListener; in finalizeTransaction()
153 if (mCurrentListener != nullptr) { in finalizeTransaction()
154 mCurrentListener->unlinkToDeath(mDeathRecipient); in finalizeTransaction()
155 mCurrentListener = nullptr; in finalizeTransaction()
195 if (who == mCurrentListener) { in binderDied()
198 mCurrentListener->unlinkToDeath(mDeathRecipient); in binderDied()
199 mCurrentListener = nullptr; in binderDied()
Dconfirmation_manager.h99 android::sp<android::IBinder> mCurrentListener; variable