Searched refs:native_reset (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_message_digest_sha1.cpp51 static void native_reset(JNIEnv *env, jobject clazz) function
56 printf("sha1.native_reset: free context\n");
111 native_reset(env, clazz);
123 {"reset", "()V", (void *)native_reset},
H A Dandroid_security_Md5MessageDigest.cpp40 static void native_reset(JNIEnv *env, jobject clazz) function in namespace:android
87 native_reset(env, clazz);
103 {"reset", "()V", (void *)native_reset},
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java570 native_reset();
576 private native void native_reset(); method in class:MediaRecorder
/frameworks/base/graphics/java/android/graphics/
H A DPath.java53 native_reset(mNativePath);
547 private static native void native_reset(int nPath); method in class:Path
H A DMatrix.java96 native_reset(native_instance);
601 private static native void native_reset(int native_object); method in class:Matrix
H A DPaint.java215 native_reset(mNativePaint);
1372 private static native void native_reset(int native_object); method in class:Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java113 /*package*/ static void native_reset(int nPath) { method in class:Path_Delegate
126 native_reset(nPath);
H A DMatrix_Delegate.java216 /*package*/ static void native_reset(int native_object) { method in class:Matrix_Delegate
H A DPaint_Delegate.java631 /*package*/ static void native_reset(int native_object) { method in class:Paint_Delegate

Completed in 115 milliseconds