Searched refs:pConfigValue (Results 1 – 7 of 7) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IAndroidConfiguration.c | 28 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/ |
D | AudioRecorder_to_android.h | 32 const void *pConfigValue, SLuint32 valueSize); 44 SLuint32* pValueSize, void *pConfigValue);
|
D | AudioPlayer_to_android.h | 53 const void *pConfigValue, SLuint32 valueSize); 65 SLuint32* pValueSize, void *pConfigValue);
|
D | AudioRecorder_to_android.cpp | 366 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()
|
D | AudioPlayer_to_android.cpp | 1325 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/ |
D | OpenSLES_Android.h | 206 const void *pConfigValue, 212 void *pConfigValue
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 224 const void * pConfigValue 230 void * pConfigValue
|