/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 1405 static IBluetooth getService() { in getService() 1530 IBluetooth service = adapter.getBluetoothService(); in shouldLogBeRedacted() 1657 final IBluetooth service = getService(); in getIdentityAddress() 1683 final IBluetooth service = getService(); in getName() 1712 final IBluetooth service = getService(); in getType() 1738 final IBluetooth service = getService(); in getAlias() 1793 final IBluetooth service = getService(); in setAlias() 1822 final IBluetooth service = getService(); in getBatteryLevel() 1914 final IBluetooth service = getService(); in createBondInternal() 1943 final IBluetooth service = getService(); in isBondingInitiatedLocally() [all …]
|
D | SocketMetrics.java | 58 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketConnect() 106 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketAccept()
|
D | BluetoothAdapter.java | 866 private IBluetooth mService; 874 private static IBluetooth sService; 1411 private static final IpcDataCache.QueryHandler<IBluetooth, Integer> sBluetoothGetStateQuery = 1416 public @InternalAdapterState Integer apply(IBluetooth serviceQuery) { 1427 private static final IpcDataCache<IBluetooth, Integer> sBluetoothGetStateCache = 2322 private static final IpcDataCache.QueryHandler<IBluetooth, Boolean> sBluetoothFilteringQuery = 2327 public Boolean apply(IBluetooth serviceQuery) { 2338 private static final IpcDataCache<IBluetooth, Boolean> sBluetoothFilteringCache = 2875 private static final IpcDataCache.QueryHandler<IBluetooth, Integer> 2881 public Integer apply(IBluetooth serviceQuery) { [all …]
|
D | BluetoothSocket.java | 439 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in connect() 533 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in bindListen() 827 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in requestMaximumTxDataLength() 864 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in getL2capLocalChannelId() 908 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in getL2capRemoteChannelId()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 319 Landroid/bluetooth/BluetoothDevice;->sService:Landroid/bluetooth/IBluetooth; 1091 Landroid/bluetooth/IBluetooth$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 1092 Landroid/bluetooth/IBluetooth$Stub$Proxy;->cancelBondProcess(Landroid/bluetooth/BluetoothDevice;)Z 1093 Landroid/bluetooth/IBluetooth$Stub$Proxy;->cancelDiscovery()Z 1094 Landroid/bluetooth/IBluetooth$Stub$Proxy;->createBond(Landroid/bluetooth/BluetoothDevice;I)Z 1095 Landroid/bluetooth/IBluetooth$Stub$Proxy;->createBondOutOfBand(Landroid/bluetooth/BluetoothDevice;I… 1096 Landroid/bluetooth/IBluetooth$Stub$Proxy;->disable()Z 1097 Landroid/bluetooth/IBluetooth$Stub$Proxy;->enable()Z 1098 Landroid/bluetooth/IBluetooth$Stub$Proxy;->enableNoAutoConnect()Z 1099 Landroid/bluetooth/IBluetooth$Stub$Proxy;->factoryReset()Z [all …]
|
D | hiddenapi-unsupported.txt | 1 Landroid/bluetooth/IBluetooth$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetooth;
|
D | hiddenapi-max-target-r-low-priority.txt | 1 Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_enable:I
|
D | hiddenapi-max-target-p-low-priority.txt | 1 Landroid/bluetooth/IBluetooth$Stub;-><init>()V
|
/packages/modules/Bluetooth/service/src/ |
D | AdapterBinder.kt | 18 import android.bluetooth.IBluetooth 27 val adapterBinder: IBluetooth = IBluetooth.Stub.asInterface(rawBinder)
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothOobDataCallback.aidl | 19 import android.bluetooth.IBluetooth;
|
D | IBluetooth.aidl | 47 interface IBluetooth interface
|
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/ |
D | BluetoothServiceBinder.java | 36 import android.bluetooth.IBluetooth; 85 IBluetooth bluetooth = mBluetoothManagerService.registerAdapter(callback); in registerAdapter()
|
D | BluetoothManagerService.java | 48 import android.bluetooth.IBluetooth; 825 IBluetooth registerAdapter(IBluetoothManagerCallback callback) { in registerAdapter() 1526 Intent i = new Intent(IBluetooth.class.getName()); in handleMessage() 2029 Intent i = new Intent(IBluetooth.class.getName()); in handleEnable()
|
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/ |
D | BluetoothManagerServiceTest.java | 44 import android.bluetooth.IBluetooth; 93 @Mock IBluetooth mAdapterService;
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 15 "android/bluetooth/IBluetooth.aidl",
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 10 battery_service::BatteryService, bluetooth::Bluetooth, bluetooth::IBluetooth,
|
D | main.rs | 21 bluetooth::{Bluetooth, IBluetooth, SigData},
|
D | iface_bluetooth.rs | 20 Bluetooth, BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback, 480 impl IBluetooth for IBluetoothDBus {
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_admin.rs | 8 use crate::bluetooth::{Bluetooth, BluetoothDevice, IBluetooth};
|
D | lib.rs | 36 BluetoothDevice, DelayedActions, IBluetooth,
|
D | bluetooth.rs | 82 pub trait IBluetooth { interface 2158 impl IBluetooth for Bluetooth {
|
D | bluetooth_adv.rs | 18 use crate::bluetooth::{Bluetooth, IBluetooth};
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | main.rs | 29 use btstack::bluetooth::{BluetoothDevice, IBluetooth};
|
D | dbus_iface.rs | 30 BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback, 746 impl IBluetooth for BluetoothDBus {
|
D | callbacks.rs | 23 BluetoothDevice, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback,
|