Searched defs:keyMint (Results 1 – 5 of 5) sorted by relevance
51 std::shared_ptr<AndroidKeyMintDevice> keyMint = in main() local
75 IKeyMintDevice& keyMint() { return *keymint_; } in keyMint() function
141 bool matching_keymint_device(const string& rp_name, std::shared_ptr<IKeyMintDevice>* keyMint) { in matching_keymint_device()201 std::shared_ptr<IKeyMintDevice> keyMint; in TEST_P() local
200 void KeyMintAidlTestBase::InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint) { in InitializeKeyMint()
256 void InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint) { in InitializeKeyMint()