Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmMetricsConsumer.cpp81 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportCounterMetric()
129 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportEventMetric()
/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h61 void putLongVector(const String16& key, const std::vector<int64_t>& value);
/frameworks/native/include/binder/
DPersistableBundle.h61 void putLongVector(const String16& key, const std::vector<int64_t>& value);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h86 p_bundle->putLongVector(*key, value);
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp129 pBundle->mPBundle.putLongVector(android::String16(key), newVec); in APersistableBundle_putLongVector()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h233 void putLongVector(const std::string& key, const std::vector<int64_t>& vec) { in putLongVector() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp206 void PersistableBundle::putLongVector(const String16& key, const vector<int64_t>& value) { in putLongVector() function in android::os::PersistableBundle