HomeSort by relevance Sort by last modified time
    Searched refs:getLongVector (Results 1 - 6 of 6) sorted by null

  /frameworks/native/libs/binder/include/binder/
PersistableBundle.h 78 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
Value.h 132 bool getLongVector(std::vector<int64_t>* out) const;
  /frameworks/native/libs/binder/
PersistableBundle.cpp 250 bool PersistableBundle::getLongVector(const String16& key, vector<int64_t>* out) const {
  /system/netd/tests/
binder_test.cpp     [all...]
  /frameworks/av/drm/libmediadrm/tests/
DrmMetrics_test.cpp 227 EXPECT_TRUE(bundle.getLongVector(key, &values))
  /system/netd/server/
NetdNativeService.cpp 353 bundle->getLongVector(iface, &statsVector);

Completed in 470 milliseconds