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

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl224 void startBluetoothSco(IBinder cb, int targetSdkVersion);
H A DAudioManager.java1151 * @see #startBluetoothSco()
1173 * @see #startBluetoothSco()
1222 * @see #startBluetoothSco()
1240 * audio state before calling startBluetoothSco() by reading the intent returned by the receiver
1242 * intent after calling startBluetoothSco(). It is however useful to call startBluetoothSco()
1274 public void startBluetoothSco(){ method in class:AudioManager
1277 service.startBluetoothSco(mICallBack, mContext.getApplicationInfo().targetSdkVersion);
1279 Log.e(TAG, "Dead object in startBluetoothSco", e);
1288 * bluetooth SCO audio with {@link #startBluetoothSco()}
[all...]
H A DAudioService.java1993 /** @see AudioManager#startBluetoothSco() */
1994 public void startBluetoothSco(IBinder cb, int targetSdkVersion){ method in class:AudioService
1995 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 108 milliseconds