Home
last modified time | relevance | path

Searched refs:layerids (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
115 unsigned int layerid = layerids[i]; in watchLayer()
133 unsigned int layerid = layerids[i]; in watchLayer()
145 if (layerids) in watchLayer()
147 delete[] layerids; in watchLayer()
Dcommands.cpp494 unsigned int* layerids = NULL; variable
496 input->getUintArray("idarray", &layerids, &layeridCount);
498 watchLayer(layerids, layeridCount);
499 delete[] layerids;
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DLMControl.h219 void watchLayer(unsigned int* layerids, unsigned int layeridCount);