| /hardware/google/av/media/eco/ |
| D | ECOData.cpp | 186 ECODataStatus ECOData::setString(const std::string& key, const std::string& value) { in setString() 197 ECODataStatus ECOData::findString(const std::string& key, std::string* value) const { in findString() argument 217 ECODataStatus ECOData::setValue(const std::string& key, T value) { in setValue() 227 ECODataStatus ECOData::findValue(const std::string& key, T* out) const { in findValue() argument 242 ECODataStatus ECOData::setInt32(const std::string& key, int32_t value) { in setInt32() 246 ECODataStatus ECOData::findInt32(const std::string& key, int32_t* out) const { in findInt32() argument 250 ECODataStatus ECOData::setInt64(const std::string& key, int64_t value) { in setInt64() 254 ECODataStatus ECOData::findInt64(const std::string& key, int64_t* out) const { in findInt64() argument 258 ECODataStatus ECOData::setDouble(const std::string& key, double value) { in setDouble() 262 ECODataStatus ECOData::findDouble(const std::string& key, double* out) const { in findDouble() argument [all …]
|
| /hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
| D | ese_config.cpp | 59 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()
|
| D | config.cpp | 110 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/ |
| D | ese_config.cc | 61 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()
|
| D | config.cc | 105 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-spi/p73/utils/ |
| D | ese_config.cpp | 59 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()
|
| D | config.cpp | 129 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() 160 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes()
|
| /hardware/google/aemu/base/include/aemu/base/containers/ |
| D | Lookup.h | 67 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
|
| D | StaticMap.h | 31 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/aemu/base/include/aemu/base/ |
| D | LruCache.h | 30 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/ |
| D | PropertyNodeTest.cc | 49 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/qcom/sm7150/gps/utils/ |
| D | LocUnorderedSetMap.h | 98 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 105 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 119 inline bool remove(const KEY& key) { in remove() 133 for (auto key : keys) { in trimOrRemove() local 143 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() 166 for (auto key : keys) { in add() local 176 inline unordered_set<VAL> update(const KEY& key, unordered_set<VAL>& newVals) { in update()
|
| /hardware/qcom/sm8150p/gps/utils/ |
| D | LocUnorderedSetMap.h | 98 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 105 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 119 inline bool remove(const KEY& key) { in remove() 133 for (auto key : keys) { in trimOrRemove() local 143 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() 166 for (auto key : keys) { in add() local 176 inline unordered_set<VAL> update(const KEY& key, unordered_set<VAL>& newVals) { in update()
|
| /hardware/qcom/sm7250/gps/utils/ |
| D | LocUnorderedSetMap.h | 106 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 113 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 127 inline bool remove(const KEY& key) { in remove() 142 for (auto key : keys) { in trimOrRemove() local 152 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() 176 for (auto key : keys) { in add() local 186 inline unordered_set<VAL> update(const KEY& key, unordered_set<VAL>& newVals) { in update()
|
| /hardware/qcom/sm8150/gps/utils/ |
| D | LocUnorderedSetMap.h | 106 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 113 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 127 inline bool remove(const KEY& key) { in remove() 142 for (auto key : keys) { in trimOrRemove() local 152 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() 176 for (auto key : keys) { in add() local 186 inline unordered_set<VAL> update(const KEY& key, unordered_set<VAL>& newVals) { in update()
|
| /hardware/nxp/nfc/intf/nxpnfc/aidl/aidl_api/vendor.nxp.nxpnfc_aidl/current/vendor/nxp/nxpnfc_aidl/ |
| D | INxpNfc.aidl | 39 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/ |
| D | INxpNfc.aidl | 29 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/ |
| D | INxpNfc.aidl | 39 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/2/android/hardware/weaver/ |
| D | IWeaver.aidl | 38 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/ |
| D | IWeaver.aidl | 76 WeaverReadResponse read(in int slotId, in byte[] key); in read() 93 void write(in int slotId, in byte[] key, in byte[] value); in write()
|
| /hardware/interfaces/weaver/aidl/aidl_api/android.hardware.weaver/1/android/hardware/weaver/ |
| D | IWeaver.aidl | 38 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/ |
| D | IWeaver.aidl | 38 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/google/aemu/host-common/ |
| D | MediaH264DecoderDefault.cpp | 50 uint64_t key = H264PingInfoParser::parseHostDecoderId(ptr); in readId() local 54 MediaH264DecoderPlugin* MediaH264DecoderDefault::getDecoder(uint64_t key) { in getDecoder() 71 void MediaH264DecoderDefault::addDecoder(uint64_t key, in addDecoder() 84 void MediaH264DecoderDefault::updateDecoder(uint64_t key, in updateDecoder() 95 void MediaH264DecoderDefault::removeDecoder(uint64_t key) { in removeDecoder()
|
| D | MediaVpxDecoder.cpp | 75 uint64_t key = VpxPingInfoParser::parseId(ptr); in readId() local 79 MediaVpxDecoderPlugin* MediaVpxDecoderImpl::getDecoder(uint64_t key) { in getDecoder() 91 void MediaVpxDecoderImpl::addDecoder(uint64_t key, MediaVpxDecoderPlugin* val) { in addDecoder() 103 void MediaVpxDecoderImpl::removeDecoder(uint64_t key) { in removeDecoder()
|
| /hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/aidl/ |
| D | NxpNfc.cpp | 33 ::ndk::ScopedAStatus NxpNfc::getVendorParam(const std::string& key, in getVendorParam() 40 ::ndk::ScopedAStatus NxpNfc::setVendorParam(const std::string& key, in setVendorParam()
|