change the symbol name related to the voutput 77/211477/2
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 6 Aug 2019 00:01:12 +0000 (09:01 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 6 Aug 2019 04:01:03 +0000 (13:01 +0900)
commit398989bae0addb8c17264d1bee02509fafcd101d
treeb2381e2d6b1bdec62223bf02a8c5b4caa1963282
parente6152855626b72fe79fc3163f6eb33d44c8b7d1d
change the symbol name related to the voutput

1. The voutput is created at the tdm_display, so it belongs to the tdm_display.
The creation of the voutput should be done at the display.
2. The voutput should be distinguished from the output. The functions associated
with the voutput has to get the voutput symbol name.

Change-Id: Ie21def171a1e8d9c43150e23347542c3a232db23
backends/virtual/tdm_virtual.c
backends/virtual/tdm_virtual.h
backends/virtual/tdm_virtual_display.c
include/tdm_backend.h
src/tdm_display.c
src/tdm_output.c
src/tdm_private.h
src/tdm_server.c