Home
last modified time | relevance | path

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

/third_party/weston/tests/
Dweston-test.c62 bool is_seat_initialized; member
106 assert(!test->is_seat_initialized && in test_seat_init()
111 test->is_seat_initialized = true; in test_seat_init()
129 assert(test->is_seat_initialized && in test_seat_release()
131 test->is_seat_initialized = false; in test_seat_release()
797 if (test->is_seat_initialized) in handle_compositor_destroy()