Home
last modified time | relevance | path

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

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