Home
last modified time | relevance | path

Searched refs:commitChanges (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerLifecycleManagerTest.cpp89 lifecycleManager.commitChanges(); in TEST_F()
109 lifecycleManager.commitChanges(); in TEST_F()
123 lifecycleManager.commitChanges(); in TEST_F()
137 lifecycleManager.commitChanges(); in TEST_F()
153 lifecycleManager.commitChanges(); in TEST_F()
167 lifecycleManager.commitChanges(); in TEST_F()
172 lifecycleManager.commitChanges(); in TEST_F()
177 lifecycleManager.commitChanges(); in TEST_F()
192 lifecycleManager.commitChanges(); in TEST_F()
198 lifecycleManager.commitChanges(); in TEST_F()
[all …]
DLayerHierarchyTest.cpp43 LayerHierarchyTest() : LayerHierarchyTestBase() { mLifecycleManager.commitChanges(); } in LayerHierarchyTest()
326 mLifecycleManager.commitChanges(); in TEST_F()
487 mLifecycleManager.commitChanges(); in TEST_F()
505 mLifecycleManager.commitChanges(); in TEST_F()
537 mLifecycleManager.commitChanges(); in TEST_F()
607 mLifecycleManager.commitChanges(); in TEST_F()
641 mLifecycleManager.commitChanges(); in TEST_F()
663 mLifecycleManager.commitChanges(); in TEST_F()
DLayerHierarchyTest.h178 mLifecycleManager.commitChanges(); in updateAndVerify()
DLayerSnapshotTest.cpp89 mLifecycleManager.commitChanges(); in updateAndVerify()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerLifecycleManager.h62 void commitChanges();
DLayerLifecycleManager.cpp281 void LayerLifecycleManager::commitChanges() { in commitChanges() function in android::surfaceflinger::frontend::LayerLifecycleManager
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl161 void commitChanges() = 83; in commitChanges() method
/frameworks/native/services/surfaceflinger/Tracing/tools/
DLayerTraceGenerator.cpp155 lifecycleManager.commitChanges(); in generate()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp281 void commitChanges() { in commitChanges() function in android::ArrayHelper
381 sphere.commitChanges(); in util_computeBoundingSphere()
504 results.commitChanges(); in util_frustumCullSpheres()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3092 public void commitChanges() throws RemoteException { in commitChanges() method in StorageManagerService
3098 mVold.commitChanges(); in commitChanges()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2322 mLayerLifecycleManager.commitChanges(); in updateLayerSnapshots()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5096 storageManager.commitChanges(); in finishBooting()