/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_NotifyExpectedPresentTest.cpp | 80 return committed; in commit() 113 bool committed = true; member 167 mCompositor->committed = false; in TEST_F() 210 mCompositor->committed = false; in TEST_F() 244 mCompositor->committed = true; in TEST_F() 300 mCompositor->committed = false; in TEST_F() 361 mCompositor->committed = false; in TEST_F() 380 mCompositor->committed = true; in TEST_F()
|
D | SchedulerTest.cpp | 490 bool committed = true; in TEST_F() member 510 return committed; in TEST_F() 549 compositor.committed = false; in TEST_F() 558 compositor.committed = true; in TEST_F()
|
/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/ |
D | RollbackTest.java | 185 RollbackInfo committed = getUniqueRollbackInfoForPackage( in testBasic() local 187 assertThat(committed).isNotNull(); in testBasic() 188 assertThat(committed).isNotStaged(); in testBasic() 189 assertThat(committed).packagesContainsExactly( in testBasic() 191 assertThat(committed).hasRollbackId(available.getRollbackId()); in testBasic()
|
/frameworks/av/media/codec2/hal/client/ |
D | GraphicsTracker.cpp | 366 bool committed = true; in configureMaxDequeueCount() local 369 committed = (ret == ::android::OK); in configureMaxDequeueCount() 370 if (committed) { in configureMaxDequeueCount() 385 if (committed) { in configureMaxDequeueCount() 405 if (!committed) { in configureMaxDequeueCount() 430 bool committed = true; in updateDequeueConf() local 433 committed = (ret == ::android::OK); in updateDequeueConf() 434 if (committed) { in updateDequeueConf() 445 if (committed) { in updateDequeueConf()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerHistoricalSession.java | 86 String stageCid, float clientProgress, float progress, boolean committed, in PackageInstallerHistoricalSession() argument 107 this.mCommitted = committed; in PackageInstallerHistoricalSession()
|
D | PackageInstallerSession.java | 1156 boolean prepared, boolean committed, boolean destroyed, boolean sealed, in PackageInstallerSession() argument 1212 mCommitted.set(committed); in PackageInstallerSession() 5792 final boolean committed = in.getAttributeBoolean(null, ATTR_COMMITTED, false); 5969 stageCid, fileArray, checksumsMap, prepared, committed, destroyed, sealed,
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | README.md | 229 You can get a list with details about available and recently committed rollbacks 235 -state: committed 244 -state: committed 255 The example above shows two recently committed rollbacks. The update of 261 The state is 'available' or 'committed'. The timestamp gives the time when the 267 committed.
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/mutate/ |
D | PackageStateMutator.java | 154 public Result(boolean committed, boolean packagesChanged, boolean stateChanged, in Result() argument 156 mCommitted = committed; in Result()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | readme.md | 65 - Queue and filter transactions that are ready to be committed.
|
/frameworks/proto_logging/stats/atoms/autofill/ |
D | autofill_extension_atoms.proto | 200 * has been committed.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 4398 boolean committed = mWinAnimator.commitFinishDrawingLocked(); in commitFinishDrawing() 4399 if (committed) { in commitFinishDrawing() 4404 committed |= mChildren.get(i).commitFinishDrawing(t); in commitFinishDrawing() 4406 return committed; in commitFinishDrawing()
|
D | ActivityRecord.java | 5918 boolean committed = false; in commitFinishDrawing() 5920 committed |= mChildren.get(i).commitFinishDrawing(t); in commitFinishDrawing() 5922 if (committed) { in commitFinishDrawing()
|
D | DisplayContent.java | 1015 final boolean committed = w.mWinAnimator.commitFinishDrawingLocked(); 1016 if (isDefaultDisplay && committed) {
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 7719 // Id of the Blob committed 18149 * Logs the current state of a Blob committed with BlobStoreManager 21672 // New locales were committed. 22346 6; // Session was prematurely committed. This can happen due to various
|