Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIAndroidConfiguration.c24 const void *pConfigValue, in IAndroidConfiguration_SetConfiguration() argument
30 if (NULL == configKey || NULL == pConfigValue || valueSize == 0) { in IAndroidConfiguration_SetConfiguration()
43 pConfigValue, valueSize); in IAndroidConfiguration_SetConfiguration()
49 pConfigValue, valueSize); in IAndroidConfiguration_SetConfiguration()
66 void *pConfigValue) in IAndroidConfiguration_GetConfiguration() argument
82 pValueSize, pConfigValue); in IAndroidConfiguration_GetConfiguration()
86 pValueSize, pConfigValue); in IAndroidConfiguration_GetConfiguration()
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.h32 const void *pConfigValue, SLuint32 valueSize);
44 SLuint32* pValueSize, void *pConfigValue);
DAudioRecorder_to_android.cpp335 const void *pConfigValue, SLuint32 valueSize) { in android_audioRecorder_setConfig() argument
339 assert(NULL != ar && NULL != configKey && NULL != pConfigValue); in android_audioRecorder_setConfig()
347 result = audioRecorder_setPreset(ar, *(SLuint32*)pConfigValue); in android_audioRecorder_setConfig()
361 SLuint32* pValueSize, void *pConfigValue) { in android_audioRecorder_getConfig() argument
369 if (NULL == pConfigValue) { in android_audioRecorder_getConfig()
375 result = audioRecorder_getPreset(ar, (SLuint32*)pConfigValue); in android_audioRecorder_getConfig()
DAudioPlayer_to_android.h53 const void *pConfigValue, SLuint32 valueSize);
65 SLuint32* pValueSize, void *pConfigValue);
DAudioPlayer_to_android.cpp1364 const void *pConfigValue, SLuint32 valueSize) { in android_audioPlayer_setConfig() argument
1368 assert(NULL != ap && NULL != configKey && NULL != pConfigValue); in android_audioPlayer_setConfig()
1376 result = audioPlayer_setStreamType(ap, *(SLuint32*)pConfigValue); in android_audioPlayer_setConfig()
1390 SLuint32* pValueSize, void *pConfigValue) { in android_audioPlayer_getConfig() argument
1398 if (NULL == pConfigValue) { in android_audioPlayer_getConfig()
1404 result = audioPlayer_getStreamType(ap, (SLint32*)pConfigValue); in android_audioPlayer_getConfig()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h178 const void *pConfigValue,
184 void *pConfigValue
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h224 const void * pConfigValue
230 void * pConfigValue