Home
last modified time | relevance | path

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

/aosp12/system/teeui/libteeui/src/
H A Dweak_secure_input_device.cpp22 __attribute__((weak)) std::shared_ptr<SecureInput> createSecureInput(SecureInput::HsBeginCb, in createSecureInput() function
/aosp12/system/teeui/libteeui/include/secure_input/
H A Dsecure_input_device.h49 std::shared_ptr<SecureInput> createSecureInput(SecureInput::HsBeginCb hsBeginCb,
/aosp12/system/core/trusty/confirmationui/
H A DTrustyConfirmationUI.cpp65 using ::secure_input::createSecureInput;
274 auto secureInput = createSecureInput(hsBegin, hsFinalize, deliverInput, inputResult); in promptUserConfirmation_()
H A DNotSoSecureInput.cpp199 std::shared_ptr<SecureInput> createSecureInput(SecureInput::HsBeginCb hsBeginCb, in createSecureInput() function