Home
last modified time | relevance | path

Searched refs:ilm_setInputAcceptanceOn (Results 1 – 5 of 5) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_input_test.cpp184 ASSERT_EQ(ILM_SUCCESS, ilm_setInputAcceptanceOn(surface1, 0, NULL)); in TEST_F()
191 ASSERT_EQ(ILM_SUCCESS, ilm_setInputAcceptanceOn(surface1, set_seats_count, in TEST_F()
205 ASSERT_EQ(ILM_SUCCESS, ilm_setInputAcceptanceOn(surface1, 1, (t_ilm_string*)&set_seats)); in TEST_F()
206 ASSERT_EQ(ILM_SUCCESS, ilm_setInputAcceptanceOn(surface1, 0, NULL)); in TEST_F()
207 ASSERT_EQ(ILM_SUCCESS, ilm_setInputAcceptanceOn(surface1, 1, (t_ilm_string*)&set_seats)); in TEST_F()
Dilm_input_null_pointer_test.cpp105 EXPECT_EQ(ILM_FAILED, ilm_setInputAcceptanceOn(surface1, set_seats_count, NULL)); in TEST_F()
107 EXPECT_EQ(ILM_FAILED, ilm_setInputAcceptanceOn(0, set_seats_count, (t_ilm_string*)&set_seats)); in TEST_F()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dinput_commands.cpp212 callResult = ilm_setInputAcceptanceOn(surfaceid, count, array);
218 callResult = ilm_setInputAcceptanceOn(surfaceid, 0, NULL);
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/include/
Dilm_input.h40 ilm_setInputAcceptanceOn(t_ilm_surface surfaceID, t_ilm_uint num_seats,
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/src/
Dilm_input.c31 ilm_setInputAcceptanceOn(t_ilm_surface surfaceID, t_ilm_uint num_seats, in ilm_setInputAcceptanceOn() function