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