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