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