Home
last modified time | relevance | path

Searched refs:IBluetooth (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1405 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 …]
DSocketMetrics.java58 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketConnect()
106 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketAccept()
DBluetoothAdapter.java866 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 …]
DBluetoothSocket.java439 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/
Dhiddenapi-max-target-o-low-priority.txt319 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 …]
Dhiddenapi-unsupported.txt1 Landroid/bluetooth/IBluetooth$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetooth;
Dhiddenapi-max-target-r-low-priority.txt1 Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_enable:I
Dhiddenapi-max-target-p-low-priority.txt1 Landroid/bluetooth/IBluetooth$Stub;-><init>()V
/packages/modules/Bluetooth/service/src/
DAdapterBinder.kt18 import android.bluetooth.IBluetooth
27 val adapterBinder: IBluetooth = IBluetooth.Stub.asInterface(rawBinder)
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothOobDataCallback.aidl19 import android.bluetooth.IBluetooth;
DIBluetooth.aidl47 interface IBluetooth interface
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServiceBinder.java36 import android.bluetooth.IBluetooth;
85 IBluetooth bluetooth = mBluetoothManagerService.registerAdapter(callback); in registerAdapter()
DBluetoothManagerService.java48 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/
DBluetoothManagerServiceTest.java44 import android.bluetooth.IBluetooth;
93 @Mock IBluetooth mAdapterService;
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp15 "android/bluetooth/IBluetooth.aidl",
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs10 battery_service::BatteryService, bluetooth::Bluetooth, bluetooth::IBluetooth,
Dmain.rs21 bluetooth::{Bluetooth, IBluetooth, SigData},
Diface_bluetooth.rs20 Bluetooth, BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback,
480 impl IBluetooth for IBluetoothDBus {
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs8 use crate::bluetooth::{Bluetooth, BluetoothDevice, IBluetooth};
Dlib.rs36 BluetoothDevice, DelayedActions, IBluetooth,
Dbluetooth.rs82 pub trait IBluetooth { interface
2158 impl IBluetooth for Bluetooth {
Dbluetooth_adv.rs18 use crate::bluetooth::{Bluetooth, IBluetooth};
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs29 use btstack::bluetooth::{BluetoothDevice, IBluetooth};
Ddbus_iface.rs30 BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback,
746 impl IBluetooth for BluetoothDBus {
Dcallbacks.rs23 BluetoothDevice, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback,

12