Searched refs:startBluetoothSco (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl101 void startBluetoothSco(IBinder cb);
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()") ||
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java217 Log.e(TAG, "startBluetoothSco() IN");
218 mngr.startBluetoothSco();
219 Log.e(TAG, "startBluetoothSco() OUT");
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1267 * Opens a SCO channel using {@link android.media.AudioManager#startBluetoothSco()} and checks
1331 manager.startBluetoothSco();

Completed in 261 milliseconds