Home
last modified time | relevance | path

Searched refs:SLuint8 (Results 1 – 23 of 23) sorted by relevance

/frameworks/wilhelm/src/itf/
DIMuteSolo.cpp22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute) in IMuteSolo_SetChannelMute()
33 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_SetChannelMute()
41 SLuint8 mask = 1 << chan; in IMuteSolo_SetChannelMute()
42 SLuint8 oldMuteMask = ap->mMuteMask; in IMuteSolo_SetChannelMute()
58 static SLresult IMuteSolo_GetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean *pMute) in IMuteSolo_GetChannelMute()
73 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_GetChannelMute()
81 SLuint8 mask = ap->mMuteMask; in IMuteSolo_GetChannelMute()
94 static SLresult IMuteSolo_SetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean solo) in IMuteSolo_SetChannelSolo()
105 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_SetChannelSolo()
113 SLuint8 mask = 1 << chan; in IMuteSolo_SetChannelSolo()
[all …]
DIDynamicInterfaceManagement.cpp38 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in HandleAdd()
43 SLuint8 state = *interfaceStateP; in HandleAdd()
125 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in IDynamicInterfaceManagement_AddInterface()
220 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in IDynamicInterfaceManagement_RemoveInterface()
294 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in HandleResume()
299 SLuint8 state = *interfaceStateP; in HandleResume()
373 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; in IDynamicInterfaceManagement_ResumeInterface()
DILEDArray.cpp55 static SLresult ILEDArray_SetColor(SLLEDArrayItf self, SLuint8 index, const SLHSL *pColor) in ILEDArray_SetColor()
82 static SLresult ILEDArray_GetColor(SLLEDArrayItf self, SLuint8 index, SLHSL *pColor) in ILEDArray_GetColor()
115 SLuint8 index; in ILEDArray_init()
DIMIDIMuteSolo.cpp22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_SetChannelMute()
45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_GetChannelMute()
65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_SetChannelSolo()
88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_GetChannelSolo()
DIMIDIMessage.cpp22 static SLresult IMIDIMessage_SendMessage(SLMIDIMessageItf self, const SLuint8 *data, in IMIDIMessage_SendMessage()
84 SLuint8 messageTypeMask = 1 << messageType; in IMIDIMessage_AddMIDIMessageCallbackFilter()
DIObject.cpp35 SLuint8 state; in HandleRealize()
89 SLuint8 state; in IObject_Realize()
178 SLuint8 state; in HandleResume()
233 SLuint8 state; in IObject_Resume()
293 SLuint8 state = thiz->mState; in IObject_GetState()
437 SLuint8 *interfaceStateP = thiz->mInterfaceStates; in Abort_internal()
584 SLuint8 *interfaceStateP = &thiz->mInterfaceStates[index]; in IObject_Destroy()
DI3DSource.cpp196 static SLresult I3DSource_SetRolloffModel(SL3DSourceItf self, SLuint8 model) in I3DSource_SetRolloffModel()
220 static SLresult I3DSource_GetRolloffModel(SL3DSourceItf self, SLuint8 *pModel) in I3DSource_GetRolloffModel()
226 SLuint8 model = thiz->mDistanceModel; in I3DSource_GetRolloffModel()
DIVolume.cpp89 thiz->mMute = (SLuint8) mute; in IVolume_SetMute()
128 thiz->mEnableStereoPosition = (SLuint8) enable; in IVolume_EnableStereoPosition()
DIMetadataExtraction.cpp148 const SLchar *pValueLangCountry, SLuint32 valueEncoding, SLuint8 filterMask) in IMetadataExtraction_AddKeyFilter()
DIOutputMixExt.cpp431 SLuint8 muteMask = audioPlayer->mMuteMask; in audioPlayerGainUpdate()
432 SLuint8 soloMask = audioPlayer->mSoloMask; in audioPlayerGainUpdate()
DIPlaybackRate.cpp152 static SLresult IPlaybackRate_GetRateRange(SLPlaybackRateItf self, SLuint8 index, in IPlaybackRate_GetRateRange()
DIAndroidBufferQueue.cpp328 if ((dataLength > 0) && (*(SLuint8 *)pData != MPEG2_TS_PACKET_SYNC)) { in IAndroidBufferQueue_Enqueue()
/frameworks/wilhelm/src/
Dclasses.h36 SLuint8 mInterfaceStates2[INTERFACES_AudioPlayer - INTERFACES_Default];
74 SLuint8 mMuteMask; // Mask for which channels are muted: bit 0=left, 1=right
75 SLuint8 mSoloMask; // Mask for which channels are soloed: bit 0=left, 1=right
76 SLuint8 mNumChannels; // initially UNKNOWN_NUMCHANNELS, then const once it is known,
134 SLuint8 mInterfaceStates2[INTERFACES_AudioRecorder - INTERFACES_Default];
155 SLuint8 mNumChannels; // initially UNKNOWN_NUMCHANNELS, then const once it is known,
178 SLuint8 mInterfaceStates2[INTERFACES_Engine - INTERFACES_Default];
212 SLuint8 mInterfaceStates2[INTERFACES_LEDDevice - INTERFACES_Default];
223 SLuint8 mInterfaceStates2[INTERFACES_Listener - INTERFACES_Default];
235 SLuint8 mInterfaceStates2[INTERFACES_MetadataExtractor - INTERFACES_Default];
[all …]
Ditfstruct.h52 SLuint8 mState; // really SLuint32, but SLuint8 to save space
54 SLuint8 mPreemptable; // really SLboolean, but SLuint8 to save space
56 SLuint8 mPadding;
58 SLuint8 mStrongRefCount; // number of strong references to this object
62 SLuint8 mInterfaceStates[INTERFACES_Default]; // state of each of interface
188 SLuint8 mDistanceModel;
370 SLuint8 mCount;
381 SLuint8 mFilterMask;
401 SLuint8 mMessageTypes;
597 SLuint8 /*SLboolean*/ mMute;
[all …]
Dentry.cpp104 SLuint8 *interfaceStateP = thiz->mObject.mInterfaceStates; in liCreateEngine()
Dsles.cpp540 SLuint8 *interfaceStateP = thiz->mInterfaceStates; in construct()
543 SLuint8 state; in construct()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ typedef
77 typedef SLuint8 SLchar; /* UTF-8 is to be used */
99 SLuint8 node[6];
612 SLuint8 ledCount;
613 SLuint8 primaryLED;
645 SLuint8 index,
650 SLuint8 index,
747 #define SL_METADATA_FILTER_KEY ((SLuint8) 0x01)
748 #define SL_METADATA_FILTER_LANG ((SLuint8) 0x02)
749 #define SL_METADATA_FILTER_ENCODING ((SLuint8) 0x04)
[all …]
DOpenSLES_Android.h296 SLuint8 itemData[0];
/frameworks/wilhelm/tests/sandbox/
Dconfigbq.c28 SLuint8 numChannels;
30 SLuint8 bitsPerSample;
Dintbufq.c140 SLuint8 numChannels = 123; in main()
/frameworks/wilhelm/tests/listening/
DslesTest_playMuteSolo.cpp107 SLuint8 numChannels = 0; in PlayEventCallback()
278 SLuint8 numChannels = 123; in TestPlayUri()
/frameworks/wilhelm/tests/mimeUri/
DslesTestSlowDownUri.cpp304 SLuint8 index; in TestSlowDownUri()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp220 SLuint8 channelCount = ap->mNumChannels; in android_audioPlayer_volumeUpdate()