Searched refs:SLint32 (Results 1 - 21 of 21) sorted by relevance

/frameworks/wilhelm/include/SLES/
H A DOpenSLES_AndroidConfiguration.h58 #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)
H A DOpenSLES.h70 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)
[all...]
H A DOpenSLES_Android.h363 SLint32 fd;
/frameworks/wilhelm/src/itf/
H A DIDeviceVolume.c23 SLint32 *pMinValue, SLint32 *pMaxValue, SLboolean *pIsMillibelScale)
49 static SLresult IDeviceVolume_SetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 volume)
78 static SLresult IDeviceVolume_GetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 *pVolume)
96 SLint32 volume = thiz->mVolume[~deviceID];
H A DIOutputMix.c23 SLint32 *pNumDevices, SLuint32 *pDeviceIDs)
63 static SLresult IOutputMix_ReRoute(SLOutputMixItf self, SLint32 numOutputDevices,
H A DIAudioIODeviceCapabilities.c25 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumInputs, SLuint32 *pInputDeviceIDs)
88 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumOutputs, SLuint32 *pOutputDeviceIDs)
176 SLint32 *pNumAudioInputs, SLuint32 *pAudioInputDeviceIDs)
194 SLint32 *pNumAudioOutputs, SLuint32 *pAudioOutputDeviceIDs)
212 SLint32 *pNumAudioDevices, SLuint32 *pAudioDeviceIDs)
262 SLint32 *pSampleFormats, SLint32 *pNumOfSampleFormats)
H A DIMetadataTraversal.c86 SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType)
H A DIObject.c642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable)
661 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable)
671 SLint32 priority = thiz->mPriority;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type)
141 SL_ANDROID_KEY_STREAM_TYPE, &type, sizeof(SLint32));
193 SLint32 currentType = -1;
194 SLuint32 valueSize = sizeof(SLint32) * 2; // trying too big on purpose
198 if (valueSize != sizeof(SLint32)) {
200 valueSize, sizeof(SLint32));
265 TestStreamTypeConfiguration(sl, argv[1], (SLint32)atoi(argv[2]));
H A DslesTestGetPositionUri.cpp283 if (((SLint32)posInMsec > (counter*1000 + TIME_TOLERANCE_MS)) ||
284 ((SLint32)posInMsec < (counter*1000 - TIME_TOLERANCE_MS))) {
/frameworks/wilhelm/src/
H A Ditfstruct.h39 SLint32 mPriority;
255 SLint32 mVolume[MAX_DEVICE];
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp123 locatorFd.fd = (SLint32) fd;
H A DslesTestPlayFdPath.cpp137 locatorFd.fd = (SLint32) fd;
H A DslesTestVirtualizerPath.cpp124 locatorFd.fd = (SLint32) fd;
H A DslesTestEqFdPath.cpp128 locatorFd.fd = (SLint32) fd;
H A DslesTestEqOutputPath.cpp135 locatorFd.fd = (SLint32) fd;
H A DslesTestSendToPresetReverb.cpp182 locatorFd.fd = (SLint32) fd;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp219 SLint32 durationDiffMsec = durationInMsec - MP3_DURATION;
/frameworks/wilhelm/tests/sandbox/
H A Doutputmix.c182 SLint32 numDevices = 1;
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp184 SLint32 numOutputs = 0;
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp36 #define KEY_STREAM_TYPE_PARAMSIZE sizeof(SLint32)
445 SLresult audioPlayer_setStreamType(CAudioPlayer* ap, SLint32 type) {
489 SLresult audioPlayer_getStreamType(CAudioPlayer* ap, SLint32 *pType) {
1365 result = audioPlayer_getStreamType(ap, (SLint32*)pConfigValue);

Completed in 99 milliseconds