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

12

/frameworks/wilhelm/include/SLES/
H A DOpenSLES_AndroidConfiguration.h55 #define SL_ANDROID_STREAM_VOICE ((SLint32) 0x00000000)
57 #define SL_ANDROID_STREAM_SYSTEM ((SLint32) 0x00000001)
59 #define SL_ANDROID_STREAM_RING ((SLint32) 0x00000002)
61 #define SL_ANDROID_STREAM_MEDIA ((SLint32) 0x00000003)
63 #define SL_ANDROID_STREAM_ALARM ((SLint32) 0x00000004)
65 #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.h306 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.cpp131 SLint32 numOutputs = 0;
286 if (((SLint32)posInMsec > (counter*1000 + TIME_TOLERANCE_MS)) ||
287 ((SLint32)posInMsec < (counter*1000 - TIME_TOLERANCE_MS))) {
H A DslesTestLoopUri.cpp126 SLint32 numOutputs = 0;
H A DslesTestPlayUri.cpp129 SLint32 numOutputs = 0;
H A DslesTestManyPlayers.cpp132 SLint32 numOutputs = 0;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp103 SLint32 numOutputs = 0;
222 SLint32 durationDiffMsec = durationInMsec - MP3_DURATION;
/frameworks/wilhelm/src/
H A Ditfstruct.h36 SLint32 mPriority;
251 SLint32 mVolume[MAX_DEVICE];
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp123 locatorFd.fd = (SLint32) fd;
H A DslesTestPlayFdPath.cpp116 locatorFd.fd = (SLint32) fd;
H A DslesTestSawtoothBufferQueue.cpp109 SLint32 numOutputs = 0;
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.cpp183 locatorFd.fd = (SLint32) fd;
/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.cpp31 #define KEY_STREAM_TYPE_PARAMSIZE sizeof(SLint32)
464 SLresult audioPlayer_setStreamType(CAudioPlayer* ap, SLint32 type) {
508 SLresult audioPlayer_getStreamType(CAudioPlayer* ap, SLint32 *pType) {
1341 result = audioPlayer_getStreamType(ap, (SLint32*)pConfigValue);

Completed in 1195 milliseconds

12