OSDN Git Service

android-x86/system-media.git
13 years agoam c35fd2e7: Enable aux effect attachment before the AudioTrack creation.
Jean-Michel Trivi [Thu, 14 Oct 2010 06:35:56 +0000 (23:35 -0700)]
am c35fd2e7: Enable aux effect attachment before the AudioTrack creation.

Merge commit 'c35fd2e7ba670b1024a920ebf007b0fa1d92c969'

* commit 'c35fd2e7ba670b1024a920ebf007b0fa1d92c969':
  Enable aux effect attachment before the AudioTrack creation.

13 years agoam 521de5ed: Stop preparing the player if an audio track cannot be found.
Jean-Michel Trivi [Tue, 12 Oct 2010 23:39:49 +0000 (16:39 -0700)]
am 521de5ed: Stop preparing the player if an audio track cannot be found.

Merge commit '521de5ed291f559f536fd429521b00c67e756725'

* commit '521de5ed291f559f536fd429521b00c67e756725':
  Stop preparing the player if an audio track cannot be found.

13 years agoam 09f19a9d: Merge "Notify when prefetching fails" into gingerbread
Jean-Michel Trivi [Tue, 12 Oct 2010 23:39:33 +0000 (16:39 -0700)]
am 09f19a9d: Merge "Notify when prefetching fails" into gingerbread

Merge commit '09f19a9d2a340c00429797ca6a21778b99796818'

* commit '09f19a9d2a340c00429797ca6a21778b99796818':
  Notify when prefetching fails

13 years agoEnable aux effect attachment before the AudioTrack creation.
Jean-Michel Trivi [Tue, 12 Oct 2010 21:05:56 +0000 (14:05 -0700)]
Enable aux effect attachment before the AudioTrack creation.

When an OpenSL ES AudioPlayer is playing content from a URI or FD,
 the AudioTrack it plays on is only created once prefetching is
 far along enough that the playback properties are known (channel
 count, word size and sample rate). This happens after Realize()
 is called on the AudioPlayer. If, before the AudioTrack is created,
 the SLEffectSendItf interface is used to configure the aux send
 for that player, there is no AudioTrack to configure.

 The fix consists in keeping track of the effect the track needs
 to be attached to, and with what level. Once the track is
 created, and it gets configured (volume, mutes, channel solos,
 marker callbacks) we also attach it to the aux effect if
 necessary.

Change-Id: I12230a8cbf7dc3876d3713a006b9702d44e9d6e5

13 years agoam 6f217820: Workaround for build error on sim-eng
Glenn Kasten [Tue, 12 Oct 2010 18:50:35 +0000 (11:50 -0700)]
am 6f217820: Workaround for build error on sim-eng

Merge commit '6f2178206003119ad446457c9110abad15223b77'

* commit '6f2178206003119ad446457c9110abad15223b77':
  Workaround for build error on sim-eng

13 years agoam e8fb8eb3: Add support for 8-bit and 48 kHz PCM
Glenn Kasten [Tue, 12 Oct 2010 00:49:31 +0000 (17:49 -0700)]
am e8fb8eb3: Add support for 8-bit and 48 kHz PCM

Merge commit 'e8fb8eb310dc5ee5a262701a9386b78428b661d7'

* commit 'e8fb8eb310dc5ee5a262701a9386b78428b661d7':
  Add support for 8-bit and 48 kHz PCM

13 years agoam 1168fe38: Fix build warnings
Glenn Kasten [Tue, 12 Oct 2010 00:49:00 +0000 (17:49 -0700)]
am 1168fe38: Fix build warnings

Merge commit '1168fe388b96340ada641b7e0da1ca18b270af3a'

* commit '1168fe388b96340ada641b7e0da1ca18b270af3a':
  Fix build warnings

13 years agoam 4d7c8c74: Test cleanup
Glenn Kasten [Tue, 12 Oct 2010 00:48:56 +0000 (17:48 -0700)]
am 4d7c8c74: Test cleanup

Merge commit '4d7c8c742d5b09895e7ce3d07d314b6ada56123d'

* commit '4d7c8c742d5b09895e7ce3d07d314b6ada56123d':
  Test cleanup

13 years agoStop preparing the player if an audio track cannot be found.
Jean-Michel Trivi [Mon, 11 Oct 2010 23:47:13 +0000 (16:47 -0700)]
Stop preparing the player if an audio track cannot be found.

The bug consisted in not exiting from prepare() if an audio track
 couldn't be retrieved from the content to play. This is for
 instance the case with unsupported file formats.

Change-Id: Ic48ef5c3bfbfc7d16b241eaacfd26fe1b34e1044

13 years agoMerge "Notify when prefetching fails" into gingerbread
Jean-Michel Trivi [Mon, 11 Oct 2010 23:27:30 +0000 (16:27 -0700)]
Merge "Notify when prefetching fails" into gingerbread

13 years agoNotify when prefetching fails
Jean-Michel Trivi [Mon, 11 Oct 2010 23:15:57 +0000 (16:15 -0700)]
Notify when prefetching fails

There is no event in the SLPrefetchStatus event callback in
 OpenSL ES 1.0 to indicate a prefetch error. So we signal it by
 sending simulataneously two events:
  - SL_PREFETCHEVENT_FILLLEVELCHANGE with a level of 0
  - SL_PREFETCHEVENT_STATUSCHANGE with a status of
      SL_PREFETCHSTATUS_UNDERFLOW

Change-Id: I399ea3474e6cc7796c940401306ca9a076fac4e2

13 years agoWorkaround for build error on sim-eng
Glenn Kasten [Mon, 11 Oct 2010 15:53:34 +0000 (08:53 -0700)]
Workaround for build error on sim-eng

This is not a good long-term fix.

