Searched refs:createArgs (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CommitTest.cpp | 47 LayerCreationArgs createArgs(uint32_t id, LayerMetadata metadata, uint32_t parentId) { in createArgs() function in android::CommitTest 97 auto parentArgs = createArgs(1, LayerMetadata(metadata), UNASSIGNED_LAYER_ID); in TEST_F() 102 auto childArgs = createArgs(11, LayerMetadata(), 1); in TEST_F() 141 auto parentArgs = createArgs(1, LayerMetadata(metadata), UNASSIGNED_LAYER_ID); in TEST_F() 146 auto childArgs = createArgs(11, LayerMetadata(), 1); in TEST_F()
|
D | FpsReporterTest.cpp | 83 LayerCreationArgs createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, 122 LayerCreationArgs FpsReporterTest::createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, in createArgs() function in android::FpsReporterTest 137 createArgs(/*id=*/id, /*canBeRoot=*/true, /*parent=*/UNASSIGNED_LAYER_ID, in createRootLayer() 146 createArgs(/*id=*/id, /*canBeRoot=*/false, /*parent=*/parentId, in createLayer()
|
D | LayerHierarchyTest.h | 58 LayerCreationArgs createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, in createArgs() function 100 createArgs(/*id=*/id, /*canBeRoot=*/true, /*parent=*/UNASSIGNED_LAYER_ID, in createRootLayer() 115 createArgs(/*id=*/id, /*canBeRoot=*/false, /*parent=*/parentId, in createLayer() 172 createArgs(/*id=*/id, /*canBeRoot=*/false, /*parent=*/parentId, in mirrorLayer()
|
D | LayerLifecycleManagerTest.cpp | 65 return std::make_unique<RequestedLayerState>(createArgs(/*id=*/id, /*canBeRoot=*/true, in rootLayer() 71 return std::make_unique<RequestedLayerState>(createArgs(/*id=*/id, /*canBeRoot=*/false, in childLayer()
|