Home
last modified time | relevance | path

Searched refs:ilm_getPropertiesOfSurface (Results 1 – 6 of 6) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/
Dilm_control.h37 ilmErrorTypes ilm_getPropertiesOfSurface(t_ilm_uint surfaceID, struct ilmSurfaceProperties* pSurfac…
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_control_test.cpp201 ASSERT_EQ(ILM_SUCCESS, ilm_getPropertiesOfSurface(surface, &surfaceProperties)); in TEST_F()
469 ASSERT_EQ(ILM_SUCCESS, ilm_getPropertiesOfSurface(surface, &surfaceProperties)); in TEST_F()
489 ASSERT_EQ(ILM_SUCCESS, ilm_getPropertiesOfSurface(surface, &surfaceProperties2)); in TEST_F()
548 ASSERT_NE(ILM_SUCCESS, ilm_getPropertiesOfSurface(0xdeadbeef, &surfaceProperties)); in TEST_F()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/layer-add-surfaces/src/
Dlayer-add-surfaces.c81 ilm_getPropertiesOfSurface(id, &sp); in callbackFunction()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dcommon.cpp266 callResult = ilm_getPropertiesOfSurface(surfaceId, &sp); in captureSceneData()
Dprint.cpp213 ilmErrorTypes callResult = ilm_getPropertiesOfSurface(surfaceid, &p); in printSurfaceProperties()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c2580 ilm_getPropertiesOfSurface(t_ilm_uint surfaceID, in ilm_getPropertiesOfSurface() function