target SharedLib: libOpenSLES (out/host/linux-x86/pr/sim/obj/SHARED_LIBRARIES/libOpenSLES_intermediates/LINKED/libOpenSLES.so)
out/host/linux-x86/pr/sim/obj/SHARED_LIBRARIES/libOpenSLES_intermediates/IAndroidEffect.o:(.data.rel.ro._ZTIN7android12SortedVectorINS_16key_value_pair_tImPNS_11AudioEffectEEEEE[typeinfo for android::SortedVector<android::key_value_pair_t<unsigned long, android::AudioEffect*> >]+0x10): undefined reference to `typeinfo for android::SortedVectorImpl'
collect2: ld returned 1 exit status
make: *** [out/host/linux-x86/pr/sim/obj/SHARED_LIBRARIES/libOpenSLES_intermediates/LINKED/libOpenSLES.so] Error 1

Change-Id: Iea6678d31d0f747651285e76f2c2e616937bfbd7

13 years agoam d78ef680: More tests and bug fixes
Glenn Kasten [Mon, 11 Oct 2010 00:12:57 +0000 (17:12 -0700)]
am d78ef680: More tests and bug fixes

Merge commit 'd78ef68025c4de08bffaa318d0057d8affac81a1'

* commit 'd78ef68025c4de08bffaa318d0057d8affac81a1':
  More tests and bug fixes

13 years agoAdd support for 8-bit and 48 kHz PCM
Glenn Kasten [Sun, 10 Oct 2010 23:11:51 +0000 (16:11 -0700)]
Add support for 8-bit and 48 kHz PCM

Change-Id: I9e4ab432dc966d0eb531457b0ca2661d0626255a

13 years agoFix build warnings
Glenn Kasten [Sun, 10 Oct 2010 23:47:10 +0000 (16:47 -0700)]
Fix build warnings

Change-Id: I449da85b97901a632591dd16a52cb924a2722883

13 years agoTest cleanup
Glenn Kasten [Sun, 10 Oct 2010 22:04:20 +0000 (15:04 -0700)]
Test cleanup

Fix bug in QueryEffect test - was not re-initializing the name length.
Add QueryEffect test for over-writing the name buffer.
Don't create output with VOLUME or NULL interfaces.
Use <stdlib.h> symbolic names for exit codes instead of 0 and 1.
Remove Android-style logging from examples; use only printf.
Remove extra blank lines in test output.
Remove the MAX_NUMBER_OUTPUT_DEVICES macro.
Use <unistd.h> to declare usleep.
Remove obsolete #include statements.
Fix build warnings.

Change-Id: I8d198a317246b3894f104edf7c9f317a51593d07

13 years agoam 9a889c24: Interface testing and bug fixes
Glenn Kasten [Sun, 10 Oct 2010 18:03:21 +0000 (11:03 -0700)]
am 9a889c24: Interface testing and bug fixes

Merge commit '9a889c24ace7bbc9659e1531d7a61dc43452d7c0'

* commit '9a889c24ace7bbc9659e1531d7a61dc43452d7c0':
  Interface testing and bug fixes

13 years agoam 2a25d97e: Object an interface initialization/destroy cleanup
Glenn Kasten [Sat, 9 Oct 2010 16:39:39 +0000 (09:39 -0700)]
am 2a25d97e: Object an interface initialization/destroy cleanup

Merge commit '2a25d97e40dbd5dd9195195a3a269095a4932097'

* commit '2a25d97e40dbd5dd9195195a3a269095a4932097':
  Object an interface initialization/destroy cleanup

13 years agoMore tests and bug fixes
Glenn Kasten [Thu, 7 Oct 2010 21:24:56 +0000 (14:24 -0700)]
More tests and bug fixes

New tests:
 - urimime.c tests audio player with URI data source and MIME data format
 - dim.c tests DynamicInterfaceManagement
 - engine.c new test cases:
  - create more than one engine simultaneously
  - exit application without destroying engine first

Bug fixes:
 - Can't request SLBufferQueueItf or its alias SLAndroidSimpleBufferQueueItf
   if the data source is not a buffer queue.
 - BufferQueue interface is explicit on AudioPlayer.
 - OutputMixExt is unavailable (internal) on AudioPlayer.
 - There was a nested mutex lock when resuming a non-suspended interface.
 - This implementation supports at most one engine, so check for that
 - Class configuration table had wrong entry for DynamicInterfaceManagement
   on 4 of 10 classes.

Restore most of the infrastructure for removing interfaces (code review):
 - DynamicInterfaceManagement is included, but body of RemoveInterface is compiled
   out, and replaced by FEATURE_UNSUPPORTED until all our deinit hooks are clean.
 - Remove hook must be called with mutex locked, rather than unlocked as before.
   The remove hook is called during IDynamicInterfaceManagement::RemoveInterface
   and Object::Destroy, so the entry conditions must be the same.
 - Add NULL remove hooks to the interface hook table.

Change-Id: I328dd254ed24a32b220996a6d9592cc8c0f4e943
Miscellaneous:
 - Always memset object to garbage in Object::Destroy to catch broken applications.
 - Add comments about how GetInterface manipulates the v-table pointer (code review).
 - Re-enable DynamicInterfaceManagement for testing the example code.

13 years agoInterface testing and bug fixes
Glenn Kasten [Wed, 6 Oct 2010 16:52:44 +0000 (09:52 -0700)]
Interface testing and bug fixes

Add some new tests, and fix the bugs they found.

New and improved tests:
Added output mix API test with focus on interfaces.
Add mute solo and seek test cases to the automated buffer queue test.
Buffer queue configuration test is now listenable:
  Buffer queue configuration test now generates a sequence of sine
  waves in order so that the listener can tell if each format is
  supported correctly.

Bug fixes:
Engine::Create... was not checking if the interface was available
  for a particular class.  Fixing that bug showed some other bugs
  in the class/interface configuration tables.
The effects interfaces is available on an output mix.
The Volume interface is not available on an output mix.
The Object interface can do GetInterface before realized.
OutputMix interface is available on an OutputMix;
  needed by the demos/examples in back of book
OutputMix::ReRoute fails if number of output device IDs is not 1.
Improve interface checks on a buffer queue source.
Don't allow mute solo interface on a mono buffer queue.
The earlier code to check for seek interface on a buffer queue
  compared by address, which didn't work if application
  used a private copy of the GUID. Now compares using the
  MPH which will work in all cases.
Buffer queue, effect send, and mute solo are explicit interfaces on audio player.
slCreateEngine was not publishing the engine object.

Miscellaneous cleanup:
Removed the hard-coded fake device ID constants in
  OutputMix::ReRoute that were there just for testing.
In  Engine::Create..., log an error for all unsupported interfaces, not just the first one.
Make hash generator build again:
  It turns out interfaces.c is needed, even though it duplicates
  OpenSLESUT.c.  Restore from 1a6bb4f8e738c9387dc9629db294ea5de618a53c.
Remove some redundant comments.

Change-Id: Iddabe73e298b69a44f3b43ed224c918eb95961a1

13 years agoObject an interface initialization/destroy cleanup
Glenn Kasten [Tue, 5 Oct 2010 14:46:26 +0000 (07:46 -0700)]
Object an interface initialization/destroy cleanup

Prior to this, object and interface fields were being initialized
and deinitialized in random places. This resulted in some real and
potential leaks, especially in the case of partial object construction.
There were even some places where fields were not being initialized
at all.

Details:

Move destructor for AndroidEffectCapabilities from CEngine::Destroy
  to IAndroidEffectCapabilities deinit hook.
Move destructor for equalizer preset names from CEngine::Destroy
  to IEngine deinit hook.
In Object::Destroy, call deinitializer for each initialized interface,
  regardless whether it was ever exposed.
Remove double initialization of mStepSize in IPlaybackRate constructor.
Remove obsolete logs.
Add expose hooks that are called when interface is requested in
  Engine::Create...  or by DynamicInterface::AddInterface.
Always initialize all interfaces, even if not exposed
Fix typos in same-line comments on INTERFACE_ constants.
Add new interface state INITIALIZED: uninitialized -> initialized -> exposed.
DynamicInterface::Remove sets interface state to initialized (but
  not exposed), instead of uninitialized.
Add explicit constructor calls to initialize fields in C structs
  (e.g. smart pointers), using placement new. See also build warning
  which was turned off with -Wno-invalid-offsetof.
Add comments about per-instance fields not associated with an interface.
Add default initializations for all per-instance fields that are
  not associated with an interface, in case the object is only partially
  constructed and then needs to be destroyed due to an error.
Add placement new comments.
Update comments on private per-instance fields not associated with an interface.
Move effect clears from the containing object destructor
  (CAudioPlayer_Destroy and COutputMix_Destroy) to the interface
  destructor. In this process this caught a bug that environmental
  reverb and preset reverb were not being destroyed properly for an
  audio player.
Add comments on interface hooks.
Add entries for interface destructors.
Add placement new (explicit constructor) and explicit destructor calls
  for C++ fields in C struct.
Fix template instantiation error.
Move explicit calls to IBufferQueue_Destroy (now renamed to
  IBufferQueue_deinit) from CAudioPlayer_Destroy and CAudioRecorder_Destroy
  to be implicit via the BufferQueue interface deinit hook.
ThreadSync interface destructor now logs a warning if
  ThreadSync::EnterCriticalSection was active at Engine::Destroy
Add some comments.
Clean up gMonitorFp close code.
Fix typo in log message.
Fix DynamicInterface to handle distinction between UNINITIALIZED and
  INITIALIZED states for an interface, and to call the optional expose hook.
Do not use memset per interface, because the size of the last interface is unknown.
Set the v-table pointer while lock is held.
Add curlies to if statements.
Log errors if interfaces active during Object::Destroy, instead of asserting.
Log a warning if interface requests an interface but it is not available,
  and is optional.
Add log with the class name and address of each new object.
Mark only interfaces with init hooks as INITIALIZED; others are UNINITIALIZED.

Change-Id: Ibb9c1b5f21e6195af6b20b2f7a5c7157905b735b

13 years agoam 182f822e: Add new test, fix bugs found by test & code review
Glenn Kasten [Mon, 4 Oct 2010 19:09:06 +0000 (12:09 -0700)]
am 182f822e: Add new test, fix bugs found by test & code review

Merge commit '182f822e7110bac4947ba8bded1c90ce8050c0fd'

* commit '182f822e7110bac4947ba8bded1c90ce8050c0fd':
  Add new test, fix bugs found by test & code review

13 years agoAdd new test, fix bugs found by test & code review
Glenn Kasten [Thu, 30 Sep 2010 18:09:19 +0000 (11:09 -0700)]
Add new test, fix bugs found by test & code review

Bugs:
 - EnvironmentalReverb::GetEnvironmentalReverbProperties left mutex
   unlocked at end.
 - buffer queue configuration test revealed not checking enough
   combinations
 - would have failed conformance test in a couple places
 - replace peek locks by shared locks for SMP
 - undocumented symbols were being exported by library
 - fix handling of EffectSend for MIDI player

New test:
 - Add reverb test

Miscellaneous:
 - Move some FIXME to to-do list where they are easier to organize
 - Fix typos in name of profile constant
 - EffectSend::IsEnabled sets enabled = false for unsupported aux effect.
 - Add curlies to if statements.
 - Add more error logging.
 - Fix indentation in switch statement.
 - Add comments to makefile.

Details:
 - Reduce visibility of libOpenSLESUT symbols.
 - Use LOCAL_STATIC_LIBRARIES := libOpenSLESUT where needed in
   applications.
 - Move FIXME for OEM configuration, interface, SDL, Sndfile,
   buffer queue, destroy to to-do list
 - For SDL, disallow buffer queue with source not 44.1 kHz because it
   is hard-wired to 44.1 kHz and there is no sample rate converter.
 - return successful result for enabled effect send on unsupported
   MIDI player
   for future conformance testing

Change-Id: I39cb543169996f78c16e3ac363ea6157a9242743

13 years agoam 6e13f90b: Merge "Add buffer queue configuration test" into gingerbread
Glenn Kasten [Thu, 30 Sep 2010 18:29:07 +0000 (11:29 -0700)]
am 6e13f90b: Merge "Add buffer queue configuration test" into gingerbread

Merge commit '6e13f90bdc8c5354bef9a779a366216d87d9e5d9'

* commit '6e13f90bdc8c5354bef9a779a366216d87d9e5d9':
  Add buffer queue configuration test

13 years agoam 8c5a381a: Lock tweak between interface and object
Jean-Michel Trivi [Thu, 30 Sep 2010 18:26:50 +0000 (11:26 -0700)]
am 8c5a381a: Lock tweak between interface and object

Merge commit '8c5a381a265210f069a370565f10ce31bf886346'

* commit '8c5a381a265210f069a370565f10ce31bf886346':
  Lock tweak between interface and object

13 years agoam 614d5407: Code cleanup: function name unification.
Jean-Michel Trivi [Thu, 30 Sep 2010 18:25:45 +0000 (11:25 -0700)]
am 614d5407: Code cleanup: function name unification.

Merge commit '614d5407d3fac1dae8975722f25e671642041282'

* commit '614d5407d3fac1dae8975722f25e671642041282':
  Code cleanup: function name unification.

13 years agoMerge "Add buffer queue configuration test" into gingerbread
Glenn Kasten [Thu, 30 Sep 2010 00:33:21 +0000 (17:33 -0700)]
Merge "Add buffer queue configuration test" into gingerbread

13 years agoAdd buffer queue configuration test
Glenn Kasten [Wed, 29 Sep 2010 23:37:02 +0000 (16:37 -0700)]
Add buffer queue configuration test

Add comments to makefile for each test

Change-Id: I8741d93e7aadb02c4b75e3a0a7a81d593dfa7f97

13 years agoam 67537364: Fix issues with SLPlaybackRateItf interface
Jean-Michel Trivi [Thu, 30 Sep 2010 00:17:44 +0000 (17:17 -0700)]
am 67537364: Fix issues with SLPlaybackRateItf interface

Merge commit '67537364adc48cd6fa56e36d4201428b5d9dedaf'

* commit '67537364adc48cd6fa56e36d4201428b5d9dedaf':
  Fix issues with SLPlaybackRateItf interface

13 years agoLock tweak between interface and object
Jean-Michel Trivi [Wed, 29 Sep 2010 22:51:44 +0000 (15:51 -0700)]
Lock tweak between interface and object

When locking the interface for the prefetch status, lock the
 object instead of the prefetch interface, as it updates
 the android object state.

Fix the playState test app.

Change-Id: Ib4e0e99a4cf0720e2b7ebd920fe92f69377f19d9

13 years agoCode cleanup: function name unification.
Jean-Michel Trivi [Wed, 29 Sep 2010 19:55:40 +0000 (12:55 -0700)]
Code cleanup: function name unification.

Change-Id: I37790738d81bb8d6b5496467a93c17c6f1385b8f

13 years agoFix issues with SLPlaybackRateItf interface
Jean-Michel Trivi [Wed, 29 Sep 2010 01:08:55 +0000 (18:08 -0700)]
Fix issues with SLPlaybackRateItf interface

Set rate was not applied when the AudioTrack is created after
 prepare completed.
Modified playback rate functions in AudioPlayer to pass a
 CAudioPlayer pointer, rather than a pointer to IPlaybackRate
 so the rate update function can be queried from the CAudioPlayer.
Added test that exercises the SLPlaybackRateItf interface as
 well as content looping.
Simplified evaluation of delay between decode and render to
 use a fixed (small) delay that balances time to run the
 event looper, and prevents clicks.

Change-Id: I598e9a96e93ef7a7c3603c8467f9d6b36dacd26d

13 years agoam 3dbc7f94: Merge "Add MuteSolo checks for audio player and fix bugs" into gingerbread
Glenn Kasten [Wed, 29 Sep 2010 00:38:40 +0000 (17:38 -0700)]
am 3dbc7f94: Merge "Add MuteSolo checks for audio player and fix bugs" into gingerbread

Merge commit '3dbc7f94e5273737f68cf42898945b3ce92b565e'

* commit '3dbc7f94e5273737f68cf42898945b3ce92b565e':
  Add MuteSolo checks for audio player and fix bugs

13 years agoMerge "Add MuteSolo checks for audio player and fix bugs" into gingerbread
Glenn Kasten [Tue, 28 Sep 2010 22:54:50 +0000 (15:54 -0700)]
Merge "Add MuteSolo checks for audio player and fix bugs" into gingerbread

13 years agoAdd MuteSolo checks for audio player and fix bugs
Glenn Kasten [Tue, 28 Sep 2010 14:28:21 +0000 (07:28 -0700)]
Add MuteSolo checks for audio player and fix bugs

The specification says "This [SLMuteSoloItf] interface cannot be
exposed on a player whose audio format is mono." This has a lot of
implications ...

Deny an explicit interface request for SLMuteSoloItf at audio player
creation time if the player is known pre-realize to have mono channel
count (e.g. PCM buffer queue).

Deny a GetInterface on MuteSolo if channel count is known to be mono,
but allow it if the channel count is still unknown.

When DynamicSource (or its replacement) is implemented, it will be
possible for the application to have done a GetInterface successfully,
and then to change the source such that the MuteSolo interface is
no longer valid.  In that case, return SL_RESULT_FEATURE_UNSUPPORTED
for most MuteSolo operations, if called when channel count is unknown
or is mono.  We _do_ allow MuteSolo::GetChannelCount to succeed if
channel count is known to be mono.

Enhance the URI-based mute solo test to check some of the above,
and the interactive buffer queue test to get and test the channel count.

Add curly braces to if statements.

Other bug fixes:
 - Do not rely on peek locks; they don't work on SMP.
 - Channel count and sample rate were not being set correctly
   for buffer queue data source audio players.
 - CreateAudioPlayer and AudioRecorder were both referring to
   application pointers more than once, with the possibility of
   reading inconsistent data.

Change-Id: Ie0109cbddc0aff8a56c0b53d989fb2be823e627b

13 years agoam 59c678dd: Merge "Fix bug 3004701 do not prefetch during Realize." into gingerbread
Jean-Michel Trivi [Tue, 28 Sep 2010 20:20:07 +0000 (13:20 -0700)]
am 59c678dd: Merge "Fix bug 3004701 do not prefetch during Realize." into gingerbread

Merge commit '59c678ddde54c2532ff64c6414f45e9a150d7651'

* commit '59c678ddde54c2532ff64c6414f45e9a150d7651':
  Fix bug 3004701 do not prefetch during Realize.

13 years agoam daccf40f: Enable and test more interface ID queries
Glenn Kasten [Tue, 28 Sep 2010 20:19:37 +0000 (13:19 -0700)]
am daccf40f: Enable and test more interface ID queries

Merge commit 'daccf40f73133a1220cc4ab8af45c59b1df9eeae'

* commit 'daccf40f73133a1220cc4ab8af45c59b1df9eeae':
  Enable and test more interface ID queries

13 years agoam bf414743: Add engine interface test
Glenn Kasten [Tue, 28 Sep 2010 20:19:34 +0000 (13:19 -0700)]
am bf414743: Add engine interface test

Merge commit 'bf4147433b223bf98a7177d778d422a89c90e965'

* commit 'bf4147433b223bf98a7177d778d422a89c90e965':
  Add engine interface test

13 years agoMerge "Fix bug 3004701 do not prefetch during Realize." into gingerbread
Jean-Michel Trivi [Tue, 28 Sep 2010 16:50:19 +0000 (09:50 -0700)]
Merge "Fix bug 3004701 do not prefetch during Realize." into gingerbread

13 years agoFix bug 3004701 do not prefetch during Realize.
Jean-Michel Trivi [Tue, 28 Sep 2010 00:12:52 +0000 (17:12 -0700)]
Fix bug 3004701 do not prefetch during Realize.

Removed unused Android object states in enum, not used in
 play state machine.
Made SfPlayer responsible for the creation of its
 AudioTrack once it knows the sample rate and number of
 channels of the content to play once it's done
 preparing.
Added notification from SfPlayer to signal when it's
 done preparing. This informs of the audio characteristics
 and kicks off the content prefetching.
In the AudioPlayer realize:
 - do not start the prefetching, do it when the player
  is set to PAUSED
 - don not create the AudioTrack, do it when SfPlayer
  is done preparing.

Change-Id: Ic345040e71cef0e5953ea47366930d1dfbc5e761

13 years agoEnable and test more interface ID queries
Glenn Kasten [Tue, 28 Sep 2010 00:30:18 +0000 (17:30 -0700)]
Enable and test more interface ID queries

Enable Engine::IEngine_QueryNumSupportedInterfaces and
  Engine::QuerySupportedInterfaces.
Add object ID test.
Return SL_RESULT_FEATURE_UNSUPPORTED from Engine::Create... if the
  corresponding class is not configured..
Add slesutObjectIDToString to utility toolkit.

Change-Id: I28b8beff71d65e7eccd558e586652bb606c89848

13 years agoam 0673981b: Merge "Destroy for an unrealized engine was hanging" into gingerbread
Glenn Kasten [Tue, 28 Sep 2010 04:29:32 +0000 (21:29 -0700)]
am 0673981b: Merge "Destroy for an unrealized engine was hanging" into gingerbread

Merge commit '0673981b5807e901fc8f025052bcac0ac3654a7f'

* commit '0673981b5807e901fc8f025052bcac0ac3654a7f':
  Destroy for an unrealized engine was hanging

13 years agoam 6e31131d: Remove old stream type code that\'s not used anymore.
Jean-Michel Trivi [Tue, 28 Sep 2010 04:29:29 +0000 (21:29 -0700)]
am 6e31131d: Remove old stream type code that\'s not used anymore.

Merge commit '6e31131dc148be814134987404c89ee946e432ca'

* commit '6e31131dc148be814134987404c89ee946e432ca':
  Remove old stream type code that's not used anymore.

13 years agoAdd engine interface test
Glenn Kasten [Tue, 28 Sep 2010 00:05:49 +0000 (17:05 -0700)]
Add engine interface test

Change-Id: I5c1fd1e8ab6dc050f416f28708e3ef218910cd8d

13 years agoMerge "Destroy for an unrealized engine was hanging" into gingerbread
Glenn Kasten [Tue, 28 Sep 2010 00:13:09 +0000 (17:13 -0700)]
Merge "Destroy for an unrealized engine was hanging" into gingerbread

13 years agoRemove old stream type code that's not used anymore.
Jean-Michel Trivi [Tue, 28 Sep 2010 00:05:06 +0000 (17:05 -0700)]
Remove old stream type code that's not used anymore.

Change-Id: I66e0d93ffa8fbf8fd64642d5554026513d561153

13 years agoDestroy for an unrealized engine was hanging
Glenn Kasten [Mon, 27 Sep 2010 23:35:50 +0000 (16:35 -0700)]
Destroy for an unrealized engine was hanging

Change-Id: Ib11b15fe40726d2f9aad0c54fa66382824c95cfa

13 years agoam db7f4632: Initialize mEffects if audio player partly created
Glenn Kasten [Mon, 27 Sep 2010 21:39:59 +0000 (14:39 -0700)]
am db7f4632: Initialize mEffects if audio player partly created

Merge commit 'db7f4632cb8a69a17bb1cbba82ed03ba36591e88'

* commit 'db7f4632cb8a69a17bb1cbba82ed03ba36591e88':
  Initialize mEffects if audio player partly created

13 years agoInitialize mEffects if audio player partly created
Glenn Kasten [Mon, 27 Sep 2010 15:37:09 +0000 (08:37 -0700)]
Initialize mEffects if audio player partly created

See https://android-git.corp.google.com/g/70088
File opensles/libopensles/android_AudioPlayer.cpp
Line 1111:     if (NULL != pAudioPlayer->mAndroidEffect.mEffects) {
mAndroidEffect.mEffects is not initialized to NULL.

Change-Id: Ic6b952748c7a8024c797d7bec4a26cb138fa8840

13 years agoam 33d87958: Fix AudioTrack sessionId bug
Jean-Michel Trivi [Mon, 27 Sep 2010 18:47:25 +0000 (11:47 -0700)]
am 33d87958: Fix AudioTrack sessionId bug

Merge commit '33d8795864d722be83cac7c6e7bc675991a7d7dc'

* commit '33d8795864d722be83cac7c6e7bc675991a7d7dc':
  Fix AudioTrack sessionId bug

13 years agoFix AudioTrack sessionId bug
Jean-Michel Trivi [Mon, 27 Sep 2010 17:50:34 +0000 (10:50 -0700)]
Fix AudioTrack sessionId bug

The sessionId associated with an AudioPlayer is initialized during
 its creation. The sessionId was not passed to the AudioTrack
 constructor.

Change-Id: I9ccafd707313367f8da78013575cd6048637f240

13 years agoam 3d2470a7: Remove unused Android object type AUDIOTRACK_PUSH
Jean-Michel Trivi [Mon, 27 Sep 2010 17:02:01 +0000 (10:02 -0700)]
am 3d2470a7: Remove unused Android object type AUDIOTRACK_PUSH

Merge commit '3d2470a7f5c936182f1d6179b290814d8a620f9d'

* commit '3d2470a7f5c936182f1d6179b290814d8a620f9d':
  Remove unused Android object type AUDIOTRACK_PUSH

13 years agoRemove unused Android object type AUDIOTRACK_PUSH
Jean-Michel Trivi [Mon, 27 Sep 2010 16:49:47 +0000 (09:49 -0700)]
Remove unused Android object type AUDIOTRACK_PUSH

Change-Id: I1ab5494ae47239eed0b0a18dc817e3b0ead37871

13 years agoam 90370624: Merge "Support content looping for URI and FD data sources." into ginger...
Jean-Michel Trivi [Mon, 27 Sep 2010 16:42:46 +0000 (09:42 -0700)]
am 90370624: Merge "Support content looping for URI and FD data sources." into gingerbread

Merge commit '9037062468ac020b7c64992c6dba4dda066a5454'

* commit '9037062468ac020b7c64992c6dba4dda066a5454':
  Support content looping for URI and FD data sources.

13 years agoMerge "Support content looping for URI and FD data sources." into gingerbread
Jean-Michel Trivi [Mon, 27 Sep 2010 16:37:38 +0000 (09:37 -0700)]
Merge "Support content looping for URI and FD data sources." into gingerbread

13 years agoSupport content looping for URI and FD data sources.
Jean-Michel Trivi [Sun, 26 Sep 2010 20:15:05 +0000 (13:15 -0700)]
Support content looping for URI and FD data sources.

Implement SetLoop() on AudioPlayer with URI and FD
 data sources. Only looping over the whole duration
 of the audio content is supported here.

Change-Id: Ic033f61063e57c3a9f8c51bad15852a42b21ab46

13 years agoam 4a03820f: Restore the 2 unmerged equalizer tests
Glenn Kasten [Sun, 26 Sep 2010 22:17:50 +0000 (15:17 -0700)]
am 4a03820f: Restore the 2 unmerged equalizer tests

Merge commit '4a03820f21ebdcb5fe949b9f88aa710417686d69'

* commit '4a03820f21ebdcb5fe949b9f88aa710417686d69':
  Restore the 2 unmerged equalizer tests

13 years agoRestore the 2 unmerged equalizer tests
Glenn Kasten [Sun, 26 Sep 2010 21:51:17 +0000 (14:51 -0700)]
Restore the 2 unmerged equalizer tests

Change-Id: I667cfdddd34fff7017fedab9ee84e954c1c9f690

13 years agoam d570bd0a: Log which effect initialization function is used.
Jean-Michel Trivi [Sun, 26 Sep 2010 21:37:22 +0000 (14:37 -0700)]
am d570bd0a: Log which effect initialization function is used.

Merge commit 'd570bd0affa00595dc79c0b7fbaf735de4c51407'

* commit 'd570bd0affa00595dc79c0b7fbaf735de4c51407':
  Log which effect initialization function is used.

13 years agoLog which effect initialization function is used.
Jean-Michel Trivi [Sun, 26 Sep 2010 21:20:27 +0000 (14:20 -0700)]
Log which effect initialization function is used.

Change-Id: I7c5c7440e50d65faf3dadf360e7a3a23dc5d7781

13 years agoam 90417a10: Implement buffer cache fill level and status notification.
Jean-Michel Trivi [Sun, 26 Sep 2010 21:16:26 +0000 (14:16 -0700)]
am 90417a10: Implement buffer cache fill level and status notification.

Merge commit '90417a10fd988e37bc4e51b61c2fb8e70301345c'

* commit '90417a10fd988e37bc4e51b61c2fb8e70301345c':
  Implement buffer cache fill level and status notification.

13 years agoam 0cfa1a91: Temporary fix for broken build
Glenn Kasten [Sun, 26 Sep 2010 20:31:42 +0000 (13:31 -0700)]
am 0cfa1a91: Temporary fix for broken build

Merge commit '0cfa1a912815f84c086c285e63cb01a4f0b1f93f'

* commit '0cfa1a912815f84c086c285e63cb01a4f0b1f93f':
  Temporary fix for broken build

13 years agoImplement buffer cache fill level and status notification.
Jean-Michel Trivi [Mon, 20 Sep 2010 23:01:25 +0000 (16:01 -0700)]
Implement buffer cache fill level and status notification.

OpenSL ES requires the notification of buffering status
 changes and caching fill level updates. Fill level
 updates happen only when the level has changed by
 a certain amount.

Change-Id: I8b5e82ac1dfff35d7a27eda0dd1f395311d554f3

13 years agoTemporary fix for broken build
Glenn Kasten [Sun, 26 Sep 2010 19:04:19 +0000 (12:04 -0700)]
Temporary fix for broken build

Change-Id: I1b02cbe6ce22766ccbab4e8bf040418eba69d6fc

13 years agoam bd2fc031: Replace one configuration hack by another
Glenn Kasten [Sun, 26 Sep 2010 18:47:45 +0000 (11:47 -0700)]
am bd2fc031: Replace one configuration hack by another

Merge commit 'bd2fc031926582ee8b0df40673c66dfa4cc45a61'

* commit 'bd2fc031926582ee8b0df40673c66dfa4cc45a61':
  Replace one configuration hack by another

13 years agoReplace one configuration hack by another
Glenn Kasten [Sun, 26 Sep 2010 16:38:26 +0000 (09:38 -0700)]
Replace one configuration hack by another

Previous hack allowed an application to call GetInterface for any
  interface prior to Realize.  The new hack allows an application
  to do so only for interfaces which have a "pre-realize OK"
  relationship to their associated class.  Currently this is
  SL_IID_ANDROIDCONFIGURATION.
Reduce logging in record test.
Allow default tracing level to be set in makefile.
Line length 100.

Change-Id: Id17c55ee7284dca108e0eab379a8f987963fd8c4

13 years agoam e4d6cdb3: Cleanup
Glenn Kasten [Sun, 26 Sep 2010 18:28:36 +0000 (11:28 -0700)]
am e4d6cdb3: Cleanup

Merge commit 'e4d6cdb3bafa5d83aa12686ae9f9a1cfcda0c154'

* commit 'e4d6cdb3bafa5d83aa12686ae9f9a1cfcda0c154':
  Cleanup

13 years agoCleanup
Glenn Kasten [Sat, 25 Sep 2010 00:39:09 +0000 (17:39 -0700)]
Cleanup

Remove obsolete source file interfaces.c.
Fix typo in conditional compile.
Clarify comment.

Change-Id: I46e93c61fc0d192118a0f17b5b735ec2118298df

13 years agoam 48969e39: Fix problems found during testing
Glenn Kasten [Fri, 24 Sep 2010 22:57:57 +0000 (15:57 -0700)]
am 48969e39: Fix problems found during testing

Merge commit '48969e39faa340d20b6bcab7c7e27c711be85654'

* commit '48969e39faa340d20b6bcab7c7e27c711be85654':
  Fix problems found during testing

13 years agoam 3ac54e4d: Fix bug found by BufferQueue automated test
Glenn Kasten [Fri, 24 Sep 2010 22:55:18 +0000 (15:55 -0700)]
am 3ac54e4d: Fix bug found by BufferQueue automated test

Merge commit '3ac54e4d6e699467b608a4f0eda6023d50d3cd61'

* commit '3ac54e4d6e699467b608a4f0eda6023d50d3cd61':
  Fix bug found by BufferQueue automated test

13 years agoam 51cb31b0: As part of API review, disable incomplete profiles
Glenn Kasten [Fri, 24 Sep 2010 22:22:30 +0000 (15:22 -0700)]
am 51cb31b0: As part of API review, disable incomplete profiles

Merge commit '51cb31b09f6af53402b3fbe7e9de29badc1155a2'

* commit '51cb31b09f6af53402b3fbe7e9de29badc1155a2':
  As part of API review, disable incomplete profiles

13 years agoFix problems found during testing
Glenn Kasten [Fri, 24 Sep 2010 21:16:15 +0000 (14:16 -0700)]
Fix problems found during testing

Fix crash in android_audioPlayer_destroy if audio player is only partially
  constructed, e.g. when using a buffer queue source and the buffer count
  is invalid etc.
Add temporary workaround to buffer queue automated test to be quieter if
  hardware volume control is not working.
Make the record test less noisy on console.

Change-Id: Ief255c3f5f3c94c990f589b2373686b2ac526dd3

13 years agoFix bug found by BufferQueue automated test
Glenn Kasten [Thu, 23 Sep 2010 01:55:12 +0000 (18:55 -0700)]
Fix bug found by BufferQueue automated test

Fix bug for destroying partially constructed audio player.
Remove obsolete logging.

Change-Id: Ib186153bf50ed1311c021d53711ec90d000bdee2

13 years agoAs part of API review, disable incomplete profiles
Glenn Kasten [Tue, 21 Sep 2010 21:49:48 +0000 (14:49 -0700)]
As part of API review, disable incomplete profiles

Don't compile dead code relating to unsupported features, but keep profiles for CT.
Move whole file conditionals from the source code to Android.mk,
  by just not compiling the module for unsupported features.
There must an interface initialization hook present to expose an
  interface implicitly or explicitly at object creation time, or
  to dynamically add an interface after the object is created.  As
  a safety check, we also double-check for the initialization hook
  when the application does a GetInterface.

Miscellaneous bug fixes:
 - Fix warning "variable may be used uninitialized in this function".
 - Fix build errors on SDL.
 - Was using the wrong conditional for SDL.
 - Fix typo mInterfaceContinued -> mInterfaceStates2 in AudioRecorder.
 - Fix typo in IEngineCapabilities_init.

Other cleanup:
 - Move ugly SDL-specific stuff out of the portable code.
 - Combine duplicated code in CAudioPlayerDestroy and
   CAudioRecorder_Destroy for freeing buffer queue memory.
 - Add curlies to if and do statements.
 - Line length 100.
 - Decrease engine voices from 32 to 30 (based on max of 32 objects, 1 engine, 1 output mix).
 - Disable IRecord_init log.
 - Add symbolic link for Android configuration header file.
 - Enable trace on Android.
 - sl_int64_t is now unconditionally defined rather than only if
   ANDROID defined, because it is used by OpenSLES_Android.h which
   might be included by SDL also.
 - Removed symlink for Android headers

Change-Id: I1a6389257bca09e3819923129a1193473e16669b

13 years agoam 1a6bb4f8: Android simple buffer queue locator and interface
Glenn Kasten [Wed, 22 Sep 2010 22:05:50 +0000 (15:05 -0700)]
am 1a6bb4f8: Android simple buffer queue locator and interface

Merge commit '1a6bb4f8e738c9387dc9629db294ea5de618a53c'

* commit '1a6bb4f8e738c9387dc9629db294ea5de618a53c':
  Android simple buffer queue locator and interface

13 years agoAndroid simple buffer queue locator and interface
Glenn Kasten [Tue, 21 Sep 2010 23:56:15 +0000 (16:56 -0700)]
Android simple buffer queue locator and interface

Bug fixes:
Fix bug in error handling and recovery for checkDataSource - potential memory leak.
Clean up MPH table; there were some missing and uncommented entries.

Testing:
Add comments about using the END macro to test the MPH table.
Convert feedback test from buffer queue to Android simplified
  buffer queue for rx side only, tx is still 1.0.1 buffer queue.
Add option to sample/intbufq test to use build option to decide
  whether to use 1.0.1 buffer queue or Andorid simple buffer queue.
Convert record test for new APIs.

Miscellaneous:
Update hashgen table and add an install rule.
Add comments.
Add more logging.
Line length 100.
Fix build warning.
Double indent.
Fix SL_DATALOCATOR value for FD.

Change-Id: I35cce8934157fed88251e846b1beb15523b2b1a6

13 years agoam 3060d3cc: Add explicit dependency to utility library.
Glenn Kasten [Wed, 22 Sep 2010 14:42:53 +0000 (07:42 -0700)]
am 3060d3cc: Add explicit dependency to utility library.

Merge commit '3060d3cc0207e3ca1b862742d60ffde68e3db817'

* commit '3060d3cc0207e3ca1b862742d60ffde68e3db817':
  Add explicit dependency to utility library.

13 years agoresolved conflicts for merge of df384abb to master
Glenn Kasten [Wed, 22 Sep 2010 00:33:18 +0000 (17:33 -0700)]
resolved conflicts for merge of df384abb to master

Change-Id: Id98b47d4ccc5f3a30b7f945cdebed6b48eef4936

13 years agoAdd explicit dependency to utility library.
Glenn Kasten [Tue, 21 Sep 2010 23:20:16 +0000 (16:20 -0700)]
Add explicit dependency to utility library.

Change-Id: I3a85b071b355ac9e0c330a71e6457cb01b665af0

13 years agoQuick fix for build break, real fix to follow
Glenn Kasten [Tue, 21 Sep 2010 22:59:30 +0000 (15:59 -0700)]
Quick fix for build break, real fix to follow

Change-Id: Ib8542a689a0287fe19cd74b14eceb6b4a8b6afeb

13 years agoam 03716fc6: Update logging
Glenn Kasten [Tue, 21 Sep 2010 22:35:34 +0000 (15:35 -0700)]
am 03716fc6: Update logging

Merge commit '03716fc64636a68ba59881508e80550b948f0f40'

* commit '03716fc64636a68ba59881508e80550b948f0f40':
  Update logging

13 years agoUpdate logging
Glenn Kasten [Mon, 20 Sep 2010 18:55:34 +0000 (11:55 -0700)]
Update logging

Fix bug in ifdef __cplusplus for OpenSLES_Android.h.
Clean up, simplify, and change level of a few log messages.
Use SL_LOGx macros instead of LOGx in SfPlayer.cpp.
Add comments regarding unsupported runtime log level checks.
Line length 100.

Change-Id: I52441ed6fbe9550248fa1b6944fc8e199f1f2724

13 years agoam a0786c52: Fix bug 3022251
Jean-Michel Trivi [Tue, 21 Sep 2010 21:35:11 +0000 (14:35 -0700)]
am a0786c52: Fix bug 3022251

Merge commit 'a0786c52adce0defd7021d5718809e790493ebc0'

* commit 'a0786c52adce0defd7021d5718809e790493ebc0':
  Fix bug 3022251

13 years agoFix bug 3022251
Jean-Michel Trivi [Tue, 21 Sep 2010 18:32:41 +0000 (11:32 -0700)]
Fix bug 3022251

Remove prefetch status error codes: not officially in OpenSL ES spec.

AndroidEffectCapabilities: no const for effect name

Android file descriptor data source: don't use a value that will
 likely be used by the specification in the future.

Change-Id: I9b4e0d7eb265dc98c76021cddfe5a1f50b5eb6ef

13 years agoam 10f409d1: Merge "Fix bug 3011821 OpenSL ES Volume chain configuration" into ginger...
Jean-Michel Trivi [Mon, 20 Sep 2010 17:41:19 +0000 (10:41 -0700)]
am 10f409d1: Merge "Fix bug 3011821 OpenSL ES Volume chain configuration" into gingerbread

Merge commit '10f409d124265019fd5236de777f3d42b6142643'

* commit '10f409d124265019fd5236de777f3d42b6142643':
  Fix bug 3011821 OpenSL ES Volume chain configuration

13 years agoMerge "Fix bug 3011821 OpenSL ES Volume chain configuration" into gingerbread
Jean-Michel Trivi [Mon, 20 Sep 2010 17:35:03 +0000 (10:35 -0700)]
Merge "Fix bug 3011821 OpenSL ES Volume chain configuration" into gingerbread

13 years agoam 8bab86c5: Merge "Enable semi-standard logging (does not use LOG macros)" into...
Glenn Kasten [Mon, 20 Sep 2010 17:30:13 +0000 (10:30 -0700)]
am 8bab86c5: Merge "Enable semi-standard logging (does not use LOG macros)" into gingerbread

Merge commit '8bab86c56f8e59faaf6616cb5267a76d6e24585f'

* commit '8bab86c56f8e59faaf6616cb5267a76d6e24585f':
  Enable semi-standard logging (does not use LOG macros)

13 years agoam 14b8d168: Fix AudioRecorder initialization error.
Jean-Michel Trivi [Mon, 20 Sep 2010 17:27:39 +0000 (10:27 -0700)]
am 14b8d168: Fix AudioRecorder initialization error.

Merge commit '14b8d1684bd69070f0ce92fccc70771e40b54f94'

* commit '14b8d1684bd69070f0ce92fccc70771e40b54f94':
  Fix AudioRecorder initialization error.

13 years agoFix bug 3011821 OpenSL ES Volume chain configuration
Jean-Michel Trivi [Mon, 20 Sep 2010 00:37:01 +0000 (17:37 -0700)]
Fix bug 3011821 OpenSL ES Volume chain configuration

When setting effect send levels, combine player volume level
 with send level since AudioTrack doesn't have a distinct volume
 and direct level. This fix ensures the send level changes
 according to the player level, without being affected by direct
 level changes.
When setting player volume, update the send level.

Change-Id: I372434267a7107c617a0fdd8c39e92e31e4c339b

13 years agoMerge "Enable semi-standard logging (does not use LOG macros)" into gingerbread
Glenn Kasten [Mon, 20 Sep 2010 16:40:23 +0000 (09:40 -0700)]
Merge "Enable semi-standard logging (does not use LOG macros)" into gingerbread

13 years agoEnable semi-standard logging (does not use LOG macros)
Glenn Kasten [Mon, 20 Sep 2010 16:18:40 +0000 (09:18 -0700)]
Enable semi-standard logging (does not use LOG macros)

This is a workaround for conflict in Stagefright's definition of LOG.

Change-Id: I985e2c08d6e86a1664654a2e8a0b8aea145b32ba

13 years agoFix AudioRecorder initialization error.
Jean-Michel Trivi [Mon, 20 Sep 2010 03:38:56 +0000 (20:38 -0700)]
Fix AudioRecorder initialization error.

CAudioRecorder fields mNumChannels and mSampleRateMilliHz are
 initialized in IEngine.c CreateAudioRecorder(). It is an error
 to reset them in the Create of AudioRecorder.

Change-Id: I61568b225ad1303a3f8b0d846aac8c0b848386f1

13 years agoam 558dc028: Fix bug 3009239
Jean-Michel Trivi [Mon, 20 Sep 2010 03:24:45 +0000 (20:24 -0700)]
am 558dc028: Fix bug 3009239

Merge commit '558dc0284866620866e2628a14a0e7638bf109ea'

* commit '558dc0284866620866e2628a14a0e7638bf109ea':
  Fix bug 3009239

13 years agoFix bug 3009239
Jean-Michel Trivi [Mon, 20 Sep 2010 02:21:36 +0000 (19:21 -0700)]
Fix bug 3009239

Query AudioRecord position for SLRecordItf->GetPosition()

Change-Id: I1a520b281d44105d34c92fd555e71013d5170c76

13 years agoam 4d99e2d4: Change object state test for SLAndroidConfigurationItf.
Jean-Michel Trivi [Sun, 19 Sep 2010 22:20:33 +0000 (15:20 -0700)]
am 4d99e2d4: Change object state test for SLAndroidConfigurationItf.

Merge commit '4d99e2d4836cc470204fb0806b5431e135dad330'

* commit '4d99e2d4836cc470204fb0806b5431e135dad330':
  Change object state test for SLAndroidConfigurationItf.

13 years agoChange object state test for SLAndroidConfigurationItf.
Jean-Michel Trivi [Sun, 19 Sep 2010 22:04:23 +0000 (15:04 -0700)]
Change object state test for SLAndroidConfigurationItf.

Change-Id: Iabd024720f361bcfa50f3a5daa433afa6caa4930

13 years agoam d5c746ba: Remove the SLAndroidStreamTypeItf interface.
Jean-Michel Trivi [Sun, 19 Sep 2010 21:57:27 +0000 (14:57 -0700)]
am d5c746ba: Remove the SLAndroidStreamTypeItf interface.

Merge commit 'd5c746ba436dfc4605672f4a9f8c0628521a9f21'

* commit 'd5c746ba436dfc4605672f4a9f8c0628521a9f21':
  Remove the SLAndroidStreamTypeItf interface.

13 years agoRemove the SLAndroidStreamTypeItf interface.
Jean-Michel Trivi [Fri, 17 Sep 2010 23:03:11 +0000 (16:03 -0700)]
Remove the SLAndroidStreamTypeItf interface.

It is now replaced by SLAndroidConfigurationItf which implements
 the same functionality (and more).

Modified test to demo setting AudioPlayer stream type to use
 SLAndroidConfigurationItf

Modified SLAndroidConfigurationItf to enable passing a
 NULL pointer to value so the value size for the key ca
 be queried.

Fixed type in AudioPlayer and AudioRecorder Android side
 which reported an error if the SetConfig() function was
 called when the object was unrealized (the intent is
 to check that the object is NOT realized because we
 are configuring the resources the object is going to use).

Change-Id: I20f3dba8c63066db94d537109854b4c4139f65b3

13 years agoam 50f2c4a4: Merge "Turn on the opensl samples." into gingerbread
Yu Shan Emily Lau [Sat, 18 Sep 2010 07:15:10 +0000 (00:15 -0700)]
am 50f2c4a4: Merge "Turn on the opensl samples." into gingerbread

Merge commit '50f2c4a4ed85a7309c5b806c900642e8488f653d'

* commit '50f2c4a4ed85a7309c5b806c900642e8488f653d':
  Turn on the opensl samples.

13 years agoam 31df22b1: Improve reliability of Object::Destroy / Create
Glenn Kasten [Sat, 18 Sep 2010 07:15:08 +0000 (00:15 -0700)]
am 31df22b1: Improve reliability of Object::Destroy / Create

Merge commit '31df22b193ea7c7c331d26a27fa6756a89c8ec3c'

* commit '31df22b193ea7c7c331d26a27fa6756a89c8ec3c':
  Improve reliability of Object::Destroy / Create