Home
last modified time | relevance | path

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

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