Searched defs:restore (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_backup_FileBackupHelperBase.cpp83 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local
89 err = restore->WriteFile(String8(filename), reader);
101 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local
104 err = restore->WriteSnapshot(fd);
/frameworks/base/graphics/java/android/graphics/
H A DCamera.java36 * with a call to {@link #restore()}.
45 * @see #restore()
47 public native void restore(); method in class:Camera
H A DCanvas.java208 * layers, filters, and the save/restore stack are reset with the exception
334 /** restore the current matrix when restore() is called */
336 /** restore the current clip when restore() is called */
344 /** restore everything when restore() is called */
350 * will all operate as usual, but when the balancing call to restore()
362 * call to restore() is made, those calls will be forgotten, and the
366 * to save/restore
438 public native void restore(); method in class:Canvas
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java548 public void restore(int blockIndex) throws IOException { method in class:MifareClassic
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java81 public abstract void restore(); method in interface:GLCanvas
200 * After LightCycle makes GL calls, this method is called to restore the GL
H A DGLES20Canvas.java138 // Keep track of restore state
466 public void restore() { method in class:GLES20Canvas
681 restore();
782 restore();
836 restore(); // restore matrix and alpha
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java160 /** sets an optional copy of the original content to be used during restore */
239 * upon restore
263 * into the main graphics when {@link #restore()} is called.
268 * upon restore
363 public GcSnapshot restore() { method in class:GcSnapshot
369 * @param saveCount the saveCount or -1 to only restore 1.
546 // restore the current one first.
549 if (size == saveCount + 1) { // this was the only one that needed restore.
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp55 /* Directory paths that we will not backup/restore */
110 // directory itself, since the restore file won't
446 fprintf(stderr, "bad token %d in restore file\n", *type);
452 fprintf(stderr, "bad path length %d in restore file\n", pathLen);
457 fprintf(stderr, "truncated path in restore file\n");
466 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
471 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
476 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
481 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
487 fprintf(stderr, "bad mtime in restore fil
661 int restore = 0; local
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp166 void DisplayListRenderer::restore() { function in class:android::uirenderer::DisplayListRenderer
174 OpenGLRenderer::restore();
H A DOpenGLRenderer.cpp726 void OpenGLRenderer::restore() { function in class:android::uirenderer::OpenGLRenderer
843 // operations will be able to store and restore the current clip and transform info, and
1048 // Unbind current FBO and restore previous one
1173 * by saveLayer's restore
1459 // (Note: saveLayer/restore use colorFilter and alpha, so we just save restore everything)
2168 // to the vertex shader. The save/restore is a bit overkill.
2176 restore();
2404 restore();
3077 restore();
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.h209 // suspend or restore effect according to the type of effect passed. a NULL
436 void restore() function in class:PlaybackThread
438 // if restore() is done without suspend(), get back into
/frameworks/base/core/java/android/view/
H A DWindowManager.java1623 // internal buffer to backup/restore parameters under compatibility mode.
1875 * @see LayoutParams#restore()
1893 void restore() { method in class:WindowManager.LayoutParams
H A DGLES20Canvas.java708 public void restore() { method in class:GLES20Canvas
1107 restore();
1122 restore();
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp180 static void restore(JNIEnv* env, jobject jcanvas) { function in class:android::SkCanvasGlue
183 if (canvas->getSaveCount() <= 1) { // cannot restore anymore
184 doThrowISE(env, "Underflow in restore");
187 canvas->restore();
498 canvas->restore();
1010 {"restore","()V", (void*) SkCanvasGlue::restore},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java239 /*package*/ static void restore(Canvas thisCanvas) { method in class:Canvas_Delegate
246 canvasDelegate.restore();
1182 private void restore() { method in class:Canvas_Delegate
1183 mSnapshot = mSnapshot.restore();
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java183 "android.telephony.apn-restore";
3800 restore();
3815 restore();
3844 public void restore() { method in class:ConnectivityService.VpnCallback

Completed in 3681 milliseconds