Home | History | Annotate | only in /system/media/wilhelm/src
Up to higher level directory
NameDateSize
android/28-Mar-2012
Android.mk28-Mar-20128K
assert.c28-Mar-20121.2K
attr.h28-Mar-20122.3K
autogen/28-Mar-2012
classes.c28-Mar-201218.4K
classes.h28-Mar-201212.8K
data.c28-Mar-201234.5K
data.h28-Mar-20124.7K
desktop/28-Mar-2012
devices.c28-Mar-20128K
devices.h28-Mar-20122.1K
entry.c28-Mar-20128.5K
handler_bodies.c28-Mar-20125K
handlers.c28-Mar-20122.4K
handlers.h28-Mar-20123.1K
interfaces.c28-Mar-20123.2K
itf/28-Mar-2012
itfstruct.h28-Mar-201219.3K
locks.c28-Mar-201211.7K
locks.h28-Mar-20123.5K
MPH.h28-Mar-20125K
MPH_to.c28-Mar-20127K
MPH_to.h28-Mar-20121.2K
objects/28-Mar-2012
OpenSLES_IID.c28-Mar-201212.6K
platform.h28-Mar-2012862
README.txt28-Mar-2012600
sl_entry.c28-Mar-20121.7K
sl_iid.c28-Mar-20124.7K
sles.c28-Mar-201222.5K
sles_allinclusive.h28-Mar-201218.4K
sllog.c28-Mar-20121.3K
sllog.h28-Mar-20123.9K
sync.c28-Mar-20123.3K
ThreadPool.c28-Mar-201213.4K
ThreadPool.h28-Mar-20124K
trace.c28-Mar-20124.1K
trace.h28-Mar-20122.8K
ut/28-Mar-2012
xa_entry.c28-Mar-20121.9K
xa_iid.c28-Mar-20124.8K

README.txt

      1 This is the source code for the Wilhelm project, an implementation of native audio
      2 and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1.
      3 
      4 Top-level:
      5  * Makefile
      6  * Initial entry points
      7  * Common glue code
      8 
      9 Subdirectories:
     10 android/ Android platform-specific code, other than interfaces
     11 autogen/ Automagically generated files, do not edit by hand
     12 desktop/ Experimental desktop PC platform-specific code
     13 itf/     OpenSL ES and OpenMAX AL interfaces, including Android-specific extensions
     14 objects/ OpenSL ES and OpenMAX AL objects aka classes
     15 ut/      Private utility toolkit
     16