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