Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/
Dkbd.h123 typedef u8 KBDChannel; typedef
232 KBDChannel channel;
236 KBDChannel channel;
244 KBDChannel channel;
267 KBDEc KBDGetChannelStatus (KBDChannel ch, KBDChanStatus *chanStatus);
268 KBDEc KBDResetChannel (KBDChannel ch); // reset key press state
270 KBDEc KBDSetCountry (KBDChannel ch, KBDCountryCode country); // set country
271 KBDEc KBDGetCountry (KBDChannel ch, KBDCountryCode *country); // get country
274 KBDEc KBDGetKey(KBDChannel ch, KBDKeyEvent *keyEvent); // synch key API
276 KBDEc KBDSetLockProcessing(KBDChannel ch, BOOL enable);
[all …]
/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdUTF8Sync.c396 KBDChannel ch; in main()
399 KBDChannel cch = 0; // kbd channel to control in main()
461 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
DkbdUTF8.c400 KBDChannel cch = 0; // kbd channel to control in main()
461 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
DkbdLowLevelSync.c123 KBDChannel ch; in main()
/RvlSDK-3.3/build/demos/kprdemo/src/
Dkprdemo.c396 KBDChannel cch = 0; // kbd channel to control in main()
493 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()