History log of /system/bt/service/test/stub_ipc_handler_binder.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
42feba6b2da890cfee2d1daaf6c2e76378c55e49 20-Aug-2015 Arman Uguray <armansito@google.com> Revert "service: Move UNIX IPC code into ipc/unix/"

It turns out "unix" is defined to be 1 somewhere, which breaks compilation of this CL (since I added "namespace unix").

This reverts commit 93e66a66464aa30ca7184e4a7378c8e8d752cbe1.

Change-Id: I00b0a59a35024ccf78297117916d12031a6346a5
/system/bt/service/test/stub_ipc_handler_binder.cpp
93e66a66464aa30ca7184e4a7378c8e8d752cbe1 20-Aug-2015 Arman Uguray <armansito@google.com> service: Move UNIX IPC code into ipc/unix/

Moved the UNIX IPC related code into a new ipc/unix subdirectory.
Added new namespace levels for unix and binder that mimic the
directory structure.

Change-Id: I58954d0c3dd1a6fe9c141c3122d42530385265f6
/system/bt/service/test/stub_ipc_handler_binder.cpp
d6a4b0c950f44d3eab34825880d26c19e362d22b 14-Aug-2015 Arman Uguray <armansito@google.com> service: Replace CoreStack with Adapter

This CL removes the CoreStack class. Code that depended on a CoreStack instance
now depend on Adapter and hal::BluetoothInterface instead.

Bug: 23169364
Change-Id: Ide008cc7d3f9e74656f6bfa4df2dfee511e55b90
/system/bt/service/test/stub_ipc_handler_binder.cpp
b2286f386e20a45b5f19a199d0981f4952216fa3 06-Aug-2015 Arman Uguray <armansito@google.com> service: Add IPCHandlerBinder

This CL integrates Binder IPC into the daemon. This introduces
IPCHandlerBinder and BluetoothBinderServer which is the Binder server
proxy for IBluetooth. A new command-line switch is introduced to
optionally disable Binder on platforms that do not use it.

BluetoothBinderServer currently does not fully implement any of the IPC
calls and consists of stubs.

Bug: 22743677
Change-Id: I3e4ba7a3211898bab0c9c8061f4e4db3854711ed
/system/bt/service/test/stub_ipc_handler_binder.cpp