Home
last modified time | relevance | path

Searched refs:KEY (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm8150/gps/utils/
DLocUnorderedSetMap.h79 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/
DLocUnorderedSetMap.h72 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/sm7250/gps/utils/
DLocUnorderedSetMap.h79 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/sm7150/gps/utils/
DLocUnorderedSetMap.h72 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/aidl/vts/
DVtsHalWeaverTargetTest.cpp31 const std::vector<uint8_t> KEY{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; variable
89 const auto writeRet = weaver->write(lastSlot, KEY, VALUE); in TEST_P()
99 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_P()
105 const auto readRet = weaver->read(slotId, KEY, &response); in TEST_P()
125 const auto overwriteRet = weaver->write(slotId, KEY, OTHER_VALUE); in TEST_P()
131 const auto readRet = weaver->read(slotId, KEY, &response); in TEST_P()
147 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_P()
176 const auto writeRet = weaver->write(config.slots, KEY, VALUE); in TEST_P()
197 weaver->read(config.slots, KEY, &response); in TEST_P()
235 const auto writeRet = weaver->write(slotId, KEY, bigValue); in TEST_P()
/hardware/interfaces/weaver/1.0/vts/functional/
DVtsHalWeaverV1_0TargetTest.cpp32 const std::vector<uint8_t> KEY{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; variable
115 const auto writeRet = weaver->write(lastSlot, KEY, VALUE); in TEST_P()
126 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_P()
134 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_P()
158 const auto overwriteRet = weaver->write(slotId, KEY, OTHER_VALUE); in TEST_P()
166 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_P()
185 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_P()
222 const auto writeRet = weaver->write(config.slots, KEY, VALUE); in TEST_P()
250 weaver->read(config.slots, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_P()
300 const auto writeRet = weaver->write(slotId, KEY, bigValue); in TEST_P()
/hardware/google/pixel/vibrator/drv2624/apex/
Dcom.android.vibrator.drv2624.pem1 -----BEGIN RSA PRIVATE KEY-----
51 -----END RSA PRIVATE KEY-----
Dkey.pem1 -----BEGIN PRIVATE KEY-----
52 -----END PRIVATE KEY-----