1 #include <SLES/OpenSLES.h> 2 #include <SLES/OpenSLES_Android.h> 3 4 SLInterfaceID foo() 5 { 6 return SL_IID_ANDROIDBUFFERQUEUESOURCE; 7 } 8