Home | History | Annotate | only in /frameworks/wilhelm/src
Up to higher level directory
NameDateSize
android/24-Aug-2016
Android.mk24-Aug-20168.7K
assert.c24-Aug-20161.3K
attr.h24-Aug-20162.3K
autogen/24-Aug-2016
classes.c24-Aug-201618.9K
classes.h24-Aug-201613.1K
Configuration.h24-Aug-2016992
data.c24-Aug-201636.5K
data.h24-Aug-20164.9K
desktop/24-Aug-2016
devices.c24-Aug-20168K
devices.h24-Aug-20162.1K
entry.c24-Aug-20168.5K
handler_bodies.c24-Aug-20165K
handlers.c24-Aug-20162.4K
handlers.h24-Aug-20163.1K
interfaces.c24-Aug-20163.3K
itf/24-Aug-2016
itfstruct.h24-Aug-201620.4K
locks.c24-Aug-201612K
locks.h24-Aug-20163.5K
MPH.h24-Aug-20165.2K
MPH_to.c24-Aug-20167.2K
MPH_to.h24-Aug-20161.2K
objects/24-Aug-2016
OpenSLES_IID.c24-Aug-201613K
platform.h24-Aug-2016862
README.txt24-Aug-2016600
sl_entry.c24-Aug-20161.7K
sl_iid.c24-Aug-20165K
sles.c24-Aug-201623.6K
sles_allinclusive.h24-Aug-201618.5K
sllog.c24-Aug-20161.3K
sllog.h24-Aug-20163.9K
sync.c24-Aug-20163.3K
ThreadPool.c24-Aug-201613.4K
ThreadPool.h24-Aug-20164K
trace.c24-Aug-20164.1K
trace.h24-Aug-20162.8K
ut/24-Aug-2016
xa_entry.c24-Aug-20161.9K
xa_iid.c24-Aug-20164.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