Home
last modified time | relevance | path

Searched refs:pConfigValue (Results 1 – 7 of 7) sorted by relevance

/frameworks/wilhelm/src/itf/
DIAndroidConfiguration.c28 const void *pConfigValue, in IAndroidConfiguration_SetConfiguration() argument
34 if (NULL == configKey || NULL == pConfigValue || valueSize == 0) { in IAndroidConfiguration_SetConfiguration()
47 pConfigValue, valueSize); in IAndroidConfiguration_SetConfiguration()
53 pConfigValue, valueSize); in IAndroidConfiguration_SetConfiguration()
70 void *pConfigValue) in IAndroidConfiguration_GetConfiguration() argument
86 pValueSize, pConfigValue); in IAndroidConfiguration_GetConfiguration()
90 pValueSize, pConfigValue); in IAndroidConfiguration_GetConfiguration()
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.h32 const void *pConfigValue, SLuint32 valueSize);
44 SLuint32* pValueSize, void *pConfigValue);
DAudioPlayer_to_android.h53 const void *pConfigValue, SLuint32 valueSize);
65 SLuint32* pValueSize, void *pConfigValue);
DAudioRecorder_to_android.cpp366 const void *pConfigValue, SLuint32 valueSize) { in android_audioRecorder_setConfig() argument
370 assert(NULL != ar && NULL != configKey && NULL != pConfigValue); in android_audioRecorder_setConfig()
378 result = audioRecorder_setPreset(ar, *(SLuint32*)pConfigValue); in android_audioRecorder_setConfig()
392 SLuint32* pValueSize, void *pConfigValue) { in android_audioRecorder_getConfig() argument
400 if (NULL == pConfigValue) { in android_audioRecorder_getConfig()
406 result = audioRecorder_getPreset(ar, (SLuint32*)pConfigValue); in android_audioRecorder_getConfig()
DAudioPlayer_to_android.cpp1325 const void *pConfigValue, SLuint32 valueSize) { in android_audioPlayer_setConfig() argument
1329 assert(NULL != ap && NULL != configKey && NULL != pConfigValue); in android_audioPlayer_setConfig()
1337 result = audioPlayer_setStreamType(ap, *(SLuint32*)pConfigValue); in android_audioPlayer_setConfig()
1351 SLuint32* pValueSize, void *pConfigValue) { in android_audioPlayer_getConfig() argument
1359 if (NULL == pConfigValue) { in android_audioPlayer_getConfig()
1365 result = audioPlayer_getStreamType(ap, (SLint32*)pConfigValue); in android_audioPlayer_getConfig()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h206 const void *pConfigValue,
212 void *pConfigValue
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h224 const void * pConfigValue
230 void * pConfigValue