1. 15 May, 2014 3 commits
  2. 13 May, 2014 3 commits
  3. 07 May, 2014 2 commits
  4. 29 Apr, 2014 1 commit
  5. 23 Apr, 2014 2 commits
  6. 18 Apr, 2014 1 commit
    • Colin Cross's avatar
      audio: allow compiling for 64-bit · c7b6e3c8
      Colin Cross authored
      Fix a few 64-bit warnings and set -Wno-unused-parameter, which makes
      the directory warnings-clean on 32-bit and 64-bit.
      Remove LOCAL_32_BIT_ONLY.
      
      Change-Id: I688b31683f1a6598419866d9b7b6bc27a7056f4a
      c7b6e3c8
  7. 17 Mar, 2014 8 commits
  8. 13 Mar, 2014 1 commit
    • jiaguo's avatar
      Wi-Fi HAL: fix supplicant start failed issue · 4431a1c3
      jiaguo authored
      
      init.svc.*(hostapd, p2p_supplicant) properties are set when starting
      STA or uAP via Wi-Fi HAL, after sending ctrl.start command to
      property_service, thread called wifi_start_supplicant will yield cpu
      for android init process to get scheduled, then init.svc.* status
      is read to check if supplicant status is running
      
      there is a chance that after scheld_yield returned, init is not
      scheduled, serial value is not updated, __system_property_read got
      the "stopped" status, then init is scheduled to update service status
      after that back to this loop in Wi-Fi HAL, serial is updated, but
      status is not reread, still used "stopped", then Wi-Fi HAL will
      report supplicant start failed
      
      as the following schedule sequence:
      
      process A(WifiStateMachine)           process B(init)
      1. ctl.start
      2. scheld_yield
      3. __system_proerty_read
         /*serial1, value1*/
                                            4. __system_property_update
                                               /*serial2, value2*/
      5. serial1 != serial2
      6. value1 == "stopped"
      
      So after sched_yield, first check if serial is updated, then read
      service status
      
      Change-Id: I5181e0d4504c525832c033b9a35bd58ec63e1de8
      Signed-off-by: default avatarjiaguo <jiaguo@marvell.com>
      4431a1c3
  9. 11 Mar, 2014 1 commit
  10. 24 Feb, 2014 1 commit
  11. 28 Jan, 2014 2 commits
  12. 25 Jan, 2014 1 commit
  13. 06 Dec, 2013 1 commit
  14. 05 Dec, 2013 4 commits
  15. 23 Nov, 2013 1 commit
  16. 22 Nov, 2013 1 commit
  17. 15 Nov, 2013 2 commits
  18. 07 Nov, 2013 5 commits