Skip to content
Snippets Groups Projects
  1. Mar 13, 2020
  2. Mar 12, 2020
  3. Mar 11, 2020
  4. Mar 10, 2020
  5. Mar 09, 2020
  6. Mar 05, 2020
    • Cheney Ni's avatar
      While AVDT opened or its AVRC_TIMER_EVT expired, it is no needed to start the 2nd AVDT stream · 172e9347
      Cheney Ni authored
      There were 2 cases to start the 2nd stream automatically by the stack:
      
      * When the 2nd AVDT opened, the stack would check the 1st stream state
        to determinate the 2nd should be starting or not.
      * While the AVRC timer which was fired after AVDT opened was expired,
        the stack would open the AVRC and start the 2nd stream if the 1st was
        started.
      
      Both of them are unnecessary since all the stream must be controlled by
      the upper layer. We currently support an active device only, and the
      2nd stream will be tracked as remote triggered and suspended immediately.
      To samplize the behavior, it is better to not start the 2nd stream
      automatically by the stack.
      
      Bug: 132146974
      Bug: 150797902
      Test: manual
      Change-Id: I75f39801e9779ee55fa574e30051e01966c61ea3
      Merged-In: I75f39801e9779ee55fa574e30051e01966c61ea3
      (cherry picked from commit ff12fc04)
      172e9347
  7. Mar 04, 2020
  8. Mar 03, 2020
  9. Feb 27, 2020
  10. Feb 24, 2020
    • Jiyong Park's avatar
      Mark updatable APEXes · 6170f7a6
      Jiyong Park authored
      Mark updatable APEXes as updatable: true so that they are opted-out from
      optimizations that make sense only for non-updatable modules; such as
      symlinking to the libs in the system partition.
      
      Bug: 149805758
      Test: m and check that there is no symlink from the APEX to the system
      partition.
      
      Change-Id: Id21fa176acce4800fb8e6c723007f6a4aa2d1bab
      6170f7a6
  11. Feb 21, 2020
Loading