Searched refs:hsFinalizeCb (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/trusty/confirmationui/ |
H A D | NotSoSecureInput.cpp | 93 NotSoSecureInput(HsBeginCb hsBeginCb, HsFinalizeCb hsFinalizeCb, DeliverEventCb deliverEventCb, in NotSoSecureInput() argument 95 : hsBeginCb_{hsBeginCb}, hsFinalizeCb_{hsFinalizeCb}, deliverEventCb_{deliverEventCb}, in NotSoSecureInput() 200 SecureInput::HsFinalizeCb hsFinalizeCb, in createSecureInput() argument 203 return std::make_shared<NotSoSecureInput>(hsBeginCb, hsFinalizeCb, deliverEventCb, in createSecureInput()
|