Loading media/java/android/media/AudioManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -3091,9 +3091,8 @@ public class AudioManager { delay = service.setBluetoothA2dpDeviceConnectionState(device, state, profile); } catch (RemoteException e) { Log.e(TAG, "Dead object in setBluetoothA2dpDeviceConnectionState "+e); } finally { return delay; } return delay; } /** {@hide} */ Loading media/java/android/media/audiofx/AcousticEchoCanceler.java +1 −2 Original line number Diff line number Diff line Loading @@ -68,9 +68,8 @@ public class AcousticEchoCanceler extends AudioEffect { Log.w(TAG, "not enough resources"); } catch (RuntimeException e) { Log.w(TAG, "not enough memory"); } finally { return aec; } return aec; } /** Loading media/java/android/media/audiofx/AutomaticGainControl.java +1 −2 Original line number Diff line number Diff line Loading @@ -68,9 +68,8 @@ public class AutomaticGainControl extends AudioEffect { Log.w(TAG, "not enough resources"); } catch (RuntimeException e) { Log.w(TAG, "not enough memory"); } finally { return agc; } return agc; } /** Loading media/java/android/media/audiofx/NoiseSuppressor.java +1 −2 Original line number Diff line number Diff line Loading @@ -70,9 +70,8 @@ public class NoiseSuppressor extends AudioEffect { Log.w(TAG, "not enough resources"); } catch (RuntimeException e) { Log.w(TAG, "not enough memory"); } finally { return ns; } return ns; } /** Loading Loading
media/java/android/media/AudioManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -3091,9 +3091,8 @@ public class AudioManager { delay = service.setBluetoothA2dpDeviceConnectionState(device, state, profile); } catch (RemoteException e) { Log.e(TAG, "Dead object in setBluetoothA2dpDeviceConnectionState "+e); } finally { return delay; } return delay; } /** {@hide} */ Loading
media/java/android/media/audiofx/AcousticEchoCanceler.java +1 −2 Original line number Diff line number Diff line Loading @@ -68,9 +68,8 @@ public class AcousticEchoCanceler extends AudioEffect { Log.w(TAG, "not enough resources"); } catch (RuntimeException e) { Log.w(TAG, "not enough memory"); } finally { return aec; } return aec; } /** Loading
media/java/android/media/audiofx/AutomaticGainControl.java +1 −2 Original line number Diff line number Diff line Loading @@ -68,9 +68,8 @@ public class AutomaticGainControl extends AudioEffect { Log.w(TAG, "not enough resources"); } catch (RuntimeException e) { Log.w(TAG, "not enough memory"); } finally { return agc; } return agc; } /** Loading
media/java/android/media/audiofx/NoiseSuppressor.java +1 −2 Original line number Diff line number Diff line Loading @@ -70,9 +70,8 @@ public class NoiseSuppressor extends AudioEffect { Log.w(TAG, "not enough resources"); } catch (RuntimeException e) { Log.w(TAG, "not enough memory"); } finally { return ns; } return ns; } /** Loading