Searched refs:SL_IID_ANDROIDCONFIGURATION (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/
H A Dsl_iid.c78 const SLInterfaceID SL_IID_ANDROIDCONFIGURATION = &SL_IID_array[MPH_ANDROIDCONFIGURATION]; variable
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp111 iidArray[1] = SL_IID_ANDROIDCONFIGURATION;
136 result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf);
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp51 /* Explicitly requesting SL_IID_ANDROIDSIMPLEBUFFERQUEUE and SL_IID_ANDROIDCONFIGURATION
190 iidArray[1] = SL_IID_ANDROIDCONFIGURATION;
222 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h145 extern SL_API const SLInterfaceID SL_IID_ANDROIDCONFIGURATION;
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc210 // The caller must have requested the SL_IID_ANDROIDCONFIGURATION interface when
214 OpenSL(audioPlayer, GetInterface, SL_IID_ANDROIDCONFIGURATION, &playerConfig);
584 SL_IID_ANDROIDSIMPLEBUFFERQUEUE, SL_IID_ANDROIDCONFIGURATION };
620 SL_IID_METADATAEXTRACTION, SL_IID_ANDROIDCONFIGURATION };

Completed in 62 milliseconds