History log of /system/core/libbinderwrapper/binder_wrapper.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
08c9891c9c850db7d7fdfcd77d694bcefe836884 04-Jan-2016 Alex Vakulenko <avakulenko@google.com> libbinderwrapper: Add BinderWrapper::GetOrCreateInstance()

In libraries relying on binder it is useful to be able to obtain an
existing copy of BinderWrapper or create one if it doesn't exist.

This allows to abstract the actual RPC (binder) from clients who have
no other dependencies on this RPC.

BUG: 23782171
Change-Id: Ie775d3d8ab83d75e38abc7e1385eb39a363555ef
/system/core/libbinderwrapper/binder_wrapper.cc
be43a39ff56ca8840ccfed048f75633adc535e92 08-Sep-2015 Daniel Erat <derat@google.com> Add libbinderwrapper.

Add a library that wraps libbinder to make it possible to
write tests for native code that communicates via binder.

Bug: 23791723
Change-Id: I3c842413e0f07dc252040c042d664031b0354353
/system/core/libbinderwrapper/binder_wrapper.cc