Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothManager.aidl22 import android.bluetooth.IBluetoothProfileServiceConnection;
51 …ndBluetoothProfileService(int profile, String serviceName, IBluetoothProfileServiceConnection prox… in bindBluetoothProfileService()
53 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
DIBluetoothProfileServiceConnection.aidl27 oneway interface IBluetoothProfileServiceConnection { interface
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfileConnector.java97 private final IBluetoothProfileServiceConnection mConnection =
98 new IBluetoothProfileServiceConnection.Stub() {
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java53 import android.bluetooth.IBluetoothProfileServiceConnection;
1716 IBluetoothProfileServiceConnection proxy) { in bindBluetoothProfileService()
1756 IBluetoothProfileServiceConnection proxy) { in unbindBluetoothProfileService()
1889 final RemoteCallbackList<IBluetoothProfileServiceConnection> mProxies =
1890 new RemoteCallbackList<IBluetoothProfileServiceConnection>();
1932 private void addProxy(IBluetoothProfileServiceConnection proxy) { in addProxy()
1950 private void removeProxy(IBluetoothProfileServiceConnection proxy) { in removeProxy()
2482 IBluetoothProfileServiceConnection proxy = in handleMessage()
2483 (IBluetoothProfileServiceConnection) msg.obj; in handleMessage()
/packages/modules/Bluetooth/system/binder/
DAndroid.bp62 "android/bluetooth/IBluetoothProfileServiceConnection.aidl",
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt459 …oid/bluetooth/BluetoothHeadset;->mConnection:Landroid/bluetooth/IBluetoothProfileServiceConnection;
2094 …$Stub$Proxy;->bindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)Z
2109 …tub$Proxy;->unbindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)V
2131 …oothManager;->bindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)Z
2142 …thManager;->unbindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)V
2302 Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
2303 Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->getInterfaceDescriptor()Ljava/la…
2304 Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->mRemote:Landroid/os/IBinder;
2305 Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->onServiceConnected(Landroid/cont…
2306 Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->onServiceDisconnected(Landroid/c…
[all …]