1. 19 Jan, 2017 2 commits
  2. 17 Jan, 2017 2 commits
  3. 12 Jan, 2017 3 commits
  4. 11 Jan, 2017 5 commits
  5. 10 Jan, 2017 5 commits
    • Treehugger Robot's avatar
    • Treehugger Robot's avatar
      06d8feef
    • Jack He's avatar
      Convert Android.mk in libaudioclient to Android.bp · d92d34e8
      Jack He authored
      * Since system/bt depends on this library, it needs to be converted to
        Android.bp before the conversion in system/bt can be continued.
      * Majority of work is done by androidmk Android.mk > Android.bp
      * Fixed sanitize arguements
      * Removed LOCAL_EXPORT_C_INCLUDE_DIRS as Android.bp only supports
        exporting sub-directories of current Android.bp file
      * Removed frameworks/av/media/libmedia/aidl include path as it no longer
        exists and Android.mk failed to check that
      * Removed include path for audio-utils as it is being automatically
        included when we link against libaudioutils
      * Android.mk file must be deleted as a library of the same name can only
        be defined once in either Android.bp or Android.mk
      * A library defined in Android.bp can be used by either Android.bp or
        Android.mk files. However, a library defined in Android.mk cannot be
        used by Android.bp file. Therefore, for system/bt to link against this
        library in the Android.bp, this library must be converted first
      
      Bug: 32958753
      Test: Code compilation, no user visible effect
      
      Change-Id: I2ae87a1151ed4235122c7774096c2dbff8b1fc62
      d92d34e8
    • Mark Salyzyn's avatar
      liblog: use log/log.h for ALOG macros · eb165613
      Mark Salyzyn authored
      Test: compile
      Bug: 30465923
      Change-Id: I247151363604714088b6059279702702b4e9f89a
      eb165613
    • Treehugger Robot's avatar
  6. 07 Jan, 2017 1 commit
  7. 06 Jan, 2017 2 commits
  8. 05 Jan, 2017 3 commits
  9. 04 Jan, 2017 2 commits
  10. 03 Jan, 2017 1 commit
  11. 28 Dec, 2016 2 commits
    • Treehugger Robot's avatar
    • Pavlin Radoslavov's avatar
      Add a mechanism for handling audio device configuration change · f862bc6a
      Pavlin Radoslavov authored
      * Added new call handleDeviceConfigChange() to the Media Framework.
        That call can be used when there are device configuration changes
        (e.g., Bluetooth A2DP codec configuration has changed).
      * Added new method AudioPolicyManager::handleDeviceConfigChange().
        That method toggles the UNAVAILABLE/AVAILABLE connection state of the
        device, so it can be reconfigured as appropriate - e.g., the audio
        feeding parameters can be updated.
      * Fix ALOGVV compilation errors when extra logging is enabled.
      
      Test: A2DP streaming to headsets
      Bug: 30958229
      Change-Id: I388abbbb3ec4d1a003b441cb0c77e00d80cad668
      f862bc6a
  12. 22 Dec, 2016 4 commits
  13. 21 Dec, 2016 1 commit
    • Alex Klyubin's avatar
      Make users of MtpServer provide DeviceInfo fields · 792298f6
      Alex Klyubin authored
      This is part of weaning apps off accessing system identifiers via
      system properties API. Apps should use android.os.Build API instead.
      
      Bug: 33700679
      Test: Enable MTP mode then check that mtp-detect output same as before this commit
      Change-Id: Ic21da7b8e976aaa1abc606a3cb4a1f2bd8698408
      792298f6
  14. 20 Dec, 2016 3 commits
  15. 19 Dec, 2016 2 commits
    • Marco Nelissen's avatar
      Fix potential NULL dereference · b6f77710
      Marco Nelissen authored
      Bug: 32875080
      Change-Id: I9d6808812e735e58e8b477635441fd92f94f8d25
      b6f77710
    • Marco Nelissen's avatar
      Fix issues with extractor dumpsys · 460b7e88
      Marco Nelissen authored
      Tracks and descriptions were added to their respective lists in
      opposite order, so dumpsys could mix up the format and active
      state for a given track. Also fix potential NULL pointer dereference.
      
      Bug: 33179012
      Change-Id: I700d535da0e72f5641bf9257a34fdb5d5d068b12
      460b7e88
  16. 15 Dec, 2016 2 commits