Home
last modified time | relevance | path

Searched refs:testConfigs (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp168 void setExpectationsForConfigs(Display display, std::vector<TestConfig> testConfigs, in setExpectationsForConfigs() argument
171 for (int i = 0; i < testConfigs.size(); i++) { in setExpectationsForConfigs()
172 configIds.push_back(testConfigs[i].id); in setExpectationsForConfigs()
175 getDisplayAttribute_2_4(display, testConfigs[i].id, Attribute::WIDTH, _)) in setExpectationsForConfigs()
176 .WillRepeatedly(DoAll(SetArgPointee<3>(testConfigs[i].w), Return(Error::NONE))); in setExpectationsForConfigs()
178 getDisplayAttribute_2_4(display, testConfigs[i].id, Attribute::HEIGHT, _)) in setExpectationsForConfigs()
179 .WillRepeatedly(DoAll(SetArgPointee<3>(testConfigs[i].h), Return(Error::NONE))); in setExpectationsForConfigs()
181 getDisplayAttribute_2_4(display, testConfigs[i].id, Attribute::VSYNC_PERIOD, in setExpectationsForConfigs()
183 .WillRepeatedly(DoAll(SetArgPointee<3>(testConfigs[i].vsyncPeriod), in setExpectationsForConfigs()
186 getDisplayAttribute_2_4(display, testConfigs[i].id, Attribute::CONFIG_GROUP, in setExpectationsForConfigs()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java2691 public void testConfigs() throws Exception { in testConfigs() method in WifiAwareStateManagerTest