Searched defs:save (Results 1 - 25 of 38) sorted by path

12

/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp76 int save(const char *fileName) { function in class:AudioRecorder
513 int written = loopbackData.audioRecorder.save(FILENAME);
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp55 sp<AState> save = mState; local
61 CHECK(save == mState);
/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java64 public boolean save() { method in class:GestureLibraries.FileGestureLibrary
80 mStore.save(new FileOutputStream(file), true);
83 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
85 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
123 public boolean save() { method in class:GestureLibraries.ResourceGestureLibrary
H A DGestureLibrary.java30 public abstract boolean save(); method in class:GestureLibrary
H A DGestureStore.java221 public void save(OutputStream stream) throws IOException { method in class:GestureStore
222 save(stream, false);
225 public void save(OutputStream stream, boolean closeStream) throws IOException { method in class:GestureStore
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java414 * Sets whether the WebView should save form data. In Android O, the
416 * form data. Therefore, the Webview form data save feature is disabled.
424 public abstract void setSaveFormData(boolean save); argument
436 * Sets whether the WebView should save passwords. The default is true.
440 public abstract void setSavePassword(boolean save); argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp84 static jint save(jlong canvasHandle, jint flagsHandle) { function in namespace:android::CanvasJNI
86 return static_cast<jint>(get_canvas(canvasHandle)->save(flags));
355 canvas->save(SaveFlags::MatrixClip);
393 canvas->save(SaveFlags::MatrixClip);
588 {"nSave","(JI)I", (void*) CanvasJNI::save},
/frameworks/base/graphics/java/android/graphics/
H A DCamera.java35 * Saves the camera state. Each save should be balanced
38 * @see #save()
40 public native void save(); method in class:Camera
H A DCanvas.java162 * layers, filters, and the save/restore stack are reset. Additionally,
315 * @deprecated Use the flagless version of {@link #save()}, {@link #saveLayer(RectF, Paint)} or
326 * @deprecated Use the flagless version of {@link #save()}, {@link #saveLayer(RectF, Paint)} or
364 * Restore everything when restore() is called (standard save flags).
381 * existed before the save() will be reinstated.
383 * @return The value to pass to restoreToCount() to balance this save()
385 public int save() { method in class:Canvas
390 * Based on saveFlags, can save the current matrix and clip onto a private
393 * parameter-less save(). It is simpler and faster than individually
399 * existed before the save() wil
406 public int save(@Saveflags int saveFlags) { method in class:Canvas
[all...]
/frameworks/base/libs/hwui/
H A DCanvasState.cpp116 * Guaranteed to save without side-effects
118 * This approach, here and in restoreSnapshot(), allows subclasses to directly manipulate the save
126 int CanvasState::save(int flags) { function in class:android::uirenderer::CanvasState
H A DRecordingCanvas.cpp106 int RecordingCanvas::save(SaveFlags::Flags flags) { function in class:android::uirenderer::RecordingCanvas
107 return mState.save((int) flags);
160 int saveValue = mState.save((int) flags);
469 save(SaveFlags::Matrix);
490 save(SaveFlags::Matrix);
506 save(SaveFlags::Matrix);
H A DSkiaCanvas.cpp97 // clean up the old save stack
125 int SkiaCanvas::save(SaveFlags::Flags flags) { function in class:android::SkiaCanvas
126 int count = mCanvas->save();
259 // A partial save is a save operation which doesn't capture the full canvas state.
266 // not a partial save.
282 // Only need tracking when in a partial save frame which
305 // If the current/post-restore save rec is also persisting clips, we
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeEnablerManager.java81 public void save(Context context, PreferenceFragment fragment) { method in class:InputMethodAndSubtypeEnablerManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java172 save();
224 private void save() { method in class:QSCustomizer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java149 save();
228 public void save() { method in class:GestureRecorder
250 save();
H A DNotificationGuts.java100 * @param save whether the state should be saved.
104 public boolean handleCloseControls(boolean save, boolean force); argument
139 closeControls(-1 /* x */, -1 /* y */, false /* save */, false /* force */);
218 closeControls(x, y, true /* save */, force);
220 closeControls(x, y, true /* save */, force);
225 public void closeControls(int x, int y, boolean save, boolean force) { argument
233 if (mGutsContent == null || !mGutsContent.handleCloseControls(save, force)) {
H A DNotificationInfo.java85 // Invoked when importance has changed and the NotificationInfo wants to try to save it.
399 public boolean handleCloseControls(boolean save, boolean force) { argument
400 if (save && hasImportanceChanged()) {
H A DNotificationSnooze.java220 mGutsContainer.closeControls(x, y, false /* save */, false /* force */);
247 public boolean handleCloseControls(boolean save, boolean force) { argument
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java66 public abstract void save(); method in interface:GLCanvas
68 // Same as save(), but only save those specified in saveFlags.
69 public abstract void save(int saveFlags); method in interface:GLCanvas
76 // alpha, and clip). This call balances a previous call to save(), and is
78 // last save call.
H A DGLES20Canvas.java438 public void save() { method in class:GLES20Canvas
439 save(SAVE_FLAG_ALL);
443 public void save(int saveFlags) { method in class:GLES20Canvas
673 save(SAVE_FLAG_MATRIX);
769 save(SAVE_FLAG_ALPHA);
841 save(); // save matrix and alpha and blending
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java143 * Contexts read from the app; they will be updated (sanitized, change values for save) before
575 public void save() { method in class:Session
578 Slog.w(TAG, "Call to Session#save() rejected - session: "
715 * Shows the save UI, when session can be saved.
835 if (sDebug) Slog.d(TAG, "at least one field changed - showing save UI");
854 * Returns whether the session is currently showing the save UI
884 * Calls service when user requested save.
927 Slog.v(TAG, "Dumping structure of " + context + " before calling service.save()");
1188 // We only need to track views if we want to save once they become invisible.
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java48 * authentication flow; save UI that shows a toast style window for
70 void save(); method in interface:AutoFillUI.AutoFillUiCallback
242 * Shows the UI asking the user to save for autofill.
267 mCallback.save();
/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java93 save();
259 private void save() { method in class:PersistentDataStore
278 Slog.w(TAG, "Failed to save display manager persistent store data.", ex);
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java90 save();
256 private void save() { method in class:PersistentDataStore
275 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java193 save();
197 private void save() { method in class:PersistentDataStore
217 Slog.w(TAG, "Failed to save tv input manager persistent store data.", ex);

Completed in 550 milliseconds

12