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.cpp360 const void *pConfigValue, SLuint32 valueSize) { in android_audioRecorder_setConfig() argument
364 assert(NULL != ar && NULL != configKey && NULL != pConfigValue); in android_audioRecorder_setConfig()
372 result = audioRecorder_setPreset(ar, *(SLuint32*)pConfigValue); in android_audioRecorder_setConfig()
386 SLuint32* pValueSize, void *pConfigValue) { in android_audioRecorder_getConfig() argument
394 if (NULL == pConfigValue) { in android_audioRecorder_getConfig()
400 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.cpp1314 const void *pConfigValue, SLuint32 valueSize) { in android_audioPlayer_setConfig() argument
1318 assert(NULL != ap && NULL != configKey && NULL != pConfigValue); in android_audioPlayer_setConfig()
1326 result = audioPlayer_setStreamType(ap, *(SLuint32*)pConfigValue); in android_audioPlayer_setConfig()
1340 SLuint32* pValueSize, void *pConfigValue) { in android_audioPlayer_getConfig() argument
1348 if (NULL == pConfigValue) { in android_audioPlayer_getConfig()
1354 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