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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1280 * @see #startBluetoothSco()
1302 * @see #startBluetoothSco()
1351 * @see #startBluetoothSco()
1369 * audio state before calling startBluetoothSco() by reading the intent returned by the receiver
1371 * intent after calling startBluetoothSco(). It is however useful to call startBluetoothSco()
1403 public void startBluetoothSco(){ method in class:AudioManager
1406 service.startBluetoothSco(mICallBack,
1418 * <p>Similar to {@link #startBluetoothSco()} with explicit selection of virtual call mode.
1422 * with {@link #startBluetoothSco()} an
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2724 /** @see AudioManager#startBluetoothSco() */
2725 public void startBluetoothSco(IBinder cb, int targetSdkVersion) { method in class:AudioService
2738 if (!checkAudioSettingsPermission("startBluetoothSco()") ||

Completed in 668 milliseconds