Home
last modified time | relevance | path

Searched refs:putDoubleVector (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h62 void putDoubleVector(const String16& key, const std::vector<double>& value);
DValue.h118 void putDoubleVector(const std::vector<double>& value);
/frameworks/native/libs/binder/
DPersistableBundle.cpp207 void PersistableBundle::putDoubleVector(const String16& key, const vector<double>& value) { in putDoubleVector() function in android::os::PersistableBundle