Searched refs:mBluetoothScoState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DAudioManagerAndroid.java181 private int mBluetoothScoState = STATE_BLUETOOTH_SCO_INVALID; field in class:AudioManagerAndroid
849 mBluetoothScoState = STATE_BLUETOOTH_SCO_ON;
852 mBluetoothScoState = STATE_BLUETOOTH_SCO_OFF;
879 if (mBluetoothScoState == STATE_BLUETOOTH_SCO_ON ||
880 mBluetoothScoState == STATE_BLUETOOTH_SCO_TURNING_ON) {
888 mBluetoothScoState = STATE_BLUETOOTH_SCO_ON;
893 mBluetoothScoState = STATE_BLUETOOTH_SCO_TURNING_ON;
902 if (mBluetoothScoState != STATE_BLUETOOTH_SCO_ON &&
903 mBluetoothScoState != STATE_BLUETOOTH_SCO_TURNING_ON) {
914 mBluetoothScoState
[all...]

Completed in 770 milliseconds