History log of /hardware/intel/img/hwcomposer/common/observers/SoftVsyncObserver.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4157ee3f6fb20e0a249b9eedc06f3b16785ba31b 02-Sep-2014 Iliyan Malchev <malchev@google.com> hwc: rename logging macros: TRACE --> LOGTRACE

find . -type f -a \( -name \*.c -o -name \*.cpp -o -name \*.h \) \
-exec sed -r -i -e 's/([ADEITVWX])TRACE/\1LOGTRACE/g' {} \;

In preparation for instrumenting HWC with ATRACE tags.

Change-Id: I172a48bd86a711b67e67d44a8d47da6b8e67b56d
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/intel/img/hwcomposer/common/observers/SoftVsyncObserver.cpp
cd727f537d5085eec7f1b8f9c1d33922d4de75d4 24-Jul-2014 Prodyut Hazarika <prodyut.hazarika@intel.com> Change license headers to Apache

BZ: 209178

Change-Id: I4933f49129b085ef5a76c28ae4a775cef5b1b636
Signed-off-by: Prodyut Hazarika <prodyut.hazarika@intel.com>
/hardware/intel/img/hwcomposer/common/observers/SoftVsyncObserver.cpp
0594c42af26255fd8d3d7d39c0cb0e2da5b8841b 14-Jul-2014 Thierry Strudel <thierry.strudel@intel.com> AOSP: cleanup include paths and warnings

BZ: 209178

Include header file from top of module only
Move makefiles to top of module
Fix all warnings and enable -Werror

Change-Id: I6921b41d5512a81aaeb167383b9392efbae275bf
Signed-off-by: Thierry Strudel <thierry.strudel@intel.com>
Reviewed-on: https://android.intel.com/217843
Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
/hardware/intel/img/hwcomposer/common/observers/SoftVsyncObserver.cpp
d4645947e422612e1858bc4121b9c3907afde5b0 25-Mar-2014 Tan Wei <weix.z.tan@intel.com> hwc: fix softvsync thread can't exit when deinit

BZ: 183366

softvsync thread won't exit even if its class is destructed.
add a flag to support thread exiting.

Change-Id: I56fe7c2a8bb73d7ac6ac4f027cbb719247f3885b
Signed-off-by: Tan Wei <weix.z.tan@intel.com>
/hardware/intel/img/hwcomposer/common/observers/SoftVsyncObserver.cpp
177b44e0661a92d06f8f37c51e59af86423f7a95 08-Nov-2013 Andy Qiu <junhai.qiu@intel.com> Change video extended mode behavior and implementation based on new requirement

BZ: 153746

1) video needs to be shown on the primary display if it is not full-screen
on any secondary display.

2) input event will turn on primary display in video extended mode, video
and all RGB layers are shown on the primary.

3) input event timeout will turn off primary display in video extended mode

4) use HDMI vsync when HDMI is connected

5) use soft vsync when WiDi is in video extended mode

Change-Id: I55ac9efb5d6c0a545ab57f48981a9f3f40a36817
Signed-off-by: Andy Qiu <junhai.qiu@intel.com>
/hardware/intel/img/hwcomposer/common/observers/SoftVsyncObserver.cpp