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

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

Completed in 148 milliseconds