History log of /hardware/intel/img/hwcomposer/common/observers/UeventObserver.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/UeventObserver.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/UeventObserver.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/UeventObserver.cpp
123770a44b11572ea9c0fcbb236eabfc2892bdf8 23-May-2014 Tan Wei <weix.z.tan@intel.com> UeventObserver: exit thread loop when deinit

BZ: 197017

when deinit UeventObserver, we should leave threadloop
as soon as possible.

Change-Id: I458a9859b8f3482b5fffca2c10e6cf05713ff1e7
Signed-off-by: Tan Wei <weix.z.tan@intel.com>
/hardware/intel/img/hwcomposer/common/observers/UeventObserver.cpp
375f3cbb9faa54c3419bd835c41387ca1b0da0b2 26-Mar-2014 Tan Wei <weix.z.tan@intel.com> hwc: fix hotplug thread can't exit immediately when deinit

BZ: 183366

Hotplug thread will poll netlink socket for hotplug event,
when deinit, this socket will be closed, but poll will never
return until there is a hotplug event(this is the stardard behavior).
Now, we add a pipe into the poll, when deinit we will close the
write end and read end will be signaled immediately.

Change-Id: Iaf1bf4164f5dd027c54d1e899f9ad1e9883591ed
Signed-off-by: Tan Wei <weix.z.tan@intel.com>
/hardware/intel/img/hwcomposer/common/observers/UeventObserver.cpp
466748a6f67ce4d1ad8baa944e68a88cf3c86d26 24-Jan-2014 Austin Hu <austin.hu@intel.com> support display idle control (s0i1)

BZ: 147800

modify hwcomposer to support display idle control (s0i1). The basic idea is to compose
to framebuffer on s0i1 mode and return to normal mode on next prepare.

Change-Id: Idb522e8c544c9720964c111bc61eba232ac1a787
Signed-off-by: fu jin <fu.jin@intel.com>
Signed-off-by: Andy Qiu <junhai.qiu@intel.com>
Signed-off-by: Vinil Cheeramvelil <vinil.cheeramvelil@intel.com>
/hardware/intel/img/hwcomposer/common/observers/UeventObserver.cpp