/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | LinearMap.h | 130 enum FindMethod { enum 226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { 233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { 301 T findU(T v, T *uArray, T *vArray, FindMethod *method, in findU()
|
/aosp12/libnativehelper/ |
H A D | JNIHelp.c | 53 static jmethodID FindMethod(JNIEnv* env, in FindMethod() function 83 jmethodID getName = FindMethod(env, "java/lang/Class", "getName", "()Ljava/lang/String;"); in GetExceptionSummary() 104 FindMethod(env, "java/lang/Throwable", "getMessage", "()Ljava/lang/String;"); in GetExceptionSummary() 138 FindMethod(env, "java/io/StringWriter", "toString", "()Ljava/lang/String;"); in StringWriterToString() 169 FindMethod(env, "java/lang/Throwable", "printStackTrace", "(Ljava/io/PrintWriter;)V"); in GetStackTrace()
|
H A D | JniConstants.c | 89 static jmethodID FindMethod(JNIEnv* env, jclass cls, in FindMethod() function 126 FindMethod(g_init_env, CLASS_NAME(cls), name, signature, isStatic); in InitializeConstants()
|
/aosp12/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 102 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod() function 132 jmethodID getName = FindMethod(env, "java/lang/Class", "getName", "()Ljava/lang/String;"); in GetExceptionSummary() 153 FindMethod(env, "java/lang/Throwable", "getMessage", "()Ljava/lang/String;"); in GetExceptionSummary() 187 FindMethod(env, "java/io/StringWriter", "toString", "()Ljava/lang/String;"); in StringWriterToString() 219 FindMethod(env, "java/lang/Throwable", "printStackTrace", "(Ljava/io/PrintWriter;)V"); in GetStackTrace()
|
/aosp12/art/libdexfile/external/ |
H A D | dex_file_ext.cc | 58 inline bool FindMethod(uint32_t dex_offset, /*out*/ ADexFile_Method* result) { in FindMethod() function 227 if (!self->FindMethod(dex_offset, &info)) { in ADexFile_findMethodAtOffset()
|
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 2034 static ArtMethod* FindMethod(Thread* self, in FindMethod() function 2050 ArtMethod* method = FindMethod(self, class_linker, Descriptor, Name, Signature); \ in InitializeInvokeHandlers() 2062 ArtMethod* method = FindMethod(self, class_linker, Descriptor, Name, Signature); \ in InitializeJNIHandlers()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 567 static ArtMethod* FindMethod(ObjPtr<mirror::Class> c, in FindMethod() function 2541 m = FindMethod<true>(current_class, name, sig); in RegisterNatives() 2547 m = FindMethod<false>(current_class, name, sig); in RegisterNatives()
|
/aosp12/art/runtime/ |
H A D | class_linker.cc | 7668 ArtMethod* FindMethod(ArtMethod* interface_method, 7784 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( in FindMethod() function in art::ClassLinker::LinkInterfaceMethodsHelper 8331 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods()
|