Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
android/ | 06-Dec-2017 | ||
Android.bp | 06-Dec-2017 | 7.2K | |
assert.cpp | 06-Dec-2017 | 1.3K | |
attr.h | 06-Dec-2017 | 2.3K | |
autogen/ | 06-Dec-2017 | ||
classes.cpp | 06-Dec-2017 | 19.1K | |
classes.h | 06-Dec-2017 | 13.5K | |
Configuration.h | 06-Dec-2017 | 992 | |
data.cpp | 06-Dec-2017 | 36.4K | |
data.h | 06-Dec-2017 | 4.9K | |
desktop/ | 06-Dec-2017 | ||
devices.cpp | 06-Dec-2017 | 8K | |
devices.h | 06-Dec-2017 | 2.1K | |
entry.cpp | 06-Dec-2017 | 8.4K | |
handler_bodies.cpp | 06-Dec-2017 | 5K | |
handlers.c | 06-Dec-2017 | 2.4K | |
handlers.h | 06-Dec-2017 | 3.1K | |
interfaces.cpp | 06-Dec-2017 | 3.3K | |
itf/ | 06-Dec-2017 | ||
itfstruct.h | 06-Dec-2017 | 20.4K | |
locks.cpp | 06-Dec-2017 | 12K | |
locks.h | 06-Dec-2017 | 3.5K | |
MPH.h | 06-Dec-2017 | 5.2K | |
MPH_to.c | 06-Dec-2017 | 7.2K | |
MPH_to.h | 06-Dec-2017 | 1.2K | |
objects/ | 06-Dec-2017 | ||
OpenSLES_IID.cpp | 06-Dec-2017 | 13K | |
platform.h | 06-Dec-2017 | 862 | |
README.txt | 06-Dec-2017 | 600 | |
sl_entry.cpp | 06-Dec-2017 | 1.7K | |
sl_iid.cpp | 06-Dec-2017 | 5K | |
sles.cpp | 06-Dec-2017 | 23.6K | |
sles_allinclusive.h | 06-Dec-2017 | 18.5K | |
sllog.cpp | 06-Dec-2017 | 1.3K | |
sllog.h | 06-Dec-2017 | 3.9K | |
sync.cpp | 06-Dec-2017 | 3.3K | |
ThreadPool.cpp | 06-Dec-2017 | 13.4K | |
ThreadPool.h | 06-Dec-2017 | 4K | |
trace.cpp | 06-Dec-2017 | 4.1K | |
trace.h | 06-Dec-2017 | 2.8K | |
ut/ | 06-Dec-2017 | ||
xa_entry.cpp | 06-Dec-2017 | 1.9K | |
xa_iid.cpp | 06-Dec-2017 | 4.8K |
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