Searched refs:mA2dp (Results 1 – 2 of 2) sorted by relevance
57 private BluetoothA2dp mA2dp; field in BluetoothEventLoop132 mA2dp = (BluetoothA2dp) proxy;137 mA2dp = null;783 if (mA2dp != null && in onAgentAuthorize()787 authorized = mA2dp.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in onAgentAuthorize()799 mA2dp.allowIncomingConnect(device, authorized); in onAgentAuthorize()840 mA2dp.getDevicesMatchingConnectionStates(new int[] {BluetoothA2dp.STATE_CONNECTED, in isOtherSinkInNonDisconnectedState()
316 mA2dp = (BluetoothA2dp) proxy;336 mA2dp = null;359 private BluetoothA2dp mA2dp = null; field in BluetoothTestUtils1442 if (mA2dp != null) { in connectProxy()1443 return mA2dp; in connectProxy()1468 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) { in connectProxy()1471 return mA2dp; in connectProxy()