Home
last modified time | relevance | path

Searched refs:KBDChannel (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.2/include/revolution/
Dkbd.h120 typedef u8 KBDChannel; typedef
229 KBDChannel channel;
233 KBDChannel channel;
241 KBDChannel channel;
264 KBDEc KBDGetChannelStatus (KBDChannel ch, KBDChanStatus *chanStatus);
265 KBDEc KBDResetChannel (KBDChannel ch); // reset key press state
267 KBDEc KBDSetCountry (KBDChannel ch, KBDCountryCode country); // set country
268 KBDEc KBDGetCountry (KBDChannel ch, KBDCountryCode *country); // get country
271 KBDEc KBDGetKey(KBDChannel ch, KBDKeyEvent *keyEvent); // synch key API
273 KBDEc KBDSetLockProcessing(KBDChannel ch, BOOL enable);
[all …]
/RvlSDK-3.2/build/demos/kbddemo/src/
DkbdUTF8Sync.c393 KBDChannel ch; in main()
396 KBDChannel cch = 0; // kbd channel to control in main()
458 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
DkbdLowLevelSync.c120 KBDChannel ch; in main()
DkbdUTF8.c397 KBDChannel cch = 0; // kbd channel to control in main()
458 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
/RvlSDK-3.2/build/demos/kprdemo/src/
Dkprdemo.c393 KBDChannel cch = 0; // kbd channel to control in main()
490 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()