Home
last modified time | relevance | path

Searched refs:getKeyInfo (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.2.1/build/demos/wm/wep-1/include/
Dkey.h34 extern KeyInfo *getKeyInfo(void);
/TwlSDK-5.2.1/build/demos/wm/dataShare-Model/include/
Dkey.h34 extern KeyInfo *getKeyInfo(void);
/TwlSDK-5.2.1/build/demos/wm/dataShare-Model/src/
Dkey.c78 KeyInfo *getKeyInfo(void) in getKeyInfo() function
Dmenu.c225 if (getKeyInfo()->trg & PAD_BUTTON_A) in updateWindow()
229 else if (getKeyInfo()->trg & PAD_BUTTON_B) in updateWindow()
238 key = getKeyInfo(); in updateWindow()
Dmain.c247 if (getKeyInfo()->cnt & PAD_BUTTON_L) in forceSpinWait()
253 else if (getKeyInfo()->cnt & PAD_BUTTON_R) in forceSpinWait()
892 senddata->key = getKeyInfo()->cnt; in packSendData()
/TwlSDK-5.2.1/build/demos/wm/wep-1/src/
Dkey.c78 KeyInfo *getKeyInfo(void) in getKeyInfo() function
Dmenu.c193 if (getKeyInfo()->trg & PAD_BUTTON_A) in updateWindow()
197 else if (getKeyInfo()->trg & PAD_BUTTON_B) in updateWindow()
206 key = getKeyInfo(); in updateWindow()
Dmain.c181 if (getKeyInfo()->cnt & PAD_BUTTON_L) in forceSpinWait()
187 else if (getKeyInfo()->cnt & PAD_BUTTON_R) in forceSpinWait()
807 senddata->key = getKeyInfo()->cnt; in packSendData()