Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl22 import android.bluetooth.IBluetoothProfileServiceConnection;
43 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()
44 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
DIBluetoothProfileServiceConnection.aidl27 oneway interface IBluetoothProfileServiceConnection { interface
DBluetoothHeadset.java1048 private final IBluetoothProfileServiceConnection mConnection
1049 = new IBluetoothProfileServiceConnection.Stub() {
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java30 import android.bluetooth.IBluetoothProfileServiceConnection;
958 IBluetoothProfileServiceConnection proxy) { in bindBluetoothProfileService()
994 IBluetoothProfileServiceConnection proxy) { in unbindBluetoothProfileService()
1064 final RemoteCallbackList<IBluetoothProfileServiceConnection> mProxies =
1065 new RemoteCallbackList <IBluetoothProfileServiceConnection>();
1089 private void addProxy(IBluetoothProfileServiceConnection proxy) { in addProxy()
1106 private void removeProxy(IBluetoothProfileServiceConnection proxy) { in removeProxy()
1499 IBluetoothProfileServiceConnection proxy = in handleMessage()
1500 (IBluetoothProfileServiceConnection) msg.obj; in handleMessage()
/frameworks/base/
DAndroid.mk125 core/java/android/bluetooth/IBluetoothProfileServiceConnection.aidl \
Dpreloaded-classes710 android.bluetooth.IBluetoothProfileServiceConnection
711 android.bluetooth.IBluetoothProfileServiceConnection$Stub
Dcompiled-classes-phone776 android.bluetooth.IBluetoothProfileServiceConnection
777 android.bluetooth.IBluetoothProfileServiceConnection$Stub
778 android.bluetooth.IBluetoothProfileServiceConnection$Stub$Proxy
/frameworks/base/services/
Dprofile-classes443 Landroid/bluetooth/IBluetoothProfileServiceConnection;
444 Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;
445 Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;