Home
last modified time | relevance | path

Searched refs:IBluetoothLeCallControl (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java376 private IBluetoothLeCallControl mService;
398 mService = IBluetoothLeCallControl.Stub.asInterface(service); in onServiceConnected()
407 private IBluetoothLeCallControl getService() { in getService()
499 final IBluetoothLeCallControl service = getService(); in registerBearer()
551 final IBluetoothLeCallControl service = getService(); in unregisterBearer()
597 final IBluetoothLeCallControl service = getService(); in onCallAdded()
630 final IBluetoothLeCallControl service = getService(); in onCallRemoved()
662 final IBluetoothLeCallControl service = getService(); in onCallStateChanged()
685 final IBluetoothLeCallControl service = getService(); in currentCallsList()
721 final IBluetoothLeCallControl service = getService(); in networkStateChanged()
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl28 oneway interface IBluetoothLeCallControl { interface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java25 import android.bluetooth.IBluetoothLeCallControl;
220 static class TbsServerBinder extends IBluetoothLeCallControl.Stub
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp43 "android/bluetooth/IBluetoothLeCallControl.aidl",