Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DPersistableBundle.h79 bool getDoubleVector(const String16& key, std::vector<double>* out) const;
/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h79 bool getDoubleVector(const String16& key, std::vector<double>* out) const;
/frameworks/native/libs/binder/
DPersistableBundle.cpp255 bool PersistableBundle::getDoubleVector(const String16& key, vector<double>* out) const { in getDoubleVector() function in android::os::PersistableBundle