#include <SLES/OpenSLES.h>
#include <SLES/OpenSLES_Android.h>

SLInterfaceID foo()
{
    return SL_IID_ANDROIDBUFFERQUEUESOURCE;
}