/frameworks/wilhelm/include/SLES/ |
D | OpenSLES_AndroidConfiguration.h | 58 #define SL_ANDROID_STREAM_VOICE ((SLint32) 0x00000000) 60 #define SL_ANDROID_STREAM_SYSTEM ((SLint32) 0x00000001) 62 #define SL_ANDROID_STREAM_RING ((SLint32) 0x00000002) 64 #define SL_ANDROID_STREAM_MEDIA ((SLint32) 0x00000003) 66 #define SL_ANDROID_STREAM_ALARM ((SLint32) 0x00000004) 68 #define SL_ANDROID_STREAM_NOTIFICATION ((SLint32) 0x00000005)
|
D | OpenSLES.h | 70 typedef sl_int32_t SLint32; /* 32 bit signed integer */ typedef 81 typedef SLint32 SLmillimeter; 82 typedef SLint32 SLmillidegree; 136 #define SL_PRIORITY_LOWEST ((SLint32) (-0x7FFFFFFF-1)) 137 #define SL_PRIORITY_VERYLOW ((SLint32) -0x60000000) 138 #define SL_PRIORITY_LOW ((SLint32) -0x40000000) 139 #define SL_PRIORITY_BELOWNORMAL ((SLint32) -0x20000000) 140 #define SL_PRIORITY_NORMAL ((SLint32) 0x00000000) 141 #define SL_PRIORITY_ABOVENORMAL ((SLint32) 0x20000000) 142 #define SL_PRIORITY_HIGH ((SLint32) 0x40000000) [all …]
|
D | OpenSLES_Android.h | 363 SLint32 fd;
|
/frameworks/wilhelm/src/itf/ |
D | IDeviceVolume.c | 23 SLint32 *pMinValue, SLint32 *pMaxValue, SLboolean *pIsMillibelScale) in IDeviceVolume_GetVolumeScale() 49 static SLresult IDeviceVolume_SetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 volume) in IDeviceVolume_SetVolume() 78 static SLresult IDeviceVolume_GetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 *pVolume) in IDeviceVolume_GetVolume() 96 SLint32 volume = thiz->mVolume[~deviceID]; in IDeviceVolume_GetVolume()
|
D | IAudioIODeviceCapabilities.c | 25 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumInputs, SLuint32 *pInputDeviceIDs) in IAudioIODeviceCapabilities_GetAvailableAudioInputs() 88 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumOutputs, SLuint32 *pOutputDeviceIDs) in IAudioIODeviceCapabilities_GetAvailableAudioOutputs() 176 SLint32 *pNumAudioInputs, SLuint32 *pAudioInputDeviceIDs) in IAudioIODeviceCapabilities_GetAssociatedAudioInputs() 194 SLint32 *pNumAudioOutputs, SLuint32 *pAudioOutputDeviceIDs) in IAudioIODeviceCapabilities_GetAssociatedAudioOutputs() 212 SLint32 *pNumAudioDevices, SLuint32 *pAudioDeviceIDs) in IAudioIODeviceCapabilities_GetDefaultAudioDevices() 262 SLint32 *pSampleFormats, SLint32 *pNumOfSampleFormats) in IAudioIODeviceCapabilities_QuerySampleFormatsSupported()
|
D | IOutputMix.c | 23 SLint32 *pNumDevices, SLuint32 *pDeviceIDs) in IOutputMix_GetDestinationOutputDeviceIDs() 63 static SLresult IOutputMix_ReRoute(SLOutputMixItf self, SLint32 numOutputDevices, in IOutputMix_ReRoute()
|
D | IMetadataTraversal.c | 86 SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType) in IMetadataTraversal_GetChildInfo()
|
D | IObject.c | 642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable) in IObject_SetPriority() 661 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable) in IObject_GetPriority() 671 SLint32 priority = thiz->mPriority; in IObject_GetPriority()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayStreamType.cpp | 48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type) in TestStreamTypeConfiguration() 141 SL_ANDROID_KEY_STREAM_TYPE, &type, sizeof(SLint32)); in TestStreamTypeConfiguration() 193 SLint32 currentType = -1; in TestStreamTypeConfiguration() 194 SLuint32 valueSize = sizeof(SLint32) * 2; // trying too big on purpose in TestStreamTypeConfiguration() 198 if (valueSize != sizeof(SLint32)) { in TestStreamTypeConfiguration() 200 valueSize, sizeof(SLint32)); in TestStreamTypeConfiguration() 265 TestStreamTypeConfiguration(sl, argv[1], (SLint32)atoi(argv[2])); in main()
|
D | slesTestGetPositionUri.cpp | 283 if (((SLint32)posInMsec > (counter*1000 + TIME_TOLERANCE_MS)) || in TestGetPositionUri() 284 ((SLint32)posInMsec < (counter*1000 - TIME_TOLERANCE_MS))) { in TestGetPositionUri()
|
/frameworks/wilhelm/src/ |
D | itfstruct.h | 39 SLint32 mPriority; 255 SLint32 mVolume[MAX_DEVICE];
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestPlayFdPath.cpp | 137 locatorFd.fd = (SLint32) fd; in TestPlayPathFromFD()
|
D | slesTestVirtualizerPath.cpp | 124 locatorFd.fd = (SLint32) fd; in TestVirtualizerPathFromFD()
|
D | slesTestBassBoostPath.cpp | 123 locatorFd.fd = (SLint32) fd; in TestBassBoostPathFromFD()
|
D | slesTestEqFdPath.cpp | 128 locatorFd.fd = (SLint32) fd; in TestEQPathFromFD()
|
D | slesTestEqOutputPath.cpp | 135 locatorFd.fd = (SLint32) fd; in TestEQPathFromFD()
|
D | slesTestSendToPresetReverb.cpp | 182 locatorFd.fd = (SLint32) fd; in TestSendToPresetReverb()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 219 SLint32 durationDiffMsec = durationInMsec - MP3_DURATION; in TestPlayUri()
|
/frameworks/wilhelm/tests/sandbox/ |
D | outputmix.c | 182 SLint32 numDevices = 1; in main()
|
/frameworks/wilhelm/tests/sandbox/streamSource/ |
D | slesTestPlayStream.cpp | 184 SLint32 numOutputs = 0; in TestPlayStream()
|
/frameworks/wilhelm/src/android/ |
D | AudioPlayer_to_android.cpp | 36 #define KEY_STREAM_TYPE_PARAMSIZE sizeof(SLint32) 445 SLresult audioPlayer_setStreamType(CAudioPlayer* ap, SLint32 type) { in audioPlayer_setStreamType() 489 SLresult audioPlayer_getStreamType(CAudioPlayer* ap, SLint32 *pType) { in audioPlayer_getStreamType() 1365 result = audioPlayer_getStreamType(ap, (SLint32*)pConfigValue); in android_audioPlayer_getConfig()
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-for-android.jd | 690 You may need to change a parameter type from {@code SLint32} to {@code SLuint32} or similar, or 851 SLint32 streamType = SL_ANDROID_STREAM_ALARM; 853 SL_ANDROID_KEY_STREAM_TYPE, &streamType, sizeof(SLint32));
|