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