Searched refs:GetKey (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/update_engine/common/ |
H A D | prefs.h | 44 virtual bool GetKey(const std::string& key, std::string* value) const = 0; 124 bool GetKey(const std::string& key, std::string* value) const override; 164 bool GetKey(const std::string& key, std::string* value) const override;
|
H A D | prefs.cc | 55 return storage_->GetKey(key, value); in GetString() 168 bool Prefs::FileStorage::GetKey(const string& key, string* value) const { in GetKey() function in chromeos_update_engine::Prefs::FileStorage 238 bool MemoryPrefs::MemoryStorage::GetKey(const string& key, in GetKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | security_manager.h | 73 const std::array<uint8_t, 16>& GetKey(const Address& addr) const;
|
H A D | security_manager.cc | 56 const std::array<uint8_t, 16>& SecurityManager::GetKey( in GetKey() function in test_vendor_lib::SecurityManager
|
H A D | link_layer_controller.cc | 602 auto array = security_manager_.GetKey(peer); in IncomingEncryptConnection() 2094 auto array = security_manager_.GetKey(peer); in HandleSetConnectionEncryption()
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | slesTestDecodeToBuffQueue.cpp | 476 result = (*mdExtrItf)->GetKey(mdExtrItf, i, keySize, keyInfo); in TestDecToBuffQueue()
|
H A D | slesTestDecodeAac.cpp | 690 res = (*mdExtrItf)->GetKey(mdExtrItf, i, keySize, keyInfo); in TestDecToBuffQueue()
|
/aosp12/frameworks/wilhelm/include/OMXAL/ |
H A D | OpenMAXAL.h | 1321 XAresult (*GetKey) ( member 1389 XAresult (*GetKey) ( member
|
/aosp12/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES.h | 775 SLresult (*GetKey) ( member
|