Home
last modified time | relevance | path

Searched refs:IBluetoothHeadset (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java352 private IBluetoothHeadset mService;
376 mService = IBluetoothHeadset.Stub.asInterface(service); in onServiceConnected()
385 private IBluetoothHeadset getService() { in getService()
428 final IBluetoothHeadset service = getService(); in connect()
466 final IBluetoothHeadset service = getService(); in disconnect()
486 final IBluetoothHeadset service = getService(); in getConnectedDevices()
507 final IBluetoothHeadset service = getService(); in getDevicesMatchingConnectionStates()
529 final IBluetoothHeadset service = getService(); in getConnectionState()
566 final IBluetoothHeadset service = getService(); in setConnectionPolicy()
621 final IBluetoothHeadset service = getService(); in getConnectionPolicy()
[all …]
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-unsupported.txt6 Landroid/bluetooth/IBluetoothHeadset$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBl…
Dhiddenapi-max-target-o-low-priority.txt464 Landroid/bluetooth/BluetoothHeadset;->mService:Landroid/bluetooth/IBluetoothHeadset;
1677 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
1678 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->clccResponse(IIIIZLjava/lang/String;I)V
1679 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
1680 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->connectAudio()Z
1681 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
1682 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->disconnectAudio()Z
1683 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getActiveDevice()Landroid/bluetooth/BluetoothDevi…
1684 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getAudioRouteAllowed()Z
1685 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getAudioState(Landroid/bluetooth/BluetoothDevice;…
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadset.aidl31 interface IBluetoothHeadset { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp32 "android/bluetooth/IBluetoothHeadset.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java37 import android.bluetooth.IBluetoothHeadset;
499 static class BluetoothHeadsetBinder extends IBluetoothHeadset.Stub