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;
42 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()
43 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
DIBluetoothProfileServiceConnection.aidl27 interface IBluetoothProfileServiceConnection { interface
DBluetoothHeadset.java972 private final IBluetoothProfileServiceConnection mConnection
973 = new IBluetoothProfileServiceConnection.Stub() {
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java29 import android.bluetooth.IBluetoothProfileServiceConnection;
723 IBluetoothProfileServiceConnection proxy) { in bindBluetoothProfileService()
759 IBluetoothProfileServiceConnection proxy) { in unbindBluetoothProfileService()
822 final RemoteCallbackList<IBluetoothProfileServiceConnection> mProxies =
823 new RemoteCallbackList <IBluetoothProfileServiceConnection>();
847 private void addProxy(IBluetoothProfileServiceConnection proxy) { in addProxy()
864 private void removeProxy(IBluetoothProfileServiceConnection proxy) { in removeProxy()
1251 IBluetoothProfileServiceConnection proxy = in handleMessage()
1252 (IBluetoothProfileServiceConnection) msg.obj; in handleMessage()
/frameworks/base/
DAndroid.mk110 core/java/android/bluetooth/IBluetoothProfileServiceConnection.aidl \
Dcompiled-classes-phone718 android.bluetooth.IBluetoothProfileServiceConnection
719 android.bluetooth.IBluetoothProfileServiceConnection$Stub
720 android.bluetooth.IBluetoothProfileServiceConnection$Stub$Proxy