Home
last modified time | relevance | path

Searched refs:getLongVector (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h78 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
/frameworks/native/include/binder/
DPersistableBundle.h78 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h136 p_bundle->getLongVector(*key, &out);
/frameworks/av/drm/libmediadrm/tests/
DDrmMetrics_test.cpp231 EXPECT_TRUE(bundle.getLongVector(key, &values)) in TEST_F()
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp197 bool ret = pBundle->mPBundle.getLongVector(android::String16(key), &newVec); in APersistableBundle_getLongVector()
/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
/frameworks/native/libs/binder/
DPersistableBundle.cpp254 bool PersistableBundle::getLongVector(const String16& key, vector<int64_t>* out) const { in getLongVector() function in android::os::PersistableBundle