History log of /system/chre/core/include/chre/core/event.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b75315a3e185b4559d73c69eea3b30679239fac1 21-Jun-2017 Andrew Rossignol <aarossig@google.com> Inlines small functions in core/ to reduce code size

Before: 102926

After: 102510

Bug: 62838047
Test: load_chre.sh, basic sanity check
Change-Id: I7eb76057ec7be4e552d841c74d9c9354fe1e5fc5
/system/chre/core/include/chre/core/event.h
161e2e84682b0b70467f96d572565149c292592e 22-Mar-2017 Brian Duddie <bduddie@google.com> Move the implementation of Event and EventRefQueue out of header

Move the implementations of these classes into their own .cc files.
They were initially header file-only implementations to quickly get
started, and this goes against our convention of separating interface
definition from implementation.

Test: compile
Change-Id: I91c8f0e80b983c4a42c810e982ed7df9c60b564c
/system/chre/core/include/chre/core/event.h
a5b39579dd3fbd8d74d8efd8d6453fbb10490485 19-Mar-2017 Brian Duddie <bduddie@google.com> Enable more compiler warnings

Turn on -Wextra and -Wshadow, but leave unused parameter warnings
disabled for now. Fix some instances of shadowed variables.

Test: compile
Change-Id: Ib7d252d56a827a261923d05acd3bbf99d99cdd1f
/system/chre/core/include/chre/core/event.h
926f1b91231f88c3669f10dec8f56e24ae16b957 21-Dec-2016 Andrew Rossignol <aarossig@google.com> Renames ASSERT to CHRE_ASSERT

- Provides a stub implementation for the SLPI.
- Avoids collision with Qualcomm ASSERT macros.

Change-Id: Ib6d99e41caf5cccf022fc8d88d2a05e95d2fd747
/system/chre/core/include/chre/core/event.h
e64f180233e64c40b56993cfea3696c5b4b16395 04-Nov-2016 Brian Duddie <bduddie@google.com> Initial import of CHRE source from external repo

Starting at commit 46a52e0 from contexthub-base.

Change-Id: I373f3a99b74757daae465b78a3d19bfce4770364
/system/chre/core/include/chre/core/event.h