Skip to content
Snippets Groups Projects
  1. Apr 10, 2013
    • Ying Wang's avatar
      Add liblog · c832be0f
      Ying Wang authored
      Bug: 8580410
      Change-Id: Iaa05e06e0181bd3e6235f43b43f19a92f685eca9
      11 tags
      c832be0f
  2. Nov 01, 2012
  3. Sep 07, 2012
  4. Aug 27, 2012
  5. Aug 17, 2012
  6. Jul 12, 2012
  7. Apr 03, 2012
  8. Mar 13, 2012
  9. Mar 02, 2012
    • Nick Kralevich's avatar
      remove HAL_MODULE_INFO_SYM const · e228b337
      Nick Kralevich authored
      HAL_MODULE_INFO_SYM was declared as read-only, but
      the struct is written to by libhardware.  This causes
      a segfault when -Wl,-z,relro is enabled.
      
      Fixed.
      
      Change-Id: I035932858b561a37be4d788639fd5e910e12b234
      e228b337
  10. Feb 10, 2012
  11. Jan 08, 2012
  12. Jan 05, 2012
  13. Jan 04, 2012
  14. Jan 03, 2012
  15. Oct 28, 2011
  16. Oct 26, 2011
  17. Oct 25, 2011
  18. Jul 12, 2011
  19. Apr 29, 2011
  20. Mar 26, 2011
  21. Mar 14, 2011
  22. Jan 30, 2011
  23. Jan 29, 2011
  24. Jan 27, 2011
  25. Jan 26, 2011
  26. Jan 21, 2011
  27. Jan 20, 2011
  28. Jan 18, 2011
  29. Dec 01, 2010
  30. Nov 19, 2010
    • Eric Laurent's avatar
      Fix issue 3158317. · e784e44a
      Eric Laurent authored
      Do not open the input device when opening the input stream but
      only when the input stream starts. This avoids blocking the thread
      executing openInputStream() on the pcm input driver mutex while this mutex
      is constantly acquired and released by the high priority audio
      input thread.
      
      It also allows an app to open an input stream while another thread is recording
      if it does not use it immediately (useful for voice search and VoIP).
      
      Also did some clean up in output and input stream standby logic.
      
      Change-Id: I69c82f5833f7a034d828001f87e02745d7683b65
      e784e44a
  31. Nov 11, 2010
  32. Nov 08, 2010
  33. Nov 04, 2010
  34. Oct 19, 2010
  35. Oct 18, 2010
    • Joe Onorato's avatar
      Reduce logging. · 637d2d04
      Joe Onorato authored
      Remember, the system and main logs are
          - Shared resources
          - Primarily for recording problems
          - To be used only for large grained events during normal operation
      
      Bug: 3104855
      Change-Id: I1abde2ae74119ce8ffa69c8b6e8ff278c2c8029e
      637d2d04
Loading