Home | History | Annotate | only in /frameworks/wilhelm/src
Up to higher level directory
NameDateSize
android/08-Oct-2015
Android.mk08-Oct-20158.4K
assert.c08-Oct-20151.3K
attr.h08-Oct-20152.3K
autogen/08-Oct-2015
classes.c08-Oct-201518.9K
classes.h08-Oct-201513K
data.c08-Oct-201538K
data.h08-Oct-20154.8K
desktop/08-Oct-2015
devices.c08-Oct-20158.1K
devices.h08-Oct-20152.1K
entry.c08-Oct-20158.5K
handler_bodies.c08-Oct-20155K
handlers.c08-Oct-20152.4K
handlers.h08-Oct-20153.1K
interfaces.c08-Oct-20153.3K
itf/08-Oct-2015
itfstruct.h08-Oct-201520.2K
locks.c08-Oct-201512K
locks.h08-Oct-20153.5K
MPH.h08-Oct-20155.2K
MPH_to.c08-Oct-20157.2K
MPH_to.h08-Oct-20151.2K
objects/08-Oct-2015
OpenSLES_IID.c08-Oct-201513K
platform.h08-Oct-2015862
README.txt08-Oct-2015600
sl_entry.c08-Oct-20151.7K
sl_iid.c08-Oct-20155K
sles.c08-Oct-201523.5K
sles_allinclusive.h08-Oct-201518.5K
sllog.c08-Oct-20151.3K
sllog.h08-Oct-20153.9K
sync.c08-Oct-20153.3K
ThreadPool.c08-Oct-201513.4K
ThreadPool.h08-Oct-20154K
trace.c08-Oct-20154.1K
trace.h08-Oct-20152.8K
ut/08-Oct-2015
xa_entry.c08-Oct-20151.9K
xa_iid.c08-Oct-20154.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