Home
last modified time | relevance | path

Searched defs:getDoubleVector (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DPersistableBundle.cpp261 bool PersistableBundle::getDoubleVector(const String16& key, vector<double>* out) const { in getDoubleVector() function in android::os::PersistableBundle
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h363 bool getDoubleVector(const std::string& key, std::vector<double>* _Nonnull vec) const { in getDoubleVector() function