Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h78 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
DValue.h132 bool getLongVector(std::vector<int64_t>* out) const;
/frameworks/native/libs/binder/
DPersistableBundle.cpp250 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.cpp227 EXPECT_TRUE(bundle.getLongVector(key, &values)) in TEST_F()