OSDN Git Service

service: Introduce IBluetoothCallback.h
authorArman Uguray <armansito@google.com>
Thu, 20 Aug 2015 19:36:20 +0000 (12:36 -0700)
committerArman Uguray <armansito@google.com>
Thu, 20 Aug 2015 22:28:57 +0000 (22:28 +0000)
commit67ab1c856dfc0ca9fb44b94b3621d4183a693a5a
tree70a8492f8d20cc43fb8c0c36406ba3f1db3f45c0
parent5bb6aa6a0fc49b38e4951a37d2c30644a0bf00be
service: Introduce IBluetoothCallback.h

This CL introduces the native bindings for the IBluetoothCallback
Binder interface and implements the IBluetooth registerCallback and
unregisterCallback methods.

Bug: 23328384
Change-Id: I6fbf72cff7e3f037a412be8678ea97f3a7ada0c8
service/Android.mk
service/ipc/binder/IBluetooth.cpp
service/ipc/binder/IBluetooth.h
service/ipc/binder/IBluetoothCallback.cpp [new file with mode: 0644]
service/ipc/binder/IBluetoothCallback.h [new file with mode: 0644]
service/ipc/binder/bluetooth_binder_server.cpp
service/ipc/binder/bluetooth_binder_server.h
service/ipc/binder/ipc_handler_binder.cpp