Home
last modified time | relevance | path

Searched refs:IBluetooth (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothManagerCallback.aidl19 import android.bluetooth.IBluetooth;
27 void onBluetoothServiceUp(in IBluetooth bluetoothService); in onBluetoothServiceUp()
DIBluetoothManager.aidl19 import android.bluetooth.IBluetooth;
32 IBluetooth registerAdapter(in IBluetoothManagerCallback callback); in registerAdapter()
DBluetoothDevice.java601 private static IBluetooth sService;
605 /*package*/ static IBluetooth getService() { in getService()
617 public void onBluetoothServiceUp(IBluetooth bluetoothService)
1094 IBluetooth service = sService; in fetchUuidsWithSdp()
DIBluetooth.aidl33 interface IBluetooth interface
DBluetoothSocket.java359 IBluetooth bluetoothProxy = in connect()
398 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(null); in bindListen()
DBluetoothAdapter.java486 private IBluetooth mService;
2005 public void onBluetoothServiceUp(IBluetooth bluetoothService) {
2203 /*package*/ IBluetooth getBluetoothService(IBluetoothManagerCallback cb) { in getBluetoothService()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java23 import android.bluetooth.IBluetooth;
128 private IBluetooth mBluetooth;
370 public IBluetooth registerAdapter(IBluetoothManagerCallback callback){ in registerAdapter()
1125 Intent i = new Intent(IBluetooth.class.getName()); in handleMessage()
1284 mBluetooth = IBluetooth.Stub.asInterface(service); in handleMessage()
1567 Intent i = new Intent(IBluetooth.class.getName()); in handleEnable()
/frameworks/base/
DAndroid.mk105 core/java/android/bluetooth/IBluetooth.aidl \
Dpreloaded-classes573 android.bluetooth.IBluetooth
574 android.bluetooth.IBluetooth$Stub
Dcompiled-classes-phone669 android.bluetooth.IBluetooth
670 android.bluetooth.IBluetooth$Stub
671 android.bluetooth.IBluetooth$Stub$Proxy