Searched defs:a2dp (Results 1 – 4 of 4) sorted by relevance
243 final BluetoothA2dp a2dp = mA2dp; in isA2dpConnected() local
173 A2dpProfile a2dp = mProfileManager.getA2dpProfile(); in startScanning() local
2736 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); in getProfileProxy() local2806 BluetoothA2dp a2dp = (BluetoothA2dp) proxy; in closeProfileProxy() local
444 /*package*/ synchronized void onA2dpProfileConnected(BluetoothA2dp a2dp) { in onA2dpProfileConnected()