Searched refs:LED (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/mail/
H A DLEDAnimation.cpp37 fThread = ::spawn_thread(AnimationThread,"LED thread",B_NORMAL_PRIORITY,this);
63 LED(B_NUM_LOCK,true);
64 LED(B_NUM_LOCK,false);
66 LED(B_CAPS_LOCK,true);
67 LED(B_CAPS_LOCK,false);
69 LED(B_SCROLL_LOCK,true);
70 LED(B_SCROLL_LOCK,false);
72 LED(B_CAPS_LOCK,true);
73 LED(B_CAPS_LOCK,false);
81 LEDAnimation::LED(uint3 function in class:LEDAnimation
[all...]
H A DLEDAnimation.h4 //! Keyboard LED Animation class.
15 //!Start LED animation.
17 //!Stop LED animation.
24 //!Set LED on or off.
25 static void LED(uint32 mod/*!Modifier key*/,bool on/*!If LED on, value is true*/);

Completed in 71 milliseconds