/frameworks/wilhelm/src/itf/ |
IMuteSolo.c | 22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute) 33 SLuint8 numChannels = ap->mNumChannels; 41 SLuint8 mask = 1 << chan; 42 SLuint8 oldMuteMask = ap->mMuteMask; 58 static SLresult IMuteSolo_GetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean *pMute) 73 SLuint8 numChannels = ap->mNumChannels; 81 SLuint8 mask = ap->mMuteMask; 94 static SLresult IMuteSolo_SetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean solo) 105 SLuint8 numChannels = ap->mNumChannels; 113 SLuint8 mask = 1 << chan [all...] |
ILEDArray.c | 55 static SLresult ILEDArray_SetColor(SLLEDArrayItf self, SLuint8 index, const SLHSL *pColor) 82 static SLresult ILEDArray_GetColor(SLLEDArrayItf self, SLuint8 index, SLHSL *pColor) 115 SLuint8 index;
|
IMIDIMuteSolo.c | 22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, 45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, 65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, 88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel,
|
IMIDIMessage.c | 22 static SLresult IMIDIMessage_SendMessage(SLMIDIMessageItf self, const SLuint8 *data, 84 SLuint8 messageTypeMask = 1 << messageType;
|
IDynamicInterfaceManagement.c | 38 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; 43 SLuint8 state = *interfaceStateP; 125 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; 220 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; 294 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index]; 299 SLuint8 state = *interfaceStateP; 373 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index];
|
IVolume.c | 88 thiz->mMute = (SLuint8) mute; 127 thiz->mEnableStereoPosition = (SLuint8) enable;
|
/frameworks/wilhelm/src/ |
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]; 145 SLuint8 mNumChannels; // initially UNKNOWN_NUMCHANNELS, then const once it is known, 166 SLuint8 mInterfaceStates2[INTERFACES_Engine - INTERFACES_Default]; 199 SLuint8 mInterfaceStates2[INTERFACES_LEDDevice - INTERFACES_Default]; 210 SLuint8 mInterfaceStates2[INTERFACES_Listener - INTERFACES_Default]; 222 SLuint8 mInterfaceStates2[INTERFACES_MetadataExtractor - INTERFACES_Default] [all...] |
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; 366 SLuint8 mCount; 377 SLuint8 mFilterMask [all...] |
/development/ndk/platforms/android-14/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/frameworks/wilhelm/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/SLES/ |
OpenSLES.h | 67 typedef sl_uint8_t SLuint8; /* 8 bit unsigned integer */ 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...] |