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