Home | History | Annotate | only in /frameworks/wilhelm/src
Up to higher level directory
NameDateSize
android/05-Oct-2017
Android.mk05-Oct-20178.7K
assert.cpp05-Oct-20171.3K
attr.h05-Oct-20172.3K
autogen/05-Oct-2017
classes.cpp05-Oct-201719.1K
classes.h05-Oct-201713.5K
Configuration.h05-Oct-2017992
data.cpp05-Oct-201736.5K
data.h05-Oct-20174.9K
desktop/05-Oct-2017
devices.cpp05-Oct-20178K
devices.h05-Oct-20172.1K
entry.cpp05-Oct-20178.4K
handler_bodies.cpp05-Oct-20175K
handlers.c05-Oct-20172.4K
handlers.h05-Oct-20173.1K
interfaces.cpp05-Oct-20173.3K
itf/05-Oct-2017
itfstruct.h05-Oct-201720.4K
locks.cpp05-Oct-201712K
locks.h05-Oct-20173.5K
MPH.h05-Oct-20175.2K
MPH_to.c05-Oct-20177.2K
MPH_to.h05-Oct-20171.2K
objects/05-Oct-2017
OpenSLES_IID.cpp05-Oct-201713K
platform.h05-Oct-2017862
README.txt05-Oct-2017600
sl_entry.cpp05-Oct-20171.7K
sl_iid.cpp05-Oct-20175K
sles.cpp05-Oct-201723.6K
sles_allinclusive.h05-Oct-201718.5K
sllog.cpp05-Oct-20171.3K
sllog.h05-Oct-20173.9K
sync.cpp05-Oct-20173.3K
ThreadPool.cpp05-Oct-201713.4K
ThreadPool.h05-Oct-20174K
trace.cpp05-Oct-20174.1K
trace.h05-Oct-20172.8K
ut/05-Oct-2017
xa_entry.cpp05-Oct-20171.9K
xa_iid.cpp05-Oct-20174.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