Searched refs:commit (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/base/core/jni/
H A Dandroid_nio_utils.h51 * @param commit JNI_FALSE if the pointer was just read, and JNI_TRUE if
55 jboolean commit);
59 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit);
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.cpp94 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
97 commit ? 0 : JNI_ABORT);
/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 DAudioShelvingFilter.h68 // Sets gain value. Actual change will only take place upon commit().
77 // commit().
90 void commit(bool immediate = false);
H A DAudioEqualizer.h105 // Sets gain value. Actual change will only take place upon commit().
118 // commit().
130 // Sets bandwidth value. Actual change will only take place upon commit().
167 // Change will not be applied until commit() is called.
177 void commit(bool immediate = false);
H A DAudioPeakingFilter.h62 // Sets gain value. Actual change will only take place upon commit().
70 // Sets bandwidth value. Actual change will only take place upon commit().
78 // Sets frequency value. Actual change will only take place upon commit().
96 void commit(bool immediate = false);
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/ex/common/java/com/android/common/
H A DSharedPreferencesCompat.java26 * falling back to commit when apply isn't available.
50 editor.commit();
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java69 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
98 public void commit() { method in class:JournaledFile
100 throw new IllegalStateException("no file to commit");
/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 DDialogFragment.java230 ft.commit();
240 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
247 mBackStackId = transaction.commit();
292 ft.commit();
/frameworks/base/core/java/android/content/
H A DSharedPreferences.java65 * back to the original {@link SharedPreferences} until you call {@link #commit}
71 * {@link #commit} or {@link #apply} are called.
83 * back once {@link #commit} is called.
94 * {@link #commit} or {@link #apply} are called.
106 * {@link #commit} or {@link #apply} are called.
118 * {@link #commit} or {@link #apply} are called.
130 * once {@link #commit} or {@link #apply} are called.
142 * will be done in the actual preferences once {@link #commit} is
158 * preferences. Once commit is called, the only remaining preferences
177 * time, the last one to call commit win
186 boolean commit(); method in interface:SharedPreferences.Editor
[all...]
/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 DDialogFragment.java127 ft.commit();
137 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
144 mBackStackId = transaction.commit();
189 ft.commit();
H A DFragmentTabHost.java236 ft.commit();
278 ft.commit();
309 ft.commit();
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp93 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
96 commit ? 0 : JNI_ABORT);
H A DGLES10cHeader.cpp104 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
107 commit ? 0 : JNI_ABORT);
H A DGLES11ExtcHeader.cpp101 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
104 commit ? 0 : JNI_ABORT);
H A DGLES11cHeader.cpp100 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
103 commit ? 0 : JNI_ABORT);
H A DGLES20cHeader.cpp93 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
96 commit ? 0 : JNI_ABORT);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java228 ft.commit();
270 ft.commit();
301 ft.commit();
/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java90 * If in no-commit mode, the shared editor to give out (which will be
91 * committed when exiting no-commit mode).
492 editor.commit();
500 * Do NOT commit unless {@link #shouldCommit()} returns true.
519 * Whether it is the client's responsibility to commit on the
523 * @return Whether the client should commit.
537 mEditor.commit();
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp146 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
149 commit ? 0 : JNI_ABORT);

Completed in 3409 milliseconds

123