/hardware/qcom/sm7150/gps/utils/ |
D | LocUnorderedSetMap.h | 72 template <typename KEY, typename VAL> 74 unordered_map<KEY, unordered_set<VAL>> mMap; 80 bool trimOrRemove(typename unordered_map<KEY, unordered_set<VAL>>::iterator iter, in trimOrRemove() argument 98 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 105 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 111 inline unordered_set<KEY> getKeys() { in getKeys() 112 unordered_set<KEY> keys(0); in getKeys() 119 inline bool remove(const KEY& key) { in remove() 127 inline void trimOrRemove(unordered_set<KEY>&& keys, const unordered_set<VAL>& rVals, in trimOrRemove() 128 unordered_set<KEY>* goneKeys, unordered_set<VAL>* goneVals) { in trimOrRemove() [all …]
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocUnorderedSetMap.h | 79 template <typename KEY, typename VAL> 81 unordered_map<KEY, unordered_set<VAL>> mMap; 86 bool trimOrRemove(typename unordered_map<KEY, unordered_set<VAL>>::iterator iter, in trimOrRemove() argument 106 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 113 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 119 inline unordered_set<KEY> getKeys() { in getKeys() 120 unordered_set<KEY> keys = {}; in getKeys() 127 inline bool remove(const KEY& key) { in remove() 135 inline void trimOrRemove(unordered_set<KEY>&& keys, const unordered_set<VAL>& rVals, in trimOrRemove() 136 unordered_set<KEY>* goneKeys, unordered_set<VAL>* goneVals) { in trimOrRemove() [all …]
|
/hardware/qcom/sm7250/gps/utils/ |
D | LocUnorderedSetMap.h | 79 template <typename KEY, typename VAL> 81 unordered_map<KEY, unordered_set<VAL>> mMap; 86 bool trimOrRemove(typename unordered_map<KEY, unordered_set<VAL>>::iterator iter, in trimOrRemove() argument 106 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 113 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 119 inline unordered_set<KEY> getKeys() { in getKeys() 120 unordered_set<KEY> keys = {}; in getKeys() 127 inline bool remove(const KEY& key) { in remove() 135 inline void trimOrRemove(unordered_set<KEY>&& keys, const unordered_set<VAL>& rVals, in trimOrRemove() 136 unordered_set<KEY>* goneKeys, unordered_set<VAL>* goneVals) { in trimOrRemove() [all …]
|
/hardware/qcom/sm8150p/gps/utils/ |
D | LocUnorderedSetMap.h | 72 template <typename KEY, typename VAL> 74 unordered_map<KEY, unordered_set<VAL>> mMap; 80 bool trimOrRemove(typename unordered_map<KEY, unordered_set<VAL>>::iterator iter, in trimOrRemove() argument 98 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 105 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 111 inline unordered_set<KEY> getKeys() { in getKeys() 112 unordered_set<KEY> keys(0); in getKeys() 119 inline bool remove(const KEY& key) { in remove() 127 inline void trimOrRemove(unordered_set<KEY>&& keys, const unordered_set<VAL>& rVals, in trimOrRemove() 128 unordered_set<KEY>* goneKeys, unordered_set<VAL>* goneVals) { in trimOrRemove() [all …]
|
/hardware/interfaces/weaver/vts/ |
D | VtsHalWeaverTargetTest.cpp | 43 const std::vector<uint8_t> KEY{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; variable 273 const auto writeRet = weaver_->write(last_free_slot_, KEY, VALUE); in TEST_P() 283 const auto ret = weaver_->write(slotId, KEY, VALUE); in TEST_P() 287 const auto readRet = weaver_->read(slotId, KEY, &response); in TEST_P() 304 const auto overwriteRet = weaver_->write(slotId, KEY, OTHER_VALUE); in TEST_P() 308 const auto readRet = weaver_->read(slotId, KEY, &response); in TEST_P() 321 const auto writeRet = weaver_->write(slotId, KEY, VALUE); in TEST_P() 340 const auto writeRet = weaver_->write(config_.slots, KEY, VALUE); in TEST_P() 354 const auto readRet = weaver_->read(config_.slots, KEY, &response); in TEST_P() 377 const auto writeRet = weaver_->write(first_free_slot_, KEY, bigValue); in TEST_P()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/apex/ |
D | com.google.emulated.camera.provider.hal.pem | 1 -----BEGIN RSA PRIVATE KEY----- 51 -----END RSA PRIVATE KEY-----
|
/hardware/interfaces/apexkey/ |
D | com.android.hardware.pem | 1 -----BEGIN PRIVATE KEY----- 52 -----END PRIVATE KEY-----
|