Home | History | Annotate | only in /frameworks/wilhelm/src
Up to higher level directory
NameDateSize
android/10-Jul-2012
Android.mk10-Jul-20128.1K
assert.c10-Jul-20121.2K
attr.h10-Jul-20122.3K
autogen/10-Jul-2012
classes.c10-Jul-201218.4K
classes.h10-Jul-201212.8K
data.c10-Jul-201234.5K
data.h10-Jul-20124.7K
desktop/10-Jul-2012
devices.c10-Jul-20128.1K
devices.h10-Jul-20122.1K
entry.c10-Jul-20128.5K
handler_bodies.c10-Jul-20125K
handlers.c10-Jul-20122.4K
handlers.h10-Jul-20123.1K
interfaces.c10-Jul-20123.2K
itf/10-Jul-2012
itfstruct.h10-Jul-201219.4K
locks.c10-Jul-201211.7K
locks.h10-Jul-20123.5K
MPH.h10-Jul-20125K
MPH_to.c10-Jul-20127K
MPH_to.h10-Jul-20121.2K
objects/10-Jul-2012
OpenSLES_IID.c10-Jul-201212.6K
platform.h10-Jul-2012862
README.txt10-Jul-2012600
sl_entry.c10-Jul-20121.7K
sl_iid.c10-Jul-20124.7K
sles.c10-Jul-201222.5K
sles_allinclusive.h10-Jul-201218.5K
sllog.c10-Jul-20121.3K
sllog.h10-Jul-20123.9K
sync.c10-Jul-20123.3K
ThreadPool.c10-Jul-201213.4K
ThreadPool.h10-Jul-20124K
trace.c10-Jul-20124.1K
trace.h10-Jul-20122.8K
ut/10-Jul-2012
xa_entry.c10-Jul-20121.9K
xa_iid.c10-Jul-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