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

  /frameworks/wilhelm/src/itf/
ILEDArray.c 61 if (!(index < MAX_LED_COUNT) || NULL == pColor)
86 if (!(index < MAX_LED_COUNT) || NULL == pColor) {
116 for (index = 0; index < MAX_LED_COUNT; ++index, ++color) {
122 thiz->mCount = MAX_LED_COUNT;
  /frameworks/wilhelm/src/
itfstruct.h 360 #define MAX_LED_COUNT 32
366 SLHSL mColors[MAX_LED_COUNT];

Completed in 376 milliseconds