Searched refs:SLHSL (Results 1 – 3 of 3) sorted by relevance
55 static SLresult ILEDArray_SetColor(SLLEDArrayItf self, SLuint8 index, const SLHSL *pColor) in ILEDArray_SetColor()63 SLHSL color = *pColor; in ILEDArray_SetColor()82 static SLresult ILEDArray_GetColor(SLLEDArrayItf self, SLuint8 index, SLHSL *pColor) in ILEDArray_GetColor()92 SLHSL color = thiz->mColors[index]; in ILEDArray_GetColor()114 SLHSL *color = thiz->mColors; in ILEDArray_init()
369 SLHSL mColors[MAX_LED_COUNT];
626 } SLHSL; typedef646 const SLHSL *color651 SLHSL *color