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

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl177 void startBluetoothSco(IBinder cb, int targetSdkVersion);
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/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java225 Log.e(TAG, "startBluetoothSco() IN");
226 mngr.startBluetoothSco();
227 Log.e(TAG, "startBluetoothSco() OUT");
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1280 * Opens a SCO channel using {@link android.media.AudioManager#startBluetoothSco()} and checks
1344 manager.startBluetoothSco();
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2543 /** @see AudioManager#startBluetoothSco() */
2544 public void startBluetoothSco(IBinder cb, int targetSdkVersion) { method in class:AudioService
2557 if (!checkAudioSettingsPermission("startBluetoothSco()") ||

Completed in 153 milliseconds