Searched refs:IBluetoothProfileServiceConnection (Results 1 – 6 of 6) sorted by relevance
22 import android.bluetooth.IBluetoothProfileServiceConnection;42 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()43 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
27 interface IBluetoothProfileServiceConnection { interface
972 private final IBluetoothProfileServiceConnection mConnection973 = new IBluetoothProfileServiceConnection.Stub() {
29 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()
110 core/java/android/bluetooth/IBluetoothProfileServiceConnection.aidl \
718 android.bluetooth.IBluetoothProfileServiceConnection719 android.bluetooth.IBluetoothProfileServiceConnection$Stub720 android.bluetooth.IBluetoothProfileServiceConnection$Stub$Proxy