History log of /system/libhwbinder/BpHwBinder.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e4f0b99e9b800425d8082d40b8c404c41d330b1d 27-Feb-2017 Tomasz Wasilczyk <twasilczyk@google.com> Fix descruction call propagation.

Bug: b/33779707
Test: VTS
Change-Id: I617f8bf7a49275417e5ad6746d83ee3fb5dbd55d
/system/libhwbinder/BpHwBinder.cpp
c4dd210df92f8d58adae5e27631be4d92cba0c43 23-Feb-2017 Steven Moreland <smoreland@google.com> Distinguish libhwbinder log tags.

find ./*.cpp -type f -exec sed -i -e 's/LOG_TAG "/LOG_TAG "hw-/g' {} \;

Also added logtag for BufferedTextOutput.

Fixes: 35713802
Test: hidl_test (for sanity)
Change-Id: I7159dca318c1014a61046d247ef31d67c3ac2b55
/system/libhwbinder/BpHwBinder.cpp
5c6fe25870c611f1b0c36f034414037f91201b6d 18-Jan-2017 Martijn Coenen <maco@google.com> Reduce libhwbinder API surface (1/?).

Removed in this round:
- All Vector'ed read/write methods
- Reading/writing dup native_handles
- Blob/ashmem support
- Special binder transactions (ping, dump, interface)
- Various unused helpers.

Obvious remaining items that require more work:
- writeString16()/writeCString() and read variants
- writeInterface() / enforceInterface()

Test: hidl_test
Change-Id: Ica2bbbdee469f12c797d9f3feff6046b2337de6a
/system/libhwbinder/BpHwBinder.cpp
1e118d2b86540f7a7d840ec1510337da49f1446c 12-Jan-2017 Yifan Hong <elsk@google.com> BpBinder -> BpHwBinder.

Test: mma
Test: croot && make
Bug: 33554989
Change-Id: I484c9e2e30f12ac3352aabecdf5b30fcf090a191
/system/libhwbinder/BpHwBinder.cpp