Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:mA2dp

316                         mA2dp = (BluetoothA2dp) proxy;
336 mA2dp = null;
359 private BluetoothA2dp mA2dp = null;
1442 if (mA2dp != null) {
1443 return mA2dp;
1468 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1471 return mA2dp;