replicant-frameworks_native/libs/audioflinger
Eric Laurent aef692f50f Fix issue 2116700: Ringer screwy while connected over Bluetooth.
There was a regression introduced in AudioFlinger by change 24114 for suspended output:
The suspended output was not reading and mixing audio tracks.
When the phone is ringing, the A2DP output is suspended if the SCO headset and A2DP headset are the same. As the ringtone is played over the duplicated output, the fact that the A2DP output was not reading data was causing the hardware output to be stalled from time to time.
2009-09-22 00:35:48 -07:00
..
A2dpAudioInterface.cpp Workaround for issue 2046783. 2009-08-12 05:49:58 -07:00
A2dpAudioInterface.h Workaround for issue 2046783. 2009-08-12 05:49:58 -07:00
Android.mk
AudioBufferProvider.h
AudioDumpInterface.cpp Improved unit test code for Audioflinger. 2009-08-07 09:32:06 -07:00
AudioDumpInterface.h Improved unit test code for Audioflinger. 2009-08-07 09:32:06 -07:00
AudioFlinger.cpp Fix issue 2116700: Ringer screwy while connected over Bluetooth. 2009-09-22 00:35:48 -07:00
AudioFlinger.h Fix issue 2127371: Possible race condition in AudioFlinger::openRecord() when a Track is being destroyed. 2009-09-17 09:26:04 -07:00
AudioHardwareGeneric.cpp
AudioHardwareGeneric.h
AudioHardwareInterface.cpp Fix getParameters() default implementation. 2009-08-04 06:17:43 -07:00
AudioHardwareStub.cpp Fix getParameters() default implementation. 2009-08-04 06:17:43 -07:00
AudioHardwareStub.h Fix getParameters() default implementation. 2009-08-04 06:17:43 -07:00
AudioMixer.cpp
AudioMixer.h
AudioPolicyManagerGeneric.cpp Improved unit test code for Audioflinger. 2009-08-07 09:32:06 -07:00
AudioPolicyManagerGeneric.h Improved unit test code for Audioflinger. 2009-08-07 09:32:06 -07:00
AudioPolicyService.cpp Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. 2009-08-27 05:58:10 -07:00
AudioPolicyService.h Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. 2009-08-27 05:58:10 -07:00
AudioResampler.cpp
AudioResampler.h
AudioResamplerCubic.cpp
AudioResamplerCubic.h
AudioResamplerSinc.cpp
AudioResamplerSinc.h