Skip to content
Snippets Groups Projects
  1. Jun 22, 2018
  2. Jun 21, 2018
  3. Jun 18, 2018
  4. Jun 17, 2018
  5. Jun 16, 2018
  6. Jun 15, 2018
  7. Jun 05, 2018
  8. 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
  9. 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
  10. May 17, 2018
  11. Apr 17, 2018
  12. Apr 16, 2018
  13. Apr 11, 2018
  14. Apr 10, 2018
  15. Mar 15, 2018
  16. Mar 09, 2018
  17. Mar 06, 2018
  18. Feb 27, 2018
  19. Feb 21, 2018
  20. Feb 15, 2018
  21. Feb 14, 2018
  22. Feb 01, 2018
  23. 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
  24. Dec 19, 2017
  25. Dec 12, 2017
  26. 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
  27. Dec 06, 2017
  28. Dec 05, 2017
  29. Nov 24, 2017
  30. Oct 05, 2017
  31. Sep 22, 2017
    • Kamal Negi's avatar
      fm: Initialize variables after fm_hal service connection · c1c29ea4
      Kamal Negi authored
      Initialize variables after fm_hal_service connection. In subsequent FM on,
      if hal init happens before threads exits in previous FM off, there might be
      race condition , because of which lib_running variable sets to 0 even if
      init happens. This will lead to FM failure as all threads exits as
      soon as created.
      
      Change-Id: I2e61cc7ebb935c0b31c575aed60ead1424d23eb7
      c1c29ea4
Loading