Searched defs:a2dp (Results 1 – 3 of 3) sorted by relevance
173 A2dpProfile a2dp = mProfileManager.getA2dpProfile(); in startScanning() local
2515 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); in getProfileProxy() local2582 BluetoothA2dp a2dp = (BluetoothA2dp) proxy; in closeProfileProxy() local
437 /*package*/ synchronized void onA2dpProfileConnected(BluetoothA2dp a2dp) { in onA2dpProfileConnected()