/frameworks/wilhelm/src/itf/ |
D | IMuteSolo.c | 22 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 …]
|
D | IDynamicInterfaceManagement.c | 38 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()
|
D | ILEDArray.c | 55 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()
|
D | IMIDIMuteSolo.c | 22 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()
|
D | IMIDIMessage.c | 22 static SLresult IMIDIMessage_SendMessage(SLMIDIMessageItf self, const SLuint8 *data, in IMIDIMessage_SendMessage() 84 SLuint8 messageTypeMask = 1 << messageType; in IMIDIMessage_AddMIDIMessageCallbackFilter()
|
D | IObject.c | 35 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()
|
D | I3DSource.c | 196 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()
|
D | IVolume.c | 89 thiz->mMute = (SLuint8) mute; in IVolume_SetMute() 128 thiz->mEnableStereoPosition = (SLuint8) enable; in IVolume_EnableStereoPosition()
|
D | IMetadataExtraction.c | 148 const SLchar *pValueLangCountry, SLuint32 valueEncoding, SLuint8 filterMask) in IMetadataExtraction_AddKeyFilter()
|
D | IOutputMixExt.c | 431 SLuint8 muteMask = audioPlayer->mMuteMask; in audioPlayerGainUpdate() 432 SLuint8 soloMask = audioPlayer->mSoloMask; in audioPlayerGainUpdate()
|
D | IPlaybackRate.c | 152 static SLresult IPlaybackRate_GetRateRange(SLPlaybackRateItf self, SLuint8 index, in IPlaybackRate_GetRateRange()
|
D | IAndroidBufferQueue.c | 328 if ((dataLength > 0) && (*(SLuint8 *)pData != MPEG2_TS_PACKET_SYNC)) { in IAndroidBufferQueue_Enqueue()
|
/frameworks/wilhelm/src/ |
D | classes.h | 33 SLuint8 mInterfaceStates2[INTERFACES_AudioPlayer - INTERFACES_Default]; 71 SLuint8 mMuteMask; // Mask for which channels are muted: bit 0=left, 1=right 72 SLuint8 mSoloMask; // Mask for which channels are soloed: bit 0=left, 1=right 73 SLuint8 mNumChannels; // initially UNKNOWN_NUMCHANNELS, then const once it is known, 127 SLuint8 mInterfaceStates2[INTERFACES_AudioRecorder - INTERFACES_Default]; 148 SLuint8 mNumChannels; // initially UNKNOWN_NUMCHANNELS, then const once it is known, 170 SLuint8 mInterfaceStates2[INTERFACES_Engine - INTERFACES_Default]; 203 SLuint8 mInterfaceStates2[INTERFACES_LEDDevice - INTERFACES_Default]; 214 SLuint8 mInterfaceStates2[INTERFACES_Listener - INTERFACES_Default]; 226 SLuint8 mInterfaceStates2[INTERFACES_MetadataExtractor - INTERFACES_Default]; [all …]
|
D | itfstruct.h | 50 SLuint8 mState; // really SLuint32, but SLuint8 to save space 52 SLuint8 mPreemptable; // really SLboolean, but SLuint8 to save space 54 SLuint8 mPadding; 56 SLuint8 mStrongRefCount; // number of strong references to this object 60 SLuint8 mInterfaceStates[INTERFACES_Default]; // state of each of interface 186 SLuint8 mDistanceModel; 368 SLuint8 mCount; 379 SLuint8 mFilterMask; 399 SLuint8 mMessageTypes; 595 SLuint8 /*SLboolean*/ mMute; [all …]
|
D | entry.c | 105 SLuint8 *interfaceStateP = thiz->mObject.mInterfaceStates; in liCreateEngine()
|
D | sles.c | 537 SLuint8 *interfaceStateP = thiz->mInterfaceStates; in construct() 540 SLuint8 state; in construct()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 67 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 …]
|
D | OpenSLES_Android.h | 260 SLuint8 itemData[0];
|
/frameworks/wilhelm/tests/sandbox/ |
D | configbq.c | 28 SLuint8 numChannels; 30 SLuint8 bitsPerSample;
|
D | intbufq.c | 140 SLuint8 numChannels = 123; in main()
|
/frameworks/wilhelm/tests/listening/ |
D | slesTest_playMuteSolo.cpp | 107 SLuint8 numChannels = 0; in PlayEventCallback() 278 SLuint8 numChannels = 123; in TestPlayUri()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestSlowDownUri.cpp | 307 SLuint8 index; in TestSlowDownUri()
|
/frameworks/wilhelm/src/android/ |
D | AudioPlayer_to_android.cpp | 178 SLuint8 channelCount = ap->mNumChannels; in android_audioPlayer_volumeUpdate()
|