X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftdm_macro.h;h=a84b82a043a222b66dc8653b541c2094f2261dc8;hb=7590648039833576048af41891ca3eccc2ed57b9;hp=45bde6518aac3e2f5082f5b2eb169c1e7edc11cf;hpb=3dab774282940b13db1792b57deaf50109d9d5e3;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/src/tdm_macro.h b/src/tdm_macro.h index 45bde65..a84b82a 100644 --- a/src/tdm_macro.h +++ b/src/tdm_macro.h @@ -9,7 +9,7 @@ * Taeheon Kim , * YoungJun Cho , * SooChan Lim , - * Boram Park + * Boram Park * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the @@ -103,6 +103,7 @@ extern "C" { #define TDM_OUTPUT_DPMS_VSYNC_IS_OFF(dpms) ((dpms) & TDM_OUTPUT_DPMS_VSYNC_OFF_MASK) /* strtostr *****************************************************************/ +/* LCOV_EXCL_START */ static inline char* strtostr(char *buf, int len, char *str, char *delim) { @@ -117,6 +118,7 @@ strtostr(char *buf, int len, char *str, char *delim) snprintf(buf, len, "%s", str); return str + len - 1; } +/* LCOV_EXCL_STOP */ /* EXTERN, INTERN, DEPRECATED ***********************************************/ #undef EXTERN @@ -242,9 +244,11 @@ TDM_TYPE_NAME_FN(value_type) static struct tdm_type_name tdm_cb_type_names[] = { { TDM_THREAD_CB_NONE, "none" }, + { TDM_THREAD_CB_EXIT, "exit" }, { TDM_THREAD_CB_OUTPUT_COMMIT, "output-commit" }, { TDM_THREAD_CB_OUTPUT_VBLANK, "output-vblank" }, - { TDM_THREAD_CB_OUTPUT_CHANGE, "output-change" }, + { TDM_THREAD_CB_OUTPUT_STATUS, "output-status" }, + { TDM_THREAD_CB_OUTPUT_DPMS, "output-dpms" }, { TDM_THREAD_CB_PP_DONE, "pp-done" }, { TDM_THREAD_CB_CAPTURE_DONE, "capture-done" }, { TDM_THREAD_CB_VBLANK_SW, "vblank-sw" },