Home
last modified time | relevance | path

Searched refs:IBluetoothProfileServiceConnection (Results 1 – 6 of 6) 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 interface IBluetoothProfileServiceConnection { interface
DBluetoothHeadset.java1035 private final IBluetoothProfileServiceConnection mConnection
1036 = new IBluetoothProfileServiceConnection.Stub() {
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java29 import android.bluetooth.IBluetoothProfileServiceConnection;
741 IBluetoothProfileServiceConnection proxy) { in bindBluetoothProfileService()
777 IBluetoothProfileServiceConnection proxy) { in unbindBluetoothProfileService()
840 final RemoteCallbackList<IBluetoothProfileServiceConnection> mProxies =
841 new RemoteCallbackList <IBluetoothProfileServiceConnection>();
865 private void addProxy(IBluetoothProfileServiceConnection proxy) { in addProxy()
882 private void removeProxy(IBluetoothProfileServiceConnection proxy) { in removeProxy()
1269 IBluetoothProfileServiceConnection proxy = in handleMessage()
1270 (IBluetoothProfileServiceConnection) msg.obj; in handleMessage()
/frameworks/base/
DAndroid.mk111 core/java/android/bluetooth/IBluetoothProfileServiceConnection.aidl \
Dcompiled-classes-phone718 android.bluetooth.IBluetoothProfileServiceConnection
719 android.bluetooth.IBluetoothProfileServiceConnection$Stub
720 android.bluetooth.IBluetoothProfileServiceConnection$Stub$Proxy