Home
last modified time | relevance | path

Searched refs:IBluetoothStateChangeCallback (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl23 import android.bluetooth.IBluetoothStateChangeCallback;
34 void registerStateChangeCallback(in IBluetoothStateChangeCallback callback); in registerStateChangeCallback()
35 void unregisterStateChangeCallback(in IBluetoothStateChangeCallback callback); in unregisterStateChangeCallback()
DIBluetoothStateChangeCallback.aidl24 interface IBluetoothStateChangeCallback interface
DBluetoothPbap.java112 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
113 new IBluetoothStateChangeCallback.Stub() {
DBluetoothPan.java184 …final private IBluetoothStateChangeCallback mStateChangeCallback = new IBluetoothStateChangeCallba…
DBluetoothPbapClient.java55 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
56 new IBluetoothStateChangeCallback.Stub() {
DBluetoothMap.java55 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
56 new IBluetoothStateChangeCallback.Stub() {
DBluetoothAvrcpController.java129 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
130 new IBluetoothStateChangeCallback.Stub() {
DBluetoothA2dpSink.java130 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
131 new IBluetoothStateChangeCallback.Stub() {
DBluetoothSap.java92 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
93 new IBluetoothStateChangeCallback.Stub() {
DBluetoothHealth.java100 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
101 new IBluetoothStateChangeCallback.Stub() {
DBluetoothInputDevice.java207 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
208 new IBluetoothStateChangeCallback.Stub() {
DBluetoothA2dp.java124 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
125 new IBluetoothStateChangeCallback.Stub() {
DIBluetooth.aidl20 import android.bluetooth.IBluetoothStateChangeCallback;
DBluetoothHeadset.java273 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
274 new IBluetoothStateChangeCallback.Stub() {
DBluetoothHeadsetClient.java372 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =
373 new IBluetoothStateChangeCallback.Stub() {
DBluetoothAdapter.java2121 public class StateChangeCallbackWrapper extends IBluetoothStateChangeCallback.Stub {
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java30 import android.bluetooth.IBluetoothStateChangeCallback;
132 private final RemoteCallbackList<IBluetoothStateChangeCallback> mStateChangeCallbacks;
304 mStateChangeCallbacks = new RemoteCallbackList<IBluetoothStateChangeCallback>(); in BluetoothManagerService()
442 public void registerStateChangeCallback(IBluetoothStateChangeCallback callback) { in registerStateChangeCallback()
454 public void unregisterStateChangeCallback(IBluetoothStateChangeCallback callback) { in unregisterStateChangeCallback()
1354IBluetoothStateChangeCallback callback = (IBluetoothStateChangeCallback) msg.obj; in handleMessage()
1360IBluetoothStateChangeCallback callback = (IBluetoothStateChangeCallback) msg.obj; in handleMessage()
/frameworks/base/
DAndroid.mk124 core/java/android/bluetooth/IBluetoothStateChangeCallback.aidl \
Dcompiled-classes-phone723 android.bluetooth.IBluetoothStateChangeCallback
724 android.bluetooth.IBluetoothStateChangeCallback$Stub
725 android.bluetooth.IBluetoothStateChangeCallback$Stub$Proxy