Searched defs:startBluetoothScoVirtualCall (Results 1 - 2 of 2) sorted by path

/frameworks/base/media/java/android/media/
H A DAudioManager.java1385 * with {@link #startBluetoothSco()} and fall back to startBluetoothScoVirtualCall() in case of
1391 public void startBluetoothScoVirtualCall() { method in class:AudioManager
1394 service.startBluetoothScoVirtualCall(mICallBack);
1409 // Also used for connections started with {@link #startBluetoothScoVirtualCall()}
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2846 /** @see AudioManager#startBluetoothScoVirtualCall() */
2847 public void startBluetoothScoVirtualCall(IBinder cb) { method in class:AudioService

Completed in 81 milliseconds