Implement A2DP source and AVRCP target binder servers
Bug: 64231556 Test: On device. Change-Id: I57136d5550e8e52626a1e7eb26b7d8c02cd94eb5
Showing
- system/service/Android.bp 4 additions, 0 deletionssystem/service/Android.bp
- system/service/a2dp_source.cc 216 additions, 0 deletionssystem/service/a2dp_source.cc
- system/service/a2dp_source.h 116 additions, 0 deletionssystem/service/a2dp_source.h
- system/service/adapter.cc 18 additions, 0 deletionssystem/service/adapter.cc
- system/service/adapter.h 12 additions, 0 deletionssystem/service/adapter.h
- system/service/avrcp_target.cc 382 additions, 0 deletionssystem/service/avrcp_target.cc
- system/service/avrcp_target.h 179 additions, 0 deletionssystem/service/avrcp_target.h
- system/service/common/Android.bp 12 additions, 0 deletionssystem/service/common/Android.bp
- system/service/common/android/bluetooth/BluetoothA2dpCodecConfig.aidl 19 additions, 0 deletions...ce/common/android/bluetooth/BluetoothA2dpCodecConfig.aidl
- system/service/common/android/bluetooth/BluetoothAvrcpIntValue.aidl 19 additions, 0 deletions...vice/common/android/bluetooth/BluetoothAvrcpIntValue.aidl
- system/service/common/android/bluetooth/BluetoothAvrcpRegisterNotificationResponse.aidl 19 additions, 0 deletions...bluetooth/BluetoothAvrcpRegisterNotificationResponse.aidl
- system/service/common/android/bluetooth/BluetoothAvrcpStringValue.aidl 19 additions, 0 deletions...e/common/android/bluetooth/BluetoothAvrcpStringValue.aidl
- system/service/common/android/bluetooth/IBluetooth.aidl 4 additions, 0 deletionssystem/service/common/android/bluetooth/IBluetooth.aidl
- system/service/common/android/bluetooth/IBluetoothA2dpSource.aidl 33 additions, 0 deletions...ervice/common/android/bluetooth/IBluetoothA2dpSource.aidl
- system/service/common/android/bluetooth/IBluetoothA2dpSourceCallback.aidl 30 additions, 0 deletions...ommon/android/bluetooth/IBluetoothA2dpSourceCallback.aidl
- system/service/common/android/bluetooth/IBluetoothAvrcpTarget.aidl 58 additions, 0 deletions...rvice/common/android/bluetooth/IBluetoothAvrcpTarget.aidl
- system/service/common/android/bluetooth/IBluetoothAvrcpTargetCallback.aidl 35 additions, 0 deletions...mmon/android/bluetooth/IBluetoothAvrcpTargetCallback.aidl
- system/service/common/android/bluetooth/bluetooth_a2dp_codec_config.cc 103 additions, 0 deletions...e/common/android/bluetooth/bluetooth_a2dp_codec_config.cc
- system/service/common/android/bluetooth/bluetooth_a2dp_codec_config.h 57 additions, 0 deletions...ce/common/android/bluetooth/bluetooth_a2dp_codec_config.h
- system/service/common/android/bluetooth/bluetooth_avrcp_int_value.cc 53 additions, 0 deletions...ice/common/android/bluetooth/bluetooth_avrcp_int_value.cc
Loading
Please register or sign in to comment