Skip to content
Snippets Groups Projects
  1. Jun 05, 2018
    • himta ram's avatar
      FM: create Audio Track using Builder · 3d95d9ad
      himta ram authored
      Change-Id: Ide8deed32b844d384375c64a8f347fc26d474eb2
      3d95d9ad
    • himta ram's avatar
      FM: Audio changes · bff94f2f
      himta ram authored
      setDeviceConnectionState (DSP AFE loop) for the default device(HS)
      use application loop back(AudioRecord->AudioTrack) to route
      FM audio to non-default devices(Speaker).
      
      Change-Id: Ib74d228375c47e4ee595ddbc2a3c033b691de06a
      bff94f2f
  2. 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
  3. 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
  4. May 17, 2018
  5. Apr 17, 2018
  6. Apr 16, 2018
  7. Apr 11, 2018
  8. Apr 10, 2018
  9. Mar 15, 2018
  10. Mar 09, 2018
  11. Mar 06, 2018
  12. Feb 27, 2018
  13. Feb 21, 2018
  14. Feb 15, 2018
  15. Feb 14, 2018
  16. Feb 01, 2018
  17. Jan 25, 2018
    • himta ram's avatar
      FM: Fix static analysis issue. · 99857187
      himta ram authored
      KW issue Suspicious dereference of pointer 'val' by passing argument 1 to 
      function 'strlen'before NULL check, fixed by putting null check
      
      Change-Id: I210b40ce8a309b47d7e72b19efc7a8adb1cfbe49
      99857187
  18. Dec 19, 2017
  19. Dec 12, 2017
  20. Dec 07, 2017
    • Smriti Gupta's avatar
      FM : Fix wrong data being written to controller · db534b0d
      Smriti Gupta authored
      In some commands, set/write data to controller, we assign one offset
      value in structure and send it to controller.  We don't read data from
      controller before writing. It may cause writing wrong data to
      controller, as the structure may have some garbage values for other
      offsets. Errenous data written to controller, may cause functional
      failures.
      
      Change-Id: I102c0a256ab19de0d89db4f6da20df0c2522dff3
      CRs-fixed: 2031064
      db534b0d
  21. Dec 06, 2017
  22. Dec 05, 2017
  23. Nov 24, 2017
  24. Oct 05, 2017
  25. Sep 22, 2017
  26. Sep 19, 2017
  27. Sep 08, 2017
    • Kamal Negi's avatar
      fm: Configure AF JUMP based on SINR · 290c1e9c
      Kamal Negi authored
      Added support to configure AFJUMP based on SINR values.
      
      Change-Id: I5275d5ef6597991242b2da5870a19ebf3ae2750d
      290c1e9c
    • Kamal Negi's avatar
      fm: delay fmhalservice property start · c76ec116
      Kamal Negi authored
      In subsequent FM off/on scenario, during FM off fmhal service has been
      killed successfully but there is time delay in service stopping
      and service stopped status. In the meantime during FM on, if fmhal service is
      set to start, init will not start service as previous status is stopping, FM
      on will fail. Hence delay fmhalservice property execution by 100ms.
      
      Change-Id: Ifb4554f77ad83f6a92bca643a59ca2f1213ca39f
      c76ec116
  28. Sep 06, 2017
    • Smriti Gupta's avatar
      FM: Fix KW issues. · d2b995c3
      Smriti Gupta authored
      Fix KW issues raised on treble builds.
      
      Change-Id: Ic584f20d3348484e37bc261f34cbbbd366e7f280
      d2b995c3
Loading