Home
last modified time | relevance | path

Searched refs:native_reset (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaRecorder.java910 native_reset(); in reset()
916 private native void native_reset(); in native_reset() method in MediaRecorder
DMediaCodec.java1796 native_reset(); in reset()
1799 private native final void native_reset(); in native_reset() method in MediaCodec
/frameworks/base/graphics/java/android/graphics/
DPath.java80 native_reset(mNativePath); in reset()
811 private static native void native_reset(long nPath); in native_reset() method in Path
DMatrix.java298 native_reset(native_instance); in reset()
844 private static native void native_reset(long native_object); in native_reset() method in Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java121 /*package*/ static void native_reset(long nPath) { in native_reset() method in Path_Delegate
134 native_reset(nPath); in native_rewind()
DMatrix_Delegate.java226 /*package*/ static void native_reset(long native_object) { in native_reset() method in Matrix_Delegate