OSDN Git Service

service: use AIDL
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 16 Feb 2016 19:53:14 +0000 (11:53 -0800)
committerJakub Pawlowski <jpawlowski@google.com>
Wed, 23 Mar 2016 20:52:26 +0000 (13:52 -0700)
commita4bd0d2370bd469942e92e724cfc9c7c01d3da74
treec76af14ac06ba1ff35beafcd23ffbd3e48046f02
parent9bceebb4a441ef7f3c5d9ad2e9b84ec7e1974007
service: use AIDL

Change-Id: Ic6261a9bafc65a5534f4e580ef9cae1fa82b4086
41 files changed:
service/Android.mk
service/client/main.cpp
service/common/android/bluetooth/IBluetooth.aidl [new file with mode: 0644]
service/common/android/bluetooth/IBluetoothCallback.aidl [new file with mode: 0644]
service/common/android/bluetooth/IBluetoothGattClient.aidl [new file with mode: 0644]
service/common/android/bluetooth/IBluetoothGattClientCallback.aidl [new file with mode: 0644]
service/common/android/bluetooth/IBluetoothGattServer.aidl [new file with mode: 0644]
service/common/android/bluetooth/IBluetoothGattServerCallback.aidl [new file with mode: 0644]
service/common/android/bluetooth/IBluetoothLowEnergy.aidl [new file with mode: 0644]
service/common/android/bluetooth/IBluetoothLowEnergyCallback.aidl [new file with mode: 0644]
service/common/bluetooth/binder/IBluetooth.cpp [deleted file]
service/common/bluetooth/binder/IBluetooth.h [deleted file]
service/common/bluetooth/binder/IBluetoothCallback.cpp [deleted file]
service/common/bluetooth/binder/IBluetoothCallback.h [deleted file]
service/common/bluetooth/binder/IBluetoothGattClient.cpp [deleted file]
service/common/bluetooth/binder/IBluetoothGattClient.h [deleted file]
service/common/bluetooth/binder/IBluetoothGattClientCallback.cpp [deleted file]
service/common/bluetooth/binder/IBluetoothGattClientCallback.h [deleted file]
service/common/bluetooth/binder/IBluetoothGattServer.cpp [deleted file]
service/common/bluetooth/binder/IBluetoothGattServer.h [deleted file]
service/common/bluetooth/binder/IBluetoothGattServerCallback.cpp [deleted file]
service/common/bluetooth/binder/IBluetoothGattServerCallback.h [deleted file]
service/common/bluetooth/binder/IBluetoothLowEnergy.cpp [deleted file]
service/common/bluetooth/binder/IBluetoothLowEnergy.h [deleted file]
service/common/bluetooth/binder/IBluetoothLowEnergyCallback.cpp [deleted file]
service/common/bluetooth/binder/IBluetoothLowEnergyCallback.h [deleted file]
service/example/heart_rate/heart_rate_server.cpp
service/example/heart_rate/heart_rate_server.h
service/example/heart_rate/server_main.cpp
service/ipc/binder/bluetooth_binder_server.cpp
service/ipc/binder/bluetooth_binder_server.h
service/ipc/binder/bluetooth_gatt_client_binder_server.cpp
service/ipc/binder/bluetooth_gatt_client_binder_server.h
service/ipc/binder/bluetooth_gatt_server_binder_server.cpp
service/ipc/binder/bluetooth_gatt_server_binder_server.h
service/ipc/binder/bluetooth_low_energy_binder_server.cpp
service/ipc/binder/bluetooth_low_energy_binder_server.h
service/ipc/binder/interface_with_instances_base.cpp
service/ipc/binder/interface_with_instances_base.h
service/ipc/binder/ipc_handler_binder.cpp
service/ipc/binder/ipc_handler_binder.h