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

/frameworks/base/media/java/android/media/
H A DAudioManager.java854 * @see #startBluetoothSco()
876 * @see #startBluetoothSco()
925 * @see #startBluetoothSco()
943 * audio state before calling startBluetoothSco() by reading the intent returned by the receiver
945 * intent after calling startBluetoothSco(). It is however useful to call startBluetoothSco()
972 public void startBluetoothSco(){ method in class:AudioManager
975 service.startBluetoothSco(mICallBack);
977 Log.e(TAG, "Dead object in startBluetoothSco", e);
986 * bluetooth SCO audio with {@link #startBluetoothSco()}
[all...]
H A DAudioService.java1298 /** @see AudioManager#startBluetoothSco() */
1299 public void startBluetoothSco(IBinder cb){ method in class:AudioService
1300 if (!checkAudioSettingsPermission("startBluetoothSco()") ||

Completed in 69 milliseconds