Home | History | Annotate | only in /frameworks/wilhelm/src
Up to higher level directory
NameDateSize
android/11-Dec-2013
Android.mk11-Dec-20138.1K
assert.c11-Dec-20131.3K
attr.h11-Dec-20132.3K
autogen/11-Dec-2013
classes.c11-Dec-201318.4K
classes.h11-Dec-201312.8K
data.c11-Dec-201334.5K
data.h11-Dec-20134.7K
desktop/11-Dec-2013
devices.c11-Dec-20138.1K
devices.h11-Dec-20132.1K
entry.c11-Dec-20138.5K
handler_bodies.c11-Dec-20135K
handlers.c11-Dec-20132.4K
handlers.h11-Dec-20133.1K
interfaces.c11-Dec-20133.2K
itf/11-Dec-2013
itfstruct.h11-Dec-201319.4K
locks.c11-Dec-201311.7K
locks.h11-Dec-20133.5K
MPH.h11-Dec-20135K
MPH_to.c11-Dec-20137K
MPH_to.h11-Dec-20131.2K
objects/11-Dec-2013
OpenSLES_IID.c11-Dec-201312.6K
platform.h11-Dec-2013862
README.txt11-Dec-2013600
sl_entry.c11-Dec-20131.7K
sl_iid.c11-Dec-20134.7K
sles.c11-Dec-201322.5K
sles_allinclusive.h11-Dec-201318.5K
sllog.c11-Dec-20131.3K
sllog.h11-Dec-20133.9K
sync.c11-Dec-20133.3K
ThreadPool.c11-Dec-201313.4K
ThreadPool.h11-Dec-20134K
trace.c11-Dec-20134.1K
trace.h11-Dec-20132.8K
ut/11-Dec-2013
xa_entry.c11-Dec-20131.9K
xa_iid.c11-Dec-20134.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