Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp471 auto sapp = app_.lock(); in deliverSecureInputEvent() local
472 if (!sapp) return ResponseCode::Ignored; in deliverSecureInputEvent()
474 sapp->issueCmd<DeliverTestCommandMessage, DeliverTestCommandResponse>( in deliverSecureInputEvent()
496 auto sapp = app_.lock(); in abort() local
497 if (sapp) sapp->issueCmd<AbortMsg>(); in abort()