Implement A2DP sink and AVRCP controller binder server
Also added bonded device management because this is needed for A2DP to work with most devices. Bug: 32657860 Test: Run on device, modified tests pass. Change-Id: I862e41b6594b7cec9f61094d300577574cc8bbc6
Showing
- system/service/Android.bp 9 additions, 1 deletionsystem/service/Android.bp
- system/service/a2dp_sink.cc 154 additions, 0 deletionssystem/service/a2dp_sink.cc
- system/service/a2dp_sink.h 103 additions, 0 deletionssystem/service/a2dp_sink.h
- system/service/adapter.cc 377 additions, 2 deletionssystem/service/adapter.cc
- system/service/adapter.h 67 additions, 1 deletionsystem/service/adapter.h
- system/service/avrcp_control.cc 232 additions, 0 deletionssystem/service/avrcp_control.cc
- system/service/avrcp_control.h 135 additions, 0 deletionssystem/service/avrcp_control.h
- system/service/client/main.cc 54 additions, 0 deletionssystem/service/client/main.cc
- system/service/common/Android.bp 8 additions, 0 deletionssystem/service/common/Android.bp
- system/service/common/android/bluetooth/BluetoothAvrcpMediaAttr.aidl 19 additions, 0 deletions...ice/common/android/bluetooth/BluetoothAvrcpMediaAttr.aidl
- system/service/common/android/bluetooth/BluetoothRemoteDeviceProps.aidl 19 additions, 0 deletions.../common/android/bluetooth/BluetoothRemoteDeviceProps.aidl
- system/service/common/android/bluetooth/IBluetooth.aidl 16 additions, 1 deletionsystem/service/common/android/bluetooth/IBluetooth.aidl
- system/service/common/android/bluetooth/IBluetoothA2dpSink.aidl 31 additions, 0 deletions.../service/common/android/bluetooth/IBluetoothA2dpSink.aidl
- system/service/common/android/bluetooth/IBluetoothA2dpSinkCallback.aidl 24 additions, 0 deletions.../common/android/bluetooth/IBluetoothA2dpSinkCallback.aidl
- system/service/common/android/bluetooth/IBluetoothAvrcpControl.aidl 37 additions, 0 deletions...vice/common/android/bluetooth/IBluetoothAvrcpControl.aidl
- system/service/common/android/bluetooth/IBluetoothAvrcpControlCallback.aidl 31 additions, 0 deletions...mon/android/bluetooth/IBluetoothAvrcpControlCallback.aidl
- system/service/common/android/bluetooth/IBluetoothCallback.aidl 22 additions, 2 deletions.../service/common/android/bluetooth/IBluetoothCallback.aidl
- system/service/common/android/bluetooth/bluetooth_avrcp_media_attr.cc 84 additions, 0 deletions...ce/common/android/bluetooth/bluetooth_avrcp_media_attr.cc
- system/service/common/android/bluetooth/bluetooth_avrcp_media_attr.h 57 additions, 0 deletions...ice/common/android/bluetooth/bluetooth_avrcp_media_attr.h
- system/service/common/android/bluetooth/bluetooth_remote_device_props.cc 86 additions, 0 deletions...common/android/bluetooth/bluetooth_remote_device_props.cc
Loading
Please register or sign in to comment