Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DPersistableBundle.h78 bool getDoubleVector(const String16& key, std::vector<double>* out) const;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h78 bool getDoubleVector(const String16& key, std::vector<double>* out) const;
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DPersistableBundleFuzzFunctions.h131 p_bundle->getDoubleVector(*key, &out);
/aosp12/frameworks/native/libs/binder/
H A DPersistableBundle.cpp266 bool PersistableBundle::getDoubleVector(const String16& key, vector<double>* out) const { in getDoubleVector() function in android::os::PersistableBundle