HomeSort by relevance Sort by last modified time
    Searched refs:SLHSL (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/itf/
ILEDArray.cpp 55 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/
itfstruct.h 368 SLHSL mColors[MAX_LED_COUNT];
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 626 } SLHSL;
646 const SLHSL *color
651 SLHSL *color
    [all...]

Completed in 175 milliseconds