Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/performance/
DKeyMintBenchmark.cpp62 test->InitializeKeyMint(IKeyMintDevice::fromBinder(binder)); in newInstance()
434 void InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint) { in InitializeKeyMint() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.h98 void InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint);
DKeyMintAidlTestBase.cpp375 void KeyMintAidlTestBase::InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint) { in InitializeKeyMint() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
418 InitializeKeyMint(IKeyMintDevice::fromBinder(binder)); in SetUp()
420 InitializeKeyMint(nullptr); in SetUp()