Home | History | Annotate | only in /system/media/wilhelm/src
Up to higher level directory
NameDateSize
android/17-Dec-2011
Android.mk17-Dec-20118K
assert.c17-Dec-20111.2K
attr.h17-Dec-20112.3K
autogen/17-Dec-2011
classes.c17-Dec-201118.4K
classes.h17-Dec-201112.8K
data.c17-Dec-201134.5K
data.h17-Dec-20114.7K
desktop/17-Dec-2011
devices.c17-Dec-20118K
devices.h17-Dec-20112.1K
entry.c17-Dec-20118.5K
handler_bodies.c17-Dec-20115K
handlers.c17-Dec-20112.4K
handlers.h17-Dec-20113.1K
interfaces.c17-Dec-20113.2K
itf/17-Dec-2011
itfstruct.h17-Dec-201119.3K
locks.c17-Dec-201111.7K
locks.h17-Dec-20113.5K
MPH.h17-Dec-20115K
MPH_to.c17-Dec-20117K
MPH_to.h17-Dec-20111.2K
objects/17-Dec-2011
OpenSLES_IID.c17-Dec-201112.6K
platform.h17-Dec-2011862
README.txt17-Dec-2011600
sl_entry.c17-Dec-20111.7K
sl_iid.c17-Dec-20114.7K
sles.c17-Dec-201122.5K
sles_allinclusive.h17-Dec-201118.4K
sllog.c17-Dec-20111.3K
sllog.h17-Dec-20113.9K
sync.c17-Dec-20113.3K
ThreadPool.c17-Dec-201113.4K
ThreadPool.h17-Dec-20114K
trace.c17-Dec-20114.1K
trace.h17-Dec-20112.8K
ut/17-Dec-2011
xa_entry.c17-Dec-20111.9K
xa_iid.c17-Dec-20114.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