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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1284 * @see #startBluetoothSco()
1306 * @see #startBluetoothSco()
1355 * @see #startBluetoothSco()
1373 * audio state before calling startBluetoothSco() by reading the intent returned by the receiver
1375 * intent after calling startBluetoothSco(). It is however useful to call startBluetoothSco()
1407 public void startBluetoothSco(){ method in class:AudioManager
1410 service.startBluetoothSco(mICallBack,
1413 Log.e(TAG, "Dead object in startBluetoothSco", e);
1422 * <p>Similar to {@link #startBluetoothSco()} wit
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2570 /** @see AudioManager#startBluetoothSco() */
2571 public void startBluetoothSco(IBinder cb, int targetSdkVersion) { method in class:AudioService
2584 if (!checkAudioSettingsPermission("startBluetoothSco()") ||

Completed in 19 milliseconds