1. 14 Nov, 2014 1 commit
    • Raph Levien's avatar
      Reduce audio output latency · 0f6da1a2
      Raph Levien authored
      This patch reduces latency in the OpenSL ES player path by calling the
      callback immediately before data is consumed, rather than after.
      
      Bug: 12246268
      Change-Id: I8273b4a03f16011beec21dd52545f8ad1a25fd95
      0f6da1a2
  2. 27 Aug, 2014 1 commit
  3. 28 Jul, 2014 1 commit
    • Eric Laurent's avatar
      rename AudioSystem::newAudioSessionId() · d0081ece
      Eric Laurent authored
      Rename AudioSystem::newAudioSessionId() to
      AudioSystem::newAudioUniqueId() as it can be used
      also for I/O handles.
      
      Bug: 12378680.
      
      Change-Id: I5f0eaaadc21ff2aacf81670490ad42c54537d86b
      d0081ece
  4. 02 Jul, 2014 1 commit
  5. 06 Jun, 2014 1 commit
  6. 05 Jun, 2014 1 commit
    • Glenn Kasten's avatar
      Squashed commit of the following: · fdef5de1
      Glenn Kasten authored
      commit 4f3540e6953ad28cbb743cfe9f480bc4b3e979a9
      Author: Glenn Kasten <gkasten@google.com>
      Date:   Wed May 14 07:30:02 2014 -0700
      
          Updates to slesTest_feedback
      
          Configure for 48 kHz, 240 frames per buffer
          Use Pipe
          This smaller pipe still works with -t1 -r1
      
          Change-Id: Ib1c40905017f3ebfedb70df145ef3018538ea0c2
      
      commit b4b546279693f23733e8b803fdd1eb559b8db04b
      Author: Andy Hung <hunga@google.com>
      Date:   Fri May 23 16:40:16 2014 -0700
      
          Add float playback capability to OpenSL ES
      
          Add SLAndroidDataFormat_PCM_EX to match OpenSLES 1.1 header file,
          together with related SL_ANDROID_PCM_REPRESENTATION_* constants.
          Use slesTest_playbq as the test application.
      
          Change-Id: I04bcd170f5c517051a799bacf8f52da5f1353ad6
      
      commit f0642023f9660c2fdec9c48cef76e35570abe177
      Author: Glenn Kasten <gkasten@google.com>
      Date:   Tue May 27 17:17:26 2014 -0700
      
          Fix regression in AudioRecorder
      
          Interfaces were out of order
      
          Change-Id: I027dc9d8ed93514d93a5b05063a8711b9841aaf4
      
      commit 8c83595b784559f146e08b2d5500215e76cf5ba9
      Author: Andy Hung <hunga@google.com>
      Date:   Fri May 23 16:24:25 2014 -0700
      
          Add 24 bit and 32 bit playback capability to OpenSL ES
      
          slesTest_playbq is the test application.
      
          Change-Id: Iaa453471d2e9ff4e6b11ac5c68690993179fea2b
      
      Change-Id: I07515d0d3cae65c0e0d9a600527a90d64c5241d7
      fdef5de1
  7. 30 May, 2014 1 commit
  8. 29 May, 2014 3 commits
  9. 28 May, 2014 1 commit
  10. 23 May, 2014 2 commits
  11. 17 May, 2014 4 commits
  12. 16 May, 2014 1 commit
  13. 15 May, 2014 5 commits
  14. 12 May, 2014 1 commit
  15. 20 Mar, 2014 6 commits
  16. 18 Mar, 2014 3 commits
  17. 17 Mar, 2014 3 commits
  18. 08 Mar, 2014 1 commit
  19. 07 Mar, 2014 2 commits
  20. 06 Mar, 2014 1 commit
    • Narayan Kamath's avatar
      Remove use of pthread_mutex_lock_timeout_np. · 7e782682
      Narayan Kamath authored
      Replace it with the portable pthread_mutex_timedlock.
      
      This fixes the 64 bit build, because pthread_mutex_timedlock
      isn't defined for LP64.
      
      Change-Id: Ia1dbb970b8d968aab8b325687a3ebadd0c7ece53
      7e782682