Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h77 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
/frameworks/native/include/binder/
DPersistableBundle.h77 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/native/libs/binder/
DPersistableBundle.cpp262 bool PersistableBundle::getLongVector(const String16& key, vector<int64_t>* out) const { in getLongVector() function in android::os::PersistableBundle
/frameworks/av/drm/libmediadrm/tests/
DDrmMetrics_test.cpp231 EXPECT_TRUE(bundle.getLongVector(key, &values)) in TEST_F()