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.cpp57 test->InitializeKeyMint(IKeyMintDevice::fromBinder(binder)); in newInstance()
256 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.h74 void InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint);
DKeyMintAidlTestBase.cpp200 void KeyMintAidlTestBase::InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint) { in InitializeKeyMint() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
220 InitializeKeyMint(IKeyMintDevice::fromBinder(binder)); in SetUp()
222 InitializeKeyMint(nullptr); in SetUp()