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

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

Completed in 481 milliseconds