Searched defs:restore (Results 1 - 14 of 14) 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.java34 * with a call to {@link #restore()}.
43 * @see #restore()
45 public native void restore(); method in class:Camera
H A DCanvas.java295 /** restore the current matrix when restore() is called */
297 /** restore the current clip when restore() is called */
305 /** restore everything when restore() is called */
311 * will all operate as usual, but when the balancing call to restore()
323 * call to restore() is made, those calls will be forgotten, and the
327 * to save/restore
335 * the balancing call to restore() i
399 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/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
655 int restore = 0; local
[all...]
/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/base/core/java/android/view/
H A DWindowManager.java1444 // internal buffer to backup/restore parameters under compatibility mode.
1684 * @see LayoutParams#restore()
1702 void restore() { method in class:WindowManager.LayoutParams
H A DGLES20Canvas.java669 public void restore() { method in class:GLES20Canvas
1038 restore();
1053 restore();
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp156 static void restore(JNIEnv* env, jobject jcanvas) { function in class:android::SkCanvasGlue
159 if (canvas->getSaveCount() <= 1) { // cannot restore anymore
160 doThrowISE(env, "Underflow in restore");
163 canvas->restore();
488 canvas->restore();
973 {"restore","()V", (void*) SkCanvasGlue::restore},
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp722 mTransformCamera->restore();
938 renderer.restore();
1477 void DisplayListRenderer::restore() { function in class:android::uirenderer::DisplayListRenderer
1485 OpenGLRenderer::restore();
H A DOpenGLRenderer.cpp548 void OpenGLRenderer::restore() { function in class:android::uirenderer::OpenGLRenderer
841 // Unbind current FBO and restore previous one
1698 // to the vertex shader. The save/restore is a bit overkill.
1702 restore();
2804 restore();
2867 restore();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java241 /*package*/ static void restore(Canvas thisCanvas) { method in class:Canvas_Delegate
248 canvasDelegate.restore();
1265 private void restore() { method in class:Canvas_Delegate
1266 mSnapshot = mSnapshot.restore();
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java143 "android.telephony.apn-restore";
276 * used internally to restore DNS properties back to the
3312 restore();
3327 restore();
3361 public void restore() { method in class:ConnectivityService.VpnCallback
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h640 // suspend or restore effect according to the type of effect passed. a NULL
1094 void restore() function in class:android::AudioFlinger::PlaybackThread
1096 // if restore() is done without suspend(), get back into
1900 // types or implementations from the suspend/restore mechanism.

Completed in 1844 milliseconds