Home | History | Annotate | Download | only in android

Lines Matching refs:configKey

1276 SLresult android_audioPlayer_setConfig(CAudioPlayer *ap, const SLchar *configKey,
1281 assert(NULL != ap && NULL != configKey && NULL != pConfigValue);
1282 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_STREAM_TYPE) == 0) {
1302 SLresult android_audioPlayer_getConfig(CAudioPlayer* ap, const SLchar *configKey,
1307 assert(NULL != ap && NULL != configKey && NULL != pValueSize);
1308 if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_STREAM_TYPE) == 0) {