Home | History | Annotate | Download | only in binder

Lines Matching full:getvalue

49 bool getValue(const android::String16& key, T* out, const map<android::String16, T>& map) {
223 return getValue(key, out, mBoolMap);
227 return getValue(key, out, mIntMap);
231 return getValue(key, out, mLongMap);
235 return getValue(key, out, mDoubleMap);
239 return getValue(key, out, mStringMap);
243 return getValue(key, out, mBoolVectorMap);
247 return getValue(key, out, mIntVectorMap);
251 return getValue(key, out, mLongVectorMap);
255 return getValue(key, out, mDoubleVectorMap);
259 return getValue(key, out, mStringVectorMap);
263 return getValue(key, out, mPersistableBundleMap);