Home
last modified time | relevance | path

Searched refs:IBluetoothA2dp (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java109 private IBluetoothA2dp mService;
131 … if (!mContext.bindService(new Intent(IBluetoothA2dp.class.getName()), mConnection, 0)) {
160 if (!context.bindService(new Intent(IBluetoothA2dp.class.getName()), mConnection, 0)) { in BluetoothA2dp()
452 mService = IBluetoothA2dp.Stub.asInterface(service);
DIBluetoothA2dp.aidl26 interface IBluetoothA2dp { interface
/frameworks/base/
DAndroid.mk92 core/java/android/bluetooth/IBluetoothA2dp.aidl \