Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dprint.cpp174 for (unsigned int screenIndex = 0; screenIndex < screenCount; in printLayerProperties() local
175 ++screenIndex) in printLayerProperties()
177 unsigned int screenid = screenArray[screenIndex]; in printLayerProperties()
292 for (unsigned int screenIndex = 0; screenIndex < screenCount; ++screenIndex) in printScene() local
294 unsigned int screenid = screenArray[screenIndex]; in printScene()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_control_test.cpp245 for (uint screenIndex = 0; screenIndex < numberOfScreens; ++screenIndex) in TEST_F() local
247 uint screen = screenIDs[screenIndex]; in TEST_F()