Skip to content
Snippets Groups Projects
  1. Dec 18, 2018
    • himta ram's avatar
      FM: add re-try mechanism for Audio focus request · ccab50c9
      himta ram authored
      in case of call and fm concurency case,
      telephony focus is abandon after on call state callback,
      due to this FM failed to get Audio focus need to retry to get focus
      
      do re-try for Audio focus 3 times on a gap of
      200 msec to get Audio focus.
      
      Change-Id: Ie1267477054ba5d3136ede5b505e31b2bd57ebc6
      ccab50c9
  2. Dec 14, 2018
    • himta ram's avatar
      FM: synchronize mReceiver object · be1ab415
      himta ram authored
        - synchronize mReceiver object to prevent null object 
          access while fm on/off stablity test.
        - fix is needed in fm on sequence, since we setting 
          mReceiver object to null while disabling.
          in race condition where multiple fm on/off performed
          mReceiver can be null.
      
      Change-Id: I6dd67958b40146ff48ce521e06ecb246e3fd1307
      be1ab415
  3. Dec 13, 2018
  4. Dec 06, 2018
    • himta ram's avatar
      FM: Set MediaSession active to false while fm off · e8d9d38c
      himta ram authored
          -set setActive session of media to false
          even though same FM Service is used for next fm session,
          so that other app can receive MediaSession events.
      
      Change-Id: I7432594d70ac20c205a0dc31fcc756be5db24fea
      e8d9d38c
  5. Nov 22, 2018
    • himta ram's avatar
      fm: Support device loopback using set param. · 43bf6237
      himta ram authored
       - Add support for FM device loopback and device routing
         using set param.
      -Added code for listening VOLUME_CHANGED_ACTION.
      -Clean up the audio path code for FM.
      -Removed app loop back code.
      -Removed redundant audio Route API Support.
      -Removed Record Sink support.
      
      Change-Id: I4751ba3c603d3e3eff3d3d65b4b1c4d3fbbc7f59
      43bf6237
  6. Nov 14, 2018
    • himta ram's avatar
      FM: add proper callback for HCI_OCF_FM_SET_RECV_CONF_REQ event · c80ab535
      himta ram authored
      handle command complete event for configuration command.
      existing code having same handling for soft mute and configuration events.
      moved configuration event handling under common command complete event code.
        
      Change-Id: I4cebd14e66825e8ad2b5a44c457a505599b451c3
      c80ab535
  7. Sep 21, 2018
  8. Sep 01, 2018
  9. Aug 31, 2018
  10. Aug 21, 2018
  11. Aug 17, 2018
  12. Aug 09, 2018
  13. Jul 31, 2018
  14. Jul 30, 2018
  15. Jul 27, 2018
  16. Jul 25, 2018
    • himta ram's avatar
      FM: property related changes · c46068fb
      himta ram authored
      remove usage of vendor.fm.a2dp.conc.disabled property.
      use vendor.bluetooth.soc property instead of ro.qualcomm.bt.hci_transport to identify the SOC Type
      
      Change-Id: I97d8452802f5f692bd9219fa53ed194a651ef415
      c46068fb
  17. Jul 23, 2018
  18. Jul 20, 2018
  19. Jul 13, 2018
  20. Jul 06, 2018
  21. Jul 05, 2018
  22. Jun 29, 2018
  23. Jun 27, 2018
  24. Jun 22, 2018
  25. Jun 21, 2018
  26. Jun 18, 2018
  27. Jun 17, 2018
  28. Jun 16, 2018
  29. Jun 15, 2018
  30. Jun 05, 2018
  31. Jun 04, 2018
    • himta ram's avatar
      Define LOCAL_PRIVATE_PLATFORM_APIS for FmApp · 5b4e7a5d
      himta ram authored
      For System SDK compliance either of two flags should be defined
      for all Android APK's
      LOCAL_SDK_VERSION Or LOCAL_PRIVATE_PLATFORM_APIS
      LOCAL_SDK_VERSION supports two values current and system_current.
      "current" will compile APK code with SDK API's and system_current
      will compile code with SDK + System API's
      LOCAL_PRIVATE_PLATFORM_APIS will compile APK code with platform
      API's, this option enables to use hidden platform API's in APK.
      This flag cannot be defined for vendor APK's.
      
      Change-Id: I86070d38e0deee37e437027ba7b44e1272cb895d
      5b4e7a5d
  32. May 24, 2018
    • AnubhavGupta's avatar
      FM: QSSI changes · d93df73b
      AnubhavGupta authored
       - remove redundant code
       - remove items going into vendor image
       - remove target specific tags
      
      Change-Id: If3bd34bbdc353851a1007ff9fcb67cf44da8f61c
      d93df73b
  33. May 17, 2018
  34. Apr 17, 2018
Loading