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