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

/frameworks/base/media/java/android/media/
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.java1999 /** @see AudioManager#startBluetoothSco() */
2000 public void startBluetoothSco(IBinder cb, int targetSdkVersion){ method in class:AudioService
2001 if (!checkAudioSettingsPermission("startBluetoothSco()") ||

Completed in 48 milliseconds