Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmMetricsConsumer.cpp83 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportCounterMetric()
131 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportEventMetric()
/aosp12/frameworks/native/include/binder/
H A DPersistableBundle.h60 void putLongVector(const String16& key, const std::vector<int64_t>& value);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h60 void putLongVector(const String16& key, const std::vector<int64_t>& value);
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DPersistableBundleFuzzFunctions.h86 p_bundle->putLongVector(*key, value);
/aosp12/frameworks/native/libs/binder/
H A DPersistableBundle.cpp214 void PersistableBundle::putLongVector(const String16& key, const vector<int64_t>& value) { in putLongVector() function in android::os::PersistableBundle
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_parcelables.cpp114 non_empty_bundle.putLongVector(String16("test_long_vector"), in TEST_F()