Home
last modified time | relevance | path

Searched refs:AppRTCBluetoothManager (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCAudioManager.java99 private final AppRTCBluetoothManager bluetoothManager;
169 bluetoothManager = AppRTCBluetoothManager.create(context, this); in AppRTCAudioManager()
476 if (bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_AVAILABLE in updateAudioDeviceState()
477 || bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_UNAVAILABLE in updateAudioDeviceState()
478 || bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_DISCONNECTING) { in updateAudioDeviceState()
485 if (bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTED in updateAudioDeviceState()
486 || bluetoothManager.getState() == AppRTCBluetoothManager.State.SCO_CONNECTING in updateAudioDeviceState()
487 || bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_AVAILABLE) { in updateAudioDeviceState()
507 if (bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_UNAVAILABLE in updateAudioDeviceState()
526 bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_AVAILABLE in updateAudioDeviceState()
[all …]
DAppRTCBluetoothManager.java38 public class AppRTCBluetoothManager { class
198 static AppRTCBluetoothManager create(Context context, AppRTCAudioManager audioManager) { in create()
200 return new AppRTCBluetoothManager(context, audioManager); in create()
203 protected AppRTCBluetoothManager(Context context, AppRTCAudioManager audioManager) { in AppRTCBluetoothManager() method in AppRTCBluetoothManager
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DBluetoothManagerTest.java34 import org.appspot.apprtc.AppRTCBluetoothManager.State;
60 private AppRTCBluetoothManager bluetoothManager;
79 bluetoothManager = new AppRTCBluetoothManager(context, mockedAppRtcAudioManager) { in setUp()
/external/webrtc/examples/
DBUILD.gn109 "androidapp/src/org/appspot/apprtc/AppRTCBluetoothManager.java",