History log of /system/nfc/halimpl/bcm2079x/adaptation/CondVar.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6fca02d5010de7bd31d83b853c32138021da5f29 30-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Apply clang-format

find * | grep "\.[ch]" | xargs clang-format --style=file -i

Test: compiles
Change-Id: Id9b790d9685f7ba5ba1bcec1149619b63c2e679a
signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/halimpl/bcm2079x/adaptation/CondVar.cpp
d03c06e4c5dc9b5561d084d173d34e731304e604 27-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Rename OverrideLog.h to _OverrideLog.h

This is a temporary hack. OverrideLog.h has a requirement that it needs
to be included first so that it can define it's own version of ALOGD.
Remaining it to _OverrideLog.h will ensure that it is the first file
which is included.

Test: compiles
Change-Id: Ib566a47950e88c90bec4169a7feffcc65b7bb545
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/halimpl/bcm2079x/adaptation/CondVar.cpp
be6e6864e012010919062e94a71989efc77592fb 28-Jan-2015 Elliott Hughes <enh@google.com> Add missing includes.

Change-Id: I0f8b11edd715eecd1b189329fef4fa959152a022
/system/nfc/halimpl/bcm2079x/adaptation/CondVar.cpp
8d3c6b9faddfe63303c72dd050e25b9673a6e7d8 08-Apr-2014 Colin Cross <ccross@android.com> nfc: replace pthread_cond_timedwait_monotonic_np

pthread_cond_timedwait_monotonic_np is deprecated, use
pthread_condattr_setclock to wait on CLOCK_MONOTONIC
instead.

Change-Id: Idc620959bb8390bef0e2d8a4888e3431153ca641
/system/nfc/halimpl/bcm2079x/adaptation/CondVar.cpp
0a85f658ebd49b72be39fe0fb61fcca4ee0fbc82 28-Feb-2014 Martijn Coenen <maco@android.com> libnfc-nci fixes for AArch64 build.

pthread_cond_timedwait_monotonic() is going away in LP64.
Use the POSIX standard for now, and use pthread_condattr_setclock()
when it becomes available to set clock spec to MONOTONIC.

Also fixed some other small build warnings/errors.

Change-Id: Ic192299b157529fa3f74dba521f038b8b99206bf
/system/nfc/halimpl/bcm2079x/adaptation/CondVar.cpp
e9df6ba5a8fcccf306a80b1670b423be8fe7746a 13-Dec-2012 The Android Open Source Project <initial-contribution@android.com> Snapshot 7ddd630e136a035ba463c427285c5c3e9f199ee0

Change-Id: If08c7b905da667dd9e5110231e4592842b634006
/system/nfc/halimpl/bcm2079x/adaptation/CondVar.cpp