HomeSort by relevance Sort by last modified time
    Searched full:set_rgb (Results 1 - 1 of 1) sorted by null

  /device/htc/passion-common/liblights/
lights.c 214 set_rgb(int red, int green, int blue) function
458 g_notify->color = set_rgb(0, 0, 0);
461 g_notify->color = set_rgb(50, 127, 48);
464 g_notify->color = set_rgb(141, 0, 0);
467 g_notify->color = set_rgb(0, 141, 0);
470 g_notify->color = set_rgb(0, 0, 141);
473 g_notify->color = set_rgb(141, 52, 58);
476 g_notify->color = set_rgb(70, 0, 70);
479 g_notify->color = set_rgb(141, 99, 0);
482 g_notify->color = set_rgb(100, 141, 0)
    [all...]

Completed in 22 milliseconds