replicant-frameworks_native/libs
Eric Laurent 4dd495b72c Fix issue 1745312: Various cleanups in media framework
AudioTrack, AudioRecord:
  - remove useless mAudioFlinger member of AudioTrack and AudioRecord.
  - signal cblk.cv condition in stop() method to speed up stop completion.
  - extend wait condition timeout in obtainBuffer() when waitCount is -1 to avoid waking up callback thread unnecessarily

AudioFlinger:
  - remove some warnings in AudioFlinger.cpp.
  - remove function AudioFlinger::MixerThread::removetrack_l()  as its content is never executed.
  - remove useless call to setMasterVolume in AudioFlinger::handleForcedSpeakerRoute().
  - Offset VOICE_CALL stream volume to reflect actual volume that is never 0 in hardware (this fix has been made in the open source): 0.01 + v * 0.99.

AudioSystem.java:
  - correct typo in comment

IAudioflinger, IAudioFlingerClient:
  - make AudioFlinger binder interfaces used for callbacks ONEWAY.

AudioHardwareInterface:
  - correct routeStrings[] table in AudioHardwareInteface.cpp
2009-04-21 07:56:33 -07:00
..
audioflinger Fix issue 1745312: Various cleanups in media framework 2009-04-21 07:56:33 -07:00
surfaceflinger AI 143172: am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. 2009-03-27 16:13:24 -07:00
ui AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor 2009-03-27 16:10:37 -07:00
utils auto import from //branches/cupcake/...@137873 2009-03-11 12:11:56 -07:00