Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmMetrics.cpp89 metrics->putLongVector(android::String16(error_list_name.c_str()), in ExportCounterMetric()
137 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);
DValue.h117 void putLongVector(const std::vector<int64_t>& value);
/frameworks/native/libs/binder/
DPersistableBundle.cpp202 void PersistableBundle::putLongVector(const String16& key, const vector<int64_t>& value) { in putLongVector() function in android::os::PersistableBundle