Home | History | Annotate | only in /frameworks/wilhelm/src
Up to higher level directory
NameDateSize
android/20-Jun-2014
Android.mk20-Jun-20148.1K
assert.c20-Jun-20141.3K
attr.h20-Jun-20142.3K
autogen/20-Jun-2014
classes.c20-Jun-201418.4K
classes.h20-Jun-201412.8K
data.c20-Jun-201434.5K
data.h20-Jun-20144.7K
desktop/20-Jun-2014
devices.c20-Jun-20148.1K
devices.h20-Jun-20142.1K
entry.c20-Jun-20148.5K
handler_bodies.c20-Jun-20145K
handlers.c20-Jun-20142.4K
handlers.h20-Jun-20143.1K
interfaces.c20-Jun-20143.2K
itf/20-Jun-2014
itfstruct.h20-Jun-201419.4K
locks.c20-Jun-201411.7K
locks.h20-Jun-20143.5K
MPH.h20-Jun-20145K
MPH_to.c20-Jun-20147K
MPH_to.h20-Jun-20141.2K
objects/20-Jun-2014
OpenSLES_IID.c20-Jun-201412.6K
platform.h20-Jun-2014862
README.txt20-Jun-2014600
sl_entry.c20-Jun-20141.7K
sl_iid.c20-Jun-20144.7K
sles.c20-Jun-201422.5K
sles_allinclusive.h20-Jun-201418.5K
sllog.c20-Jun-20141.3K
sllog.h20-Jun-20143.9K
sync.c20-Jun-20143.3K
ThreadPool.c20-Jun-201413.4K
ThreadPool.h20-Jun-20144K
trace.c20-Jun-20144.1K
trace.h20-Jun-20142.8K
ut/20-Jun-2014
xa_entry.c20-Jun-20141.9K
xa_iid.c20-Jun-20144.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