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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1426 * with {@link #startBluetoothSco()} and fall back to startBluetoothScoVirtualCall() in case of
1432 public void startBluetoothScoVirtualCall() { method in class:AudioManager
1435 service.startBluetoothScoVirtualCall(mICallBack);
1437 Log.e(TAG, "Dead object in startBluetoothScoVirtualCall", e);
1450 // Also used for connections started with {@link #startBluetoothScoVirtualCall()}
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2578 /** @see AudioManager#startBluetoothScoVirtualCall() */
2579 public void startBluetoothScoVirtualCall(IBinder cb) { method in class:AudioService

Completed in 36 milliseconds