Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h62 void putDoubleVector(const String16& key, const std::vector<double>& value);
/frameworks/native/include/binder/
DPersistableBundle.h62 void putDoubleVector(const String16& key, const std::vector<double>& value);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h81 p_bundle->putDoubleVector(*key, value);
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp138 pBundle->mPBundle.putDoubleVector(android::String16(key), newVec); in APersistableBundle_putDoubleVector()
/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
/frameworks/native/libs/binder/
DPersistableBundle.cpp211 void PersistableBundle::putDoubleVector(const String16& key, const vector<double>& value) { in putDoubleVector() function in android::os::PersistableBundle