Searched defs:commit (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java60 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
89 public void commit() { method in class:JournaledFile
91 throw new IllegalStateException("no file to commit");
/frameworks/av/media/libeffects/testlibs/
H A DAudioPeakingFilter.cpp55 commit(true);
62 commit(true);
87 void AudioPeakingFilter::commit(bool immediate) { function in class:android::AudioPeakingFilter
H A DAudioShelvingFilter.cpp61 commit(true);
67 commit(true);
89 void AudioShelvingFilter::commit(bool immediate) { function in class:android::AudioShelvingFilter
H A DAudioEqualizer.cpp101 commit(true);
216 void AudioEqualizer::commit(bool immediate) { function in class:android::AudioEqualizer
217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java233 * Schedules a commit of this transaction. The commit does
238 * prior to its containing activity saving its state. If the commit is
240 * because the state after the commit can be lost if the activity needs to
242 * situations where it may be okay to lose the commit.</p>
248 public abstract int commit(); method in class:FragmentTransaction
251 * Like {@link #commit} but allows the commit to be executed after an
252 * activity's state is saved. This is dangerous because the commit can
H A DSharedPreferencesImpl.java373 // a memory commit comes in when we're already
432 public boolean commit() { method in class:SharedPreferencesImpl.EditorImpl
479 * the write proceeds. if null (from a regular commit()),
504 // Typical #commit() path with fewer allocations, doing a write on
H A DBackStackRecord.java531 public int commit() { method in class:BackStackRecord
540 if (mCommitted) throw new IllegalStateException("commit already called");
557 throw new IllegalStateException("addToBackStack() called after commit()");
/frameworks/base/core/java/android/content/
H A DSharedPreferences.java64 * back to the original {@link SharedPreferences} until you call {@link #commit}
70 * {@link #commit} or {@link #apply} are called.
82 * back once {@link #commit} is called.
93 * {@link #commit} or {@link #apply} are called.
105 * {@link #commit} or {@link #apply} are called.
117 * {@link #commit} or {@link #apply} are called.
129 * once {@link #commit} or {@link #apply} are called.
141 * will be done in the actual preferences once {@link #commit} is
157 * preferences. Once commit is called, the only remaining preferences
176 * time, the last one to call commit win
185 boolean commit(); method in interface:SharedPreferences.Editor
[all...]
/frameworks/base/core/jni/
H A Dandroid_nio_utils.cpp54 jboolean commit) {
56 commit ? 0 : JNI_ABORT);
62 jboolean commit) {
64 fCommit = commit;
53 nio_releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
61 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit) argument
H A Dandroid_opengl_GLES10Ext.cpp97 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
100 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES11.cpp104 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
107 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES10.cpp108 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
111 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES11Ext.cpp106 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
109 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES20.cpp97 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
100 commit ? 0 : JNI_ABORT);
H A Dcom_google_android_gles_jni_GLImpl.cpp150 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
153 commit ? 0 : JNI_ABORT);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp96 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
99 commit ? 0 : JNI_ABORT);
H A DGLES10cHeader.cpp107 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
110 commit ? 0 : JNI_ABORT);
H A DGLES11ExtcHeader.cpp105 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
108 commit ? 0 : JNI_ABORT);
H A DGLES11cHeader.cpp103 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
106 commit ? 0 : JNI_ABORT);
H A DGLES20cHeader.cpp96 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
99 commit ? 0 : JNI_ABORT);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp200 status_t HWComposer::commit() const { function in class:android::HWComposer
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTransaction.java247 * Schedules a commit of this transaction. The commit does
252 * prior to its containing activity saving its state. If the commit is
254 * because the state after the commit can be lost if the activity needs to
256 * situations where it may be okay to lose the commit.</p>
262 public abstract int commit(); method in class:FragmentTransaction
265 * Like {@link #commit} but allows the commit to be executed after an
266 * activity's state is saved. This is dangerous because the commit can
H A DBackStackRecord.java531 public int commit() { method in class:BackStackRecord
540 if (mCommitted) throw new IllegalStateException("commit already called");
557 throw new IllegalStateException("addToBackStack() called after commit()");
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp149 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
152 commit ? 0 : JNI_ABORT);

Completed in 2194 milliseconds