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()
433 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.h97 void InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint);
DKeyMintAidlTestBase.cpp275 void KeyMintAidlTestBase::InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint) { in InitializeKeyMint() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
304 InitializeKeyMint(IKeyMintDevice::fromBinder(binder)); in SetUp()
306 InitializeKeyMint(nullptr); in SetUp()