Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h79 bool getDoubleVector(const String16& key, std::vector<double>* out) const;
/frameworks/native/include/binder/
DPersistableBundle.h79 bool getDoubleVector(const String16& key, std::vector<double>* out) const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h131 p_bundle->getDoubleVector(*key, &out);
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp204 bool ret = pBundle->mPBundle.getDoubleVector(android::String16(key), &newVec); in APersistableBundle_getDoubleVector()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h367 bool getDoubleVector(const std::string& key, std::vector<double>* _Nonnull vec) { in getDoubleVector() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp258 bool PersistableBundle::getDoubleVector(const String16& key, vector<double>* out) const { in getDoubleVector() function in android::os::PersistableBundle