Home | History | Annotate | only in /frameworks/wilhelm/src
Up to higher level directory
NameDateSize
android/21-Aug-2018
Android.bp21-Aug-20187.3K
assert.cpp21-Aug-20181.3K
attr.h21-Aug-20182.3K
autogen/21-Aug-2018
classes.cpp21-Aug-201819.1K
classes.h21-Aug-201813.5K
Configuration.h21-Aug-2018992
data.cpp21-Aug-201836.4K
data.h21-Aug-20184.9K
desktop/21-Aug-2018
devices.cpp21-Aug-20188K
devices.h21-Aug-20182.1K
entry.cpp21-Aug-20188.4K
handler_bodies.cpp21-Aug-20185K
handlers.c21-Aug-20182.4K
handlers.h21-Aug-20183.1K
interfaces.cpp21-Aug-20183.3K
itf/21-Aug-2018
itfstruct.h21-Aug-201820.4K
locks.cpp21-Aug-201812K
locks.h21-Aug-20183.5K
MPH.h21-Aug-20185.2K
MPH_to.c21-Aug-20187.2K
MPH_to.h21-Aug-20181.2K
objects/21-Aug-2018
OpenSLES_IID.cpp21-Aug-201813K
platform.h21-Aug-2018862
README.txt21-Aug-2018600
sl_entry.cpp21-Aug-20181.7K
sl_iid.cpp21-Aug-20185K
sles.cpp21-Aug-201823.6K
sles_allinclusive.h21-Aug-201818.5K
sllog.cpp21-Aug-20181.3K
sllog.h21-Aug-20183.9K
sync.cpp21-Aug-20183.3K
ThreadPool.cpp21-Aug-201813.4K
ThreadPool.h21-Aug-20184K
trace.cpp21-Aug-20184.1K
trace.h21-Aug-20182.8K
ut/21-Aug-2018
xa_entry.cpp21-Aug-20181.9K
xa_iid.cpp21-Aug-20184.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