Loading Android.bp +1 −0 Original line number Diff line number Diff line subdirs = [ "binder", "build", "btif", "btcore", Loading system/binder/Android.bp 0 → 100644 +64 −0 Original line number Diff line number Diff line cc_library_shared { name: "bluetooth_binder_interface", srcs: [ /* TODO: Uncomment this files as they get converted one-by-one into native implementation "android/bluetooth/IBluetooth.aidl", "android/bluetooth/IBluetoothA2dp.aidl", "android/bluetooth/IBluetoothA2dpSink.aidl", "android/bluetooth/IBluetoothAvrcpController.aidl", "android/bluetooth/IBluetoothCallback.aidl", "android/bluetooth/IBluetoothProfileServiceConnection.aidl", "android/bluetooth/IBluetoothHeadset.aidl", "android/bluetooth/IBluetoothHeadsetPhone.aidl", "android/bluetooth/IBluetoothHealth.aidl", "android/bluetooth/IBluetoothHealthCallback.aidl", "android/bluetooth/IBluetoothInputDevice.aidl", "android/bluetooth/IBluetoothPan.aidl", "android/bluetooth/IBluetoothManager.aidl", "android/bluetooth/IBluetoothManagerCallback.aidl", "android/bluetooth/IBluetoothMap.aidl", "android/bluetooth/IBluetoothMapClient.aidl", "android/bluetooth/IBluetoothPbap.aidl", "android/bluetooth/IBluetoothPbapClient.aidl", "android/bluetooth/IBluetoothSap.aidl", "android/bluetooth/IBluetoothStateChangeCallback.aidl", "android/bluetooth/IBluetoothHeadsetClient.aidl", "android/bluetooth/IBluetoothInputHost.aidl", "android/bluetooth/IBluetoothHidDeviceCallback.aidl", "android/bluetooth/IBluetoothGatt.aidl", "android/bluetooth/IBluetoothGattCallback.aidl", "android/bluetooth/IBluetoothGattServerCallback.aidl", "android/bluetooth/le/IAdvertisingSetCallback.aidl", "android/bluetooth/le/IPeriodicAdvertisingCallback.aidl", "android/bluetooth/le/IScannerCallback.aidl" */ ], aidl: { export_aidl_headers: true, include_dirs: [ "frameworks/native/aidl/binder", ], }, include_dirs: [ "libnativehelper/include/nativehelper", "packages/modules/Bluetooth/system/types", ], shared_libs: [ "libandroid_runtime", "libbinder", "libchrome", "libnativehelper", "libcutils", "libutils", "liblog", ], static_libs: [ "libbluetooth-types", ], cflags: [ "-Wall", "-Wextra", "-Wno-unused-parameter", ], } system/binder/android/bluetooth/BluetoothActivityEnergyInfo.aidl 0 → 100644 +19 −0 Original line number Diff line number Diff line /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package android.bluetooth; parcelable BluetoothActivityEnergyInfo; system/binder/android/bluetooth/BluetoothAudioConfig.aidl 0 → 100644 +19 −0 Original line number Diff line number Diff line /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package android.bluetooth; parcelable BluetoothAudioConfig; system/binder/android/bluetooth/BluetoothAvrcpPlayerSettings.aidl 0 → 100644 +19 −0 Original line number Diff line number Diff line /* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package android.bluetooth; parcelable BluetoothAvrcpPlayerSettings; Loading
Android.bp +1 −0 Original line number Diff line number Diff line subdirs = [ "binder", "build", "btif", "btcore", Loading
system/binder/Android.bp 0 → 100644 +64 −0 Original line number Diff line number Diff line cc_library_shared { name: "bluetooth_binder_interface", srcs: [ /* TODO: Uncomment this files as they get converted one-by-one into native implementation "android/bluetooth/IBluetooth.aidl", "android/bluetooth/IBluetoothA2dp.aidl", "android/bluetooth/IBluetoothA2dpSink.aidl", "android/bluetooth/IBluetoothAvrcpController.aidl", "android/bluetooth/IBluetoothCallback.aidl", "android/bluetooth/IBluetoothProfileServiceConnection.aidl", "android/bluetooth/IBluetoothHeadset.aidl", "android/bluetooth/IBluetoothHeadsetPhone.aidl", "android/bluetooth/IBluetoothHealth.aidl", "android/bluetooth/IBluetoothHealthCallback.aidl", "android/bluetooth/IBluetoothInputDevice.aidl", "android/bluetooth/IBluetoothPan.aidl", "android/bluetooth/IBluetoothManager.aidl", "android/bluetooth/IBluetoothManagerCallback.aidl", "android/bluetooth/IBluetoothMap.aidl", "android/bluetooth/IBluetoothMapClient.aidl", "android/bluetooth/IBluetoothPbap.aidl", "android/bluetooth/IBluetoothPbapClient.aidl", "android/bluetooth/IBluetoothSap.aidl", "android/bluetooth/IBluetoothStateChangeCallback.aidl", "android/bluetooth/IBluetoothHeadsetClient.aidl", "android/bluetooth/IBluetoothInputHost.aidl", "android/bluetooth/IBluetoothHidDeviceCallback.aidl", "android/bluetooth/IBluetoothGatt.aidl", "android/bluetooth/IBluetoothGattCallback.aidl", "android/bluetooth/IBluetoothGattServerCallback.aidl", "android/bluetooth/le/IAdvertisingSetCallback.aidl", "android/bluetooth/le/IPeriodicAdvertisingCallback.aidl", "android/bluetooth/le/IScannerCallback.aidl" */ ], aidl: { export_aidl_headers: true, include_dirs: [ "frameworks/native/aidl/binder", ], }, include_dirs: [ "libnativehelper/include/nativehelper", "packages/modules/Bluetooth/system/types", ], shared_libs: [ "libandroid_runtime", "libbinder", "libchrome", "libnativehelper", "libcutils", "libutils", "liblog", ], static_libs: [ "libbluetooth-types", ], cflags: [ "-Wall", "-Wextra", "-Wno-unused-parameter", ], }
system/binder/android/bluetooth/BluetoothActivityEnergyInfo.aidl 0 → 100644 +19 −0 Original line number Diff line number Diff line /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package android.bluetooth; parcelable BluetoothActivityEnergyInfo;
system/binder/android/bluetooth/BluetoothAudioConfig.aidl 0 → 100644 +19 −0 Original line number Diff line number Diff line /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package android.bluetooth; parcelable BluetoothAudioConfig;
system/binder/android/bluetooth/BluetoothAvrcpPlayerSettings.aidl 0 → 100644 +19 −0 Original line number Diff line number Diff line /* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package android.bluetooth; parcelable BluetoothAvrcpPlayerSettings;