Home
last modified time | relevance | path

Searched refs:layeridCount (Results 1 – 3 of 3) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dcontrol.cpp111 void watchLayer(unsigned int* layerids, unsigned int layeridCount) in watchLayer() argument
113 for (unsigned int i = 0; i < layeridCount; ++i) in watchLayer()
131 for (unsigned int i = 0; i < layeridCount; ++i) in watchLayer()
Dcommands.cpp495 unsigned int layeridCount; variable
496 input->getUintArray("idarray", &layerids, &layeridCount);
498 watchLayer(layerids, layeridCount);
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DLMControl.h219 void watchLayer(unsigned int* layerids, unsigned int layeridCount);