History log of /system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8cd930cc9d2ba9abeaf15ee764b738144084504c 13-Dec-2016 Myles Watson <mylesgw@google.com> test_vendor: Replace __FUNCTION__ with __func__

Test: Bluetooth settings still works
Change-Id: I4de24cceb9beb262ce7f96e7291288b70618f694
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
f563ba49a3bc20ab7e99762506e4dbc8a866552c 19-Jan-2017 Jorge E. Moreira <jemoreira@google.com> test_vendor: Make tryStartThread return 0 on success

Test: Start the test vendor library with no error message
Bug: 34357009
Change-Id: Id2821199ad675e2b95a9f333afa803dcced811a3
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
15915b14150e34bc14d0eb1ace0330129f4c9f8e 16-Dec-2016 Myles Watson <mylesgw@google.com> test_vendor: Use pipe2 to set pipe flags

Simplify the code to fix a typo. F_SETFD should have been
F_SETFL.

Test: run unit tests

out/host/linux-x86/nativetest/test-vendor_test_host/test-vendor_test_host \
--gtest_filter=AsyncManagerSocketTest.*

Change-Id: I215381d6e130428acae7d73d80fefc97cbf64651
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
8b893585da5a112fe6210aace8886134e55d088c 11-Dec-2016 Jorge E. Moreira <jemoreira@google.com> test-vendor: Fixed a race condition on the destructor
of AsyncManager.

Test: Run the unit tests
Change-Id: Icfbaf96b40f10f57e7c925422985ed7004adea64
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
029a43b78ecb2ad1d400ba8c708e18f2f56f0db4 20-Oct-2016 Jakub Pawlowski <jpawlowski@google.com> Various small fixes for Linux build

* add "-latomic" which was missing since we moved to clang
* empty LOG_EVENT_INT stub added for Linux
* add link libraries to fix stack_unittest
* add missing headers

Test: build with ninja
Change-Id: I1fe0b0b615db1da5ad083c162cb207b08979ce15
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
015834df156be6b7365ce1cf00e31ddf72f2c67b 30-Sep-2016 Myles Watson <mylesgw@google.com> vendor_lib: Apply clang-format with the new config

cd vendor_libs/test_vendor_lib/
clang-format ../linux/bt_vendor_linux.c -style=file -i
clang-format include/* test/* src/* -style=file -i

Update the style guide since clang-format help uses the
-style=file option.

Test: mm -j32
Change-Id: I166adfb2bb9a87fefa1242c91e5f180011caa2ad
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
6d835905f00b14eddd57638a07eec9fb4229d7cc 20-Sep-2016 Jorge E. Moreira <jemoreira@google.com> test_vendor: Use kInvalidTaskId in the controller

Test: make test-vendor

Change-Id: I6eefd385ecb992f854544ca92c5a8559b6f281f0
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
b2bbe93c1b8c5f83e8c5f0597a836f339eeea5e8 16-Aug-2016 Jorge E. Moreira <jemoreira@google.com> Added cancelling for fd watching on async manager

Change-Id: I4107b3b50345f81833c47c85c4a322a582973bb2
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
5dc0d15e7865104d13be75c06de4b9158ce7dff4 17-Aug-2016 Chih-Hung Hsieh <chh@google.com> Fix clang-tidy warnings in bt.

* Add explicit keyword to conversion constructors,
or add NOLINT to implicit conversion constructors.
Bug: 28341362
* Use const reference type for read-only parameters,
or add NOLINT to keep same callback function signature.
Bug: 30407689
* Use const reference type for loop index variables to avoid unnecessary copy.
Bug: 30413223
* Use const reference type to avoid unnecessary copy.
Bug: 30413862
Test: build with WITH_TIDY=1

Change-Id: I8237d332f32d7be09ab72a8de82160fdb776dcd1
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
7225e499e81c266f4abba84e2c574cb12eaa2d21 17-Aug-2016 Jorge E. Moreira <jemoreira@google.com> Fix incorrect fd used for select() call in vendor lib async_manager

Change-Id: Iabb8389ee6fcef0f9c6a17838d6a3a9a517befc6
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc
08c214154db84c1d7d3cb8a4bd81e34dd71a2068 08-Aug-2016 Jorge E. Moreira <jemoreira@google.com> Added the async manager

Change-Id: I968fee42fd610e33e13bf358f54bec1fe7af4a7d
/system/bt/vendor_libs/test_vendor_lib/src/async_manager.cc