History log of /system/core/libion/tests/device_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ba4e981dbb75985b320c2d97c7c2567b9ebcf51 21-Oct-2016 Jeff Vander Stoep <jeffv@google.com> libion: open /dev/ion read-only

/dev/ion driver does not recognize the write operation [1] so open it
read-only.

[1] http://lxr.free-electrons.com/source/drivers/staging/android/ion/ion.c?v=4.5#L1369

Test: Angler builds and boots
Bug: 32120194
Change-Id: I9b26d43ea32cb24426404668701df1f1648d336c
/system/core/libion/tests/device_test.cpp
f60cbb7245bddab013f9afc09fa8284091d74785 03-Mar-2016 Chih-Hung Hsieh <chh@google.com> Use unique_ptr to free objects when ASSERT* fail.

Now need c++14 and clang to compile std::make_unique.

BUG: 27479198
Change-Id: Ib0f2279de85c6259330d5436257f6b978420601a
/system/core/libion/tests/device_test.cpp
363441b120aa7ff4ec7c639bac099e775c2ace69 08-Nov-2013 Colin Cross <ccross@android.com> libion: initial unit tests

Change-Id: I5502b71d0c7c24d7fd59e4880033657f840b341a
/system/core/libion/tests/device_test.cpp