Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrlog.h37 #define EPHYR_LOG_ERROR(...) macro
50 #ifndef EPHYR_LOG_ERROR
51 #define EPHYR_LOG_ERROR(...) \ macro
59 if (!(cond)) {EPHYR_LOG_ERROR("condition %s failed\n", #cond);return;}
64 if (!(cond)) {EPHYR_LOG_ERROR("condition %s failed\n", #cond);return val;}
H A Dephyrvideo.c199 EPHYR_LOG_ERROR("no atom for string %s defined in host X\n", atom_name); in ephyrLocalAtomToHost()
225 EPHYR_LOG_ERROR("8 bits depth not supported\n"); in ephyrInitVideo()
230 EPHYR_LOG_ERROR("Host has no XVideo extension\n"); in ephyrInitVideo()
238 EPHYR_LOG_ERROR("failed to create xv_priv\n"); in ephyrInitVideo()
243 EPHYR_LOG_ERROR("failed to register adaptors\n"); in ephyrInitVideo()
261 EPHYR_LOG_ERROR("failed to create EphyrXVPriv\n"); in ephyrXVPrivNew()
266 EPHYR_LOG_ERROR("failed to query the host x for xv properties\n"); in ephyrXVPrivNew()
270 EPHYR_LOG_ERROR("failed to set xv_priv hooks\n"); in ephyrXVPrivNew()
364 EPHYR_LOG_ERROR("failed to allocate attributes\n"); in translate_xv_attributes()
463 EPHYR_LOG_ERROR("failed to query host adaptors\n"); in ephyrXVPrivQueryHostAdaptors()
[all …]
H A Dhostx.c1188 EPHYR_LOG_ERROR("XKB extension is not supported in host X server."); in hostx_load_keymap()
1198 EPHYR_LOG_ERROR("Couldn't use XKB extension."); in hostx_load_keymap()
1201 EPHYR_LOG_ERROR("XKB extension is not supported in host X server."); in hostx_load_keymap()
1222 EPHYR_LOG_ERROR("xcb_get_keyboard_mapping_reply() failed."); in hostx_load_keymap()
1234 EPHYR_LOG_ERROR("Failed to allocate KeySym map."); in hostx_load_keymap()
1250 EPHYR_LOG_ERROR("xcb_get_modifier_mapping_reply() failed."); in hostx_load_keymap()
1274 EPHYR_LOG_ERROR("xcb_xkb_get_controls_reply() failed."); in hostx_load_keymap()
1343 EPHYR_LOG_ERROR("bad screen number:%d\n", a_screen_number); in hostx_get_window()
1448 EPHYR_LOG_ERROR ("argh, could not find a remote visual with id:%d\n", in hostx_create_window()
1482 EPHYR_LOG_ERROR("multiple peer windows created for same screen\n"); in hostx_create_window()
H A Dephyr.c670 EPHYR_LOG_ERROR("failed to initialize xvideo\n"); in ephyrInitScreen()
896 EPHYR_LOG_ERROR("failed to get host screen\n"); in ephyrProcessExpose()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog60572 The only cases that lead to !is_ok are already EPHYR_LOG_ERROR, and it