/frameworks/base/media/jni/ |
android_media_MediaRecorder.cpp | 366 ALOGV("native_reset"); 368 process_media_recorder_call(env, mr->reset(), "java/lang/RuntimeException", "native_reset failed."); 476 {"native_reset", "()V", (void *)android_media_MediaRecorder_native_reset},
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 274 {"native_reset","(I)V", (void*) SkPathGlue::reset},
|
Matrix.cpp | 366 {"native_reset","(I)V", (void*) SkMatrixGlue::reset},
|
Paint.cpp | 802 {"native_reset","(I)V", (void*) SkPaintGlue::reset}, [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 288 native_reset(native_instance); 810 private static native void native_reset(int native_object); method in class:Matrix
|
Path.java | 84 native_reset(mNativePath); 708 private static native void native_reset(int nPath); method in class:Path
|
Paint.java | 470 native_reset(mNativePaint); 2212 private static native void native_reset(int native_object); method in class:Paint [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 113 /*package*/ static void native_reset(int nPath) { method in class:Path_Delegate 126 native_reset(nPath);
|
Matrix_Delegate.java | 216 /*package*/ static void native_reset(int native_object) { method in class:Matrix_Delegate [all...] |
Paint_Delegate.java | 663 /*package*/ static void native_reset(int native_object) { method in class:Paint_Delegate [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 741 native_reset(); method 747 private native void native_reset(); method in class:MediaRecorder [all...] |