Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DPersistableBundle.cpp211 void PersistableBundle::putDoubleVector(const String16& key, const vector<double>& value) { in putDoubleVector() function in android::os::PersistableBundle
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h241 void putDoubleVector(const std::string& key, const std::vector<double>& vec) { in putDoubleVector() function