Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
Dstatsd_drm.cpp113 int32_t method_id = -1; in statsd_drmmanager() local
114 (void) item->getInt32("method_id", &method_id); in statsd_drmmanager()
129 method_id, mime_types.c_str(), in statsd_drmmanager()
147 << " method_id:" << method_id in statsd_drmmanager()
/frameworks/base/startop/view_compiler/
Ddex_builder.cc686 std::optional<const Prototype> DexBuilder::GetPrototypeByMethodId(size_t method_id) const { in GetPrototypeByMethodId()
688 if (entry.second.id == method_id) { in GetPrototypeByMethodId()
Ddex_builder.h566 std::optional<const Prototype> GetPrototypeByMethodId(size_t method_id) const;
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp237 jmethodID method_id = env->GetMethodID(exc_class.get(), "toString", in report_java_lang_error_fatal_error() local
242 env->CallObjectMethod(error, method_id))); in report_java_lang_error_fatal_error()