Searched refs:SLHSL (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DILEDArray.c55 static SLresult ILEDArray_SetColor(SLLEDArrayItf self, SLuint8 index, const SLHSL *pColor)
63 SLHSL color = *pColor;
82 static SLresult ILEDArray_GetColor(SLLEDArrayItf self, SLuint8 index, SLHSL *pColor)
92 SLHSL color = thiz->mColors[index];
114 SLHSL *color = thiz->mColors;
/frameworks/wilhelm/src/
H A Ditfstruct.h369 SLHSL mColors[MAX_LED_COUNT];
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h626 } SLHSL; typedef in typeref:struct:SLHSL_
646 const SLHSL *color
651 SLHSL *color

Completed in 1669 milliseconds