Home
last modified time | relevance | path

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

/RvlSDK-3.1/include/revolution/
Dkbd.h110 typedef u8 KBDChannel; typedef
219 KBDChannel channel;
223 KBDChannel channel;
231 KBDChannel channel;
254 KBDEc KBDGetChannelStatus (KBDChannel ch, KBDChanStatus *chanStatus);
255 KBDEc KBDResetChannel (KBDChannel ch); // reset key press state
257 KBDEc KBDSetCountry (KBDChannel ch, KBDCountryCode country); // set country
258 KBDEc KBDGetCountry (KBDChannel ch, KBDCountryCode *country); // get country
261 KBDEc KBDGetKey(KBDChannel ch, KBDKeyEvent *keyEvent); // synch key API
263 KBDEc KBDSetLockProcessing(KBDChannel ch, BOOL enable);
[all …]
/RvlSDK-3.1/build/demos/kbddemo/src/
DkbdUTF8Sync.c382 KBDChannel ch; in main()
385 KBDChannel cch = 0; // kbd channel to control in main()
449 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
DkbdLowLevelSync.c108 KBDChannel ch; in main()
DkbdUTF8.c385 KBDChannel cch = 0; // kbd channel to control in main()
449 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
/RvlSDK-3.1/build/demos/kprdemo/src/
Dkprdemo.c383 KBDChannel cch = 0; // kbd channel to control in main()
484 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()