History log of /system/core/adb/fdevent_test.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cc9414eda4221a2404fdd6b21cab465024193003 20-Mar-2018 Josh Gao <jmgao@google.com> adb: delete vestigial SHELL_EXIT_NOTIFY_FD.

There exists no path through which a value other than -1 can be written
to the SHELL_EXIT_NOTIFY_FD.

Bug: http://b/74616284
Test: adb_test
Test: adbd_test
Test: python test_device.py
Change-Id: I0630c302ba06bc76917f0445aea75d2dbe1dc865
(cherry picked from commit dcc055af644ce87f1590ab82680f3e0ca4cee54c)
/system/core/adb/fdevent_test.h
4c936397c1dc8b127d7e27a9ee02ff7d0deef785 03-May-2017 Josh Gao <jmgao@google.com> adb: add fdevent_run_on_main_thread.

Add a function to run a function on the main thread, to allow fdevents
that depend on a blocking function to be registered.

Bug: http://b/37869663
Test: adb_test on linux
Change-Id: I84a0b372360420b7647057297b8f437e8afa874e
/system/core/adb/fdevent_test.h
e1dacfc1b65b04958924d1f982263d4aa71b0b94 13-Apr-2017 Josh Gao <jmgao@google.com> adb: kill adb_thread_{create, join, detach, exit}.

We have std::thread now, so we can delete this cruft.

Test: python test_device.py
Test: adb_test
Test: wine adb_test.exe
Test: /data/nativetest/adbd_test/adbd_test
Change-Id: Ie1c1792547b20dec45e2a62ce6515fcb981c3ef8
/system/core/adb/fdevent_test.h
2407d7c3d936eb9649d2e1614f440f89bf9d5bed 26-Apr-2016 Yabin Cui <yabinc@google.com> adb: fix socket tests.

Bug: 28386497

Change-Id: I9f37ecadf3cfc6bb4e5da502d40f49e1f3a16d8a
/system/core/adb/fdevent_test.h
022d447e9efcff59e22f0ab13764282116f235dd 10-Feb-2016 Josh Gao <jmgao@google.com> adb: make fdevent_test, socket_test compile on Windows.

Switch pthread_* to use the adb_thread_* abstractions to allow the fdevent
and socket tests to compile on Win32.

Bug: http://b/27105824
Change-Id: I6541bb1398780b999837e701837d7f86a5eee8ca
/system/core/adb/fdevent_test.h