Skip to content
Snippets Groups Projects
  1. Nov 10, 2016
  2. Nov 09, 2016
    • Myles Watson's avatar
      include: Apply clang-format · 1ce23e56
      Myles Watson authored
      clang-format -i --style=file include/*
      
      Test: mma -j32
      Change-Id: Ibfb31af3fa82cfd6021fdc3203381b91e57bb71e
      1ce23e56
    • Myles Watson's avatar
      include: Fix comment formatting · cf1277c4
      Myles Watson authored
      In preparation for clang-format, fix a few comments that
      would have been mangled.
      
      Test: mma -j32
      Change-Id: I7194818e93432f8bad4d7c114a93025e217aa694
      cf1277c4
  3. Nov 08, 2016
  4. Nov 07, 2016
  5. Nov 04, 2016
  6. Nov 03, 2016
  7. Nov 02, 2016
    • Sanket Agarwal's avatar
      Check A2DP source is not already shut{ting} down · c9df5238
      Sanket Agarwal authored
      In case A2DP is not enabled we are still executing the shut down path
      which is leading to a race condition and posting to a thread queue which
      is never created.
      
      Bug: b/32610895
      Change-Id: Id0cf95f4c7b5be26be28db5e837fbca3a0a87072
      c9df5238
    • Pavlin Radoslavov's avatar
      A2DP codec related fixes and cleanup · 9a81a263
      Pavlin Radoslavov authored
      * Update bta_av_co_audio_getconfig() to select the preferred codec
      * Fix a bug in selecting the A2DP codec inside
        bta_av_co_audio_set_codec()
      * No need for function A2DP_ParsSbcMplHdr() to be exposed in the API
      * Generalize the following APIs, so they can be used to redirect
        the call for vendor-specific codecs:
        - A2DP_CodecSepIndexStr()
        - A2DP_InitCodecConfig()
        - A2DP_SetSourceCodec()
      * Change tA2DP_ENCODER_INIT_PARAMS.SamplingFreq from uint16_t to
        uint32_t so it can store larger sampling frequency.
      * Rename content protection constants from BTA_AV_CP_*
        to AVDT_CP_* and move them from bta_av_co.h to avdt_api.h
      * Rename some of the internal functions in a2dp_sbc.cc
      * Add extra debug logging and fix some comments
      
      Test: A2DP streaming, unit tests passing
      Change-Id: I1b67ff18dc568dd859429fcd89c644799fb1438d
      9a81a263
    • Jakub Pawlowski's avatar
      fc16300e
  8. Nov 01, 2016
Loading