Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 164) sorted by relevance

1234567

/hardware/google/av/media/eco/
DECOData.cpp185 ECODataStatus ECOData::setString(const std::string& key, const std::string& value) { in setString()
196 ECODataStatus ECOData::findString(const std::string& key, std::string* value) const { in findString() argument
216 ECODataStatus ECOData::setValue(const std::string& key, T value) { in setValue()
226 ECODataStatus ECOData::findValue(const std::string& key, T* out) const { in findValue() argument
241 ECODataStatus ECOData::setInt32(const std::string& key, int32_t value) { in setInt32()
245 ECODataStatus ECOData::findInt32(const std::string& key, int32_t* out) const { in findInt32() argument
249 ECODataStatus ECOData::setInt64(const std::string& key, int64_t value) { in setInt64()
253 ECODataStatus ECOData::findInt64(const std::string& key, int64_t* out) const { in findInt64() argument
257 ECODataStatus ECOData::setDouble(const std::string& key, double value) { in setDouble()
261 ECODataStatus ECOData::findDouble(const std::string& key, double* out) const { in findDouble() argument
[all …]
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dese_config.cpp59 bool EseConfig::hasKey(const std::string& key) { in hasKey()
63 std::string EseConfig::getString(const std::string& key) { in getString()
67 std::string EseConfig::getString(const std::string& key, in getString()
73 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned()
77 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned()
83 std::vector<uint8_t> EseConfig::getBytes(const std::string& key) { in getBytes()
Dconfig.cpp110 string key(Trim(line.substr(0, search))); in parseFromString() local
123 bool ConfigFile::hasKey(const std::string& key) { in hasKey()
127 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue()
133 std::string ConfigFile::getString(const std::string& key) { in getString()
137 unsigned ConfigFile::getUnsigned(const std::string& key) { in getUnsigned()
141 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes()
/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dese_config.cc61 bool EseConfig::hasKey(const std::string& key) { in hasKey()
65 std::string EseConfig::getString(const std::string& key) { in getString()
69 std::string EseConfig::getString(const std::string& key, in getString()
75 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned()
79 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned()
85 std::vector<uint8_t> EseConfig::getBytes(const std::string& key) { in getBytes()
Dconfig.cc105 string key(Trim(line.substr(0, search))); in parseFromString() local
118 bool ConfigFile::hasKey(const std::string& key) { in hasKey()
122 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue()
128 std::string ConfigFile::getString(const std::string& key) { in getString()
132 unsigned ConfigFile::getUnsigned(const std::string& key) { in getUnsigned()
136 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes()
/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/utils/
Dese_config.cpp58 bool EseConfig::hasKey(const std::string& key) { in hasKey()
62 std::string EseConfig::getString(const std::string& key) { in getString()
66 std::string EseConfig::getString(const std::string& key, in getString()
72 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned()
76 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned()
Dconfig.cpp129 string key(Trim(line.substr(0, search))); in parseFromString() local
142 bool ConfigFile::hasKey(const std::string& key) { in hasKey()
146 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue()
152 std::string ConfigFile::getString(const std::string& key) { in getString()
156 unsigned ConfigFile::getUnsigned(const std::string& key) { in getUnsigned()
/hardware/interfaces/security/see/hwcrypto/aidl/vts/functional/
Dhwcryptokey_tests.rs52 let key = hw_crypto_key.getKeyslotData(KeySlot::KEYMINT_SHARED_HMAC_KEY); in test_hwcrypto_get_keyslot_data() localVariable
75 let key = hw_crypto_key.importClearKey(&clear_key, &policy).expect("couldn't import key"); in test_hwcrypto_import_clear_key() localVariable
84 let key = hw_crypto_key.importClearKey(&clear_key, &policy); in test_hwcrypto_import_clear_key() localVariable
87 let key = hw_crypto_key.importClearKey(&clear_key, &policy); in test_hwcrypto_import_clear_key() localVariable
106 let key = hw_crypto_key.importClearKey(&clear_key, &policy).expect("couldn't import clear key"); in test_hwcrypto_token_export_import() localVariable
129 let key = hw_crypto_key.importClearKey(&clear_key, &policy).expect("couldn't import clear key"); in test_hwcrypto_android_invalid_calls() localVariable
157 let key = hw_crypto_key.importClearKey(&clear_key, &policy).expect("couldn't import clear key"); in test_hwcrypto_android_invalid_calls() localVariable
/hardware/google/aemu/base/include/aemu/base/containers/
DLookup.h67 const typename T::key_type& key) { in find()
78 typename T::mapped_type* find(T& map, const typename T::key_type& key) { in find()
112 for (const auto& key : keys) { in findFirstOf() local
124 for (const auto& key : keys) { in findFirstOf() local
152 bool contains(const T& c, const typename T::key_type& key) { in contains()
162 for (const auto& key : keys) { in containsAnyOf() local
DStaticMap.h31 void set(const K& key, const V& value) { in set()
36 void erase(const K& key) { in erase()
41 bool isPresent(const K& key) const { in isPresent()
47 android::base::Optional<V> get(const K& key) const { in get()
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DLookup.h64 const typename T::key_type& key) { in find()
75 typename T::mapped_type* find(T& map, const typename T::key_type& key) { in find()
109 for (const auto& key : keys) { in findFirstOf() local
121 for (const auto& key : keys) { in findFirstOf() local
149 bool contains(const T& c, const typename T::key_type& key) { in contains()
159 for (const auto& key : keys) { in containsAnyOf() local
/hardware/google/gfxstream/host/magma/
DMonotonicMap.h40 auto key = mNextKey++; in create() local
47 V* get(const K& key) { in get()
57 bool erase(const K& key) { return mMap.erase(key) > 0; } in erase()
/hardware/google/aemu/base/include/aemu/base/
DLruCache.h30 Value* get(const Key& key) { in get()
42 void set(const Key& key, Value&& value) { in set()
61 void remove(const Key& key) { in remove()
73 Key key; member
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DPropertyNodeTest.cc49 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
57 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
69 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
91 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
103 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
126 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
156 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
186 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_VendorProp.cc36 int32_t phNxpNciHal_getVendorProp_int32(const char* key, in phNxpNciHal_getVendorProp_int32()
52 int phNxpNciHal_setVendorProp(const char* key, const char* value) { in phNxpNciHal_setVendorProp()
/hardware/google/gfxstream/host/
DExternalObjectManager.cpp35 auto key = std::make_pair(ctxId, blobId); in addMapping() local
41 auto key = std::make_pair(ctxId, blobId); in removeMapping() local
67 auto key = std::make_pair(ctxId, blobId); in addBlobDescriptorInfo() local
74 auto key = std::make_pair(ctxId, blobId); in removeBlobDescriptorInfo() local
94 auto key = std::make_pair(ctxId, syncId); in addSyncDescriptorInfo() local
101 auto key = std::make_pair(ctxId, syncId); in removeSyncDescriptorInfo() local
/hardware/nxp/nfc/intf/nxpnfc/aidl/aidl_api/vendor.nxp.nxpnfc_aidl/current/vendor/nxp/nxpnfc_aidl/
DINxpNfc.aidl39 String getVendorParam(in String key); in getVendorParam()
42 boolean setVendorParam(in String key, in String value); in setVendorParam()
/hardware/nxp/nfc/intf/nxpnfc/aidl/vendor/nxp/nxpnfc_aidl/
DINxpNfc.aidl29 String getVendorParam(in String key); in getVendorParam()
53 boolean setVendorParam(in String key, in String value); in setVendorParam()
/hardware/nxp/nfc/intf/nxpnfc/aidl/aidl_api/vendor.nxp.nxpnfc_aidl/1/vendor/nxp/nxpnfc_aidl/
DINxpNfc.aidl39 String getVendorParam(in String key); in getVendorParam()
42 boolean setVendorParam(in String key, in String value); in setVendorParam()
/hardware/interfaces/weaver/aidl/aidl_api/android.hardware.weaver/1/android/hardware/weaver/
DIWeaver.aidl38 android.hardware.weaver.WeaverReadResponse read(in int slotId, in byte[] key); in read()
39 void write(in int slotId, in byte[] key, in byte[] value); in write()
/hardware/interfaces/weaver/aidl/aidl_api/android.hardware.weaver/current/android/hardware/weaver/
DIWeaver.aidl38 android.hardware.weaver.WeaverReadResponse read(in int slotId, in byte[] key); in read()
39 void write(in int slotId, in byte[] key, in byte[] value); in write()
/hardware/interfaces/weaver/aidl/aidl_api/android.hardware.weaver/2/android/hardware/weaver/
DIWeaver.aidl38 android.hardware.weaver.WeaverReadResponse read(in int slotId, in byte[] key); in read()
39 void write(in int slotId, in byte[] key, in byte[] value); in write()
/hardware/interfaces/weaver/aidl/android/hardware/weaver/
DIWeaver.aidl78 WeaverReadResponse read(in int slotId, in byte[] key); in read()
96 void write(in int slotId, in byte[] key, in byte[] value); in write()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_diagnostic_trace.cpp129 std::string key, in add_attrib()
180 const char* key, in trace_add_data()
203 const char* key, in trace_add_data()
214 const char* key, in trace_add_data()
223 const char* key, in trace_add_data()
/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/aidl/
DNxpNfc.cpp33 ::ndk::ScopedAStatus NxpNfc::getVendorParam(const std::string& key, in getVendorParam()
40 ::ndk::ScopedAStatus NxpNfc::setVendorParam(const std::string& key, in setVendorParam()

1234567