Skip to content
Snippets Groups Projects
  1. May 09, 2020
  2. Apr 27, 2020
  3. Mar 14, 2020
  4. Feb 20, 2020
  5. Feb 06, 2020
  6. Jan 18, 2020
  7. Dec 10, 2019
    • himta ram's avatar
      Fix CFI issues in FM project. · 9186a7bd
      himta ram authored
      CFI check is failing during fm jni callback due
      to difference in function signatures.
      The patch fixes the issue by matching the function signatures.
      
      CRs-Fixed: 2583457
      Change-Id: Ife2b6a882c32d13cb6cc5669d685805be7eb046c
      9186a7bd
  8. Oct 13, 2019
  9. Sep 26, 2019
    • himta ram's avatar
      FM: add vendor tag for vendor property value · 1d96971e
      himta ram authored
      Add vendor tag for vendor property value.
      As per sepolicy rules vendor property should have
      vendor tag so we renamed the ctl property to vendor
      tag added.
      
      CRs-Fixed: 2535758
      Change-Id: I794729bec5d9c258863f6aa0ba2ea60aad9d6d1a
      1d96971e
  10. Sep 24, 2019
  11. Aug 30, 2019
    • himta ram's avatar
      FM: fm_hci: logs clean up · 1deb497a
      himta ram authored
      Convert unnecessary ALOGI logs to ALOGV
      to reduce excessive logging in FM logs.
      
      CRs-Fixed: 2520424
      Change-Id: Ia76dacc3cf63363d7425a9617e338f8dc3f80023
      1deb497a
  12. Aug 25, 2019
  13. Aug 09, 2019
    • himta ram's avatar
      FM: synchronize sleep timer thread · 957e5f7c
      himta ram authored
      wait until previous thread completes its execution
      before starting new.
      start thread when thread sate is NEW.
      
      CRs-Fixed: 2505592
      Change-Id: If3e2ef12c2ea71a6a24837322758a3d175c4a63d
      957e5f7c
  14. Jul 17, 2019
  15. Jun 27, 2019
    • himta ram's avatar
      Fm: add null check for Receiver before issuing command · d1e63c2e
      himta ram authored
      this case happens where call is active and fm is stopped,
      soon after this if onAudioFocusChange dispatch to fm, then
      while handling focus change we should issue command only
      if Receiver is available.
      
      CRs-Fixed: 2479379
      Change-Id: I6e45f03a5a2ee1ee9382a8c1da01c81baec7eb0f
      d1e63c2e
  16. Jun 17, 2019
  17. Jun 14, 2019
  18. Jun 13, 2019
  19. Jun 04, 2019
  20. May 30, 2019
  21. May 28, 2019
  22. Apr 29, 2019
  23. Apr 23, 2019
  24. Apr 12, 2019
  25. Apr 08, 2019
    • himta ram's avatar
      FM: Recording: update MIME_TYPE string for recorded file · cbc2e456
      himta ram authored
       added projection as MediaStore.Audio.Media.ALBUM_ID
       while ContentResolver query.
       add check for cursor count, update the cursor only
       when count is non zero.
      
      CRs-Fixed: 2431277
      Change-Id: Ic2255ff31a2b43d99fcd72cd8f67648cad25cf2d
      cbc2e456
  26. Apr 04, 2019
  27. Apr 01, 2019
  28. Mar 29, 2019
  29. Mar 28, 2019
  30. Mar 27, 2019
    • himta ram's avatar
      FM: add synchronization fix across hal init and hal close · 7edc3c39
      himta ram authored
       -add synchronization fix across hal init and hal close.
       -add timeout of 3 sec for FM hci initialize and close to complete.
       -killing the FM process when FM hci initialize and close not completed
        within 3 sec.
      
      CRs-Fixed: 2424464
      Change-Id: I5bdf026ccba7401ede7285967a9bf3aa642798ac
      7edc3c39
  31. Mar 25, 2019
    • himta ram's avatar
      FM: do not send command in event processing context · 1f23f3a5
      himta ram authored
      - do not send RDSGrpMask command in event processing context.
      - send the RDSGrpMask command just after enable
        callback received.
      
      CRs-Fixed: 2422271
      Change-Id: I17de7fb2441920a3869c08e3f8495403b93b442b
      1f23f3a5
  32. Feb 28, 2019
  33. Jan 21, 2019
    • himta ram's avatar
      FM: make correct sequence of slimbus and audio port · dd027a39
      himta ram authored
       -in case of fm on sequence
         1. enable slimbus.
         2. open port at audio side.
         3. enable fm receiver.
      
       -in case of other than fm on scenarios where fm
        receiver is already enabled and audio
        path needs to start.
         1. open port at audio side.
         2. enable slimbus.
      
       -in case of other than fm on scenarios where fm
        receiver is already enabled and audio
        path needs to stop.
        1. disable slimbus
        2. close port at audio side.
      
      CRs-Fixed: 2372708
      
      Change-Id: I8e242b7f86248ce1ffa864d1e800e75426dbf153
      dd027a39
  34. Jan 18, 2019
  35. Jan 15, 2019
  36. Jan 12, 2019
  37. Jan 11, 2019
    • himta ram's avatar
      FM: Query and apply STREAM_MUSIC volume · 3a615df1
      himta ram authored
          when output device routing changes.
      
         -when ever Bluetooth device connect/disconnect
         query for STREAM_MUSIC volume and apply to fm volume.
      
      Change-Id: I0a1cb47f7469439b94ac4b87f3c7cf58a0bbd3b1
      3a615df1
  38. Jan 10, 2019
    • himta ram's avatar
      FM: Ignore VOLUME_CHANGED_ACTION intent when · 046d5c37
      himta ram authored
          fm is turned off.
      
       - when fm is turned off and fm app is running then
         if VOLUME_CHANGED_ACTION intent comes,
         no need to apply changed fm volume
       - set default FM OutPut Device to WiredHeadset
      
      CRs-Fixed: 2374389
      
      Change-Id: I8fccb09eab41f0007157b34af41d654a41a891da
      046d5c37
Loading