Home
last modified time | relevance | path

Searched refs:cch (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.1/build/demos/kprdemo/src/
Dkprdemo.c383 KBDChannel cch = 0; // kbd channel to control in main() local
404 for(cch = 0; cch < KBD_MAX_CHANNELS; cch++) { in main()
405 KPRInitQueue(&kprq[cch]); in main()
407 cch = 0; in main()
451 country[cch] = (country[cch]+1) % MAX_CODE; in main()
453 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
455 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main()
457 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
459 if (countryList[country[cch]] == KBD_CC_JAPANESE) { in main()
462 KPRSetMode(&kprq[cch], KPR_MODE_ALT_KEYPAD); in main()
[all …]
/RvlSDK-3.1/build/demos/kbddemo/src/
DkbdUTF8.c385 KBDChannel cch = 0; // kbd channel to control in main() local
435 country[cch] = (country[cch]+1) % MAX_CODE; in main()
437 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
439 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main()
441 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
449 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
450 OSReport("Keyboard channel %d selected.\n", cch); in main()
DkbdUTF8Sync.c385 KBDChannel cch = 0; // kbd channel to control in main() local
435 country[cch] = (country[cch]+1) % MAX_CODE; in main()
437 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
439 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main()
441 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
449 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
450 OSReport("Keyboard channel %d selected.\n", cch); in main()