Lines Matching refs:KBDEc
101 } KBDEc; typedef
233 KBDEc rc;
248 KBDEc KBDInit (void); // init library
249 KBDEc KBDExit (void); // terminate library
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);
264 KBDEc KBDGetLockProcessing(KBDChannel ch, BOOL *enable);
266 KBDEc KBDSetModState(KBDChannel ch, KBDModState modState);
267 KBDEc KBDGetModState(KBDChannel ch, KBDModState *modState);
271 KBDEc KBDSetRepeat(KBDChannel ch, u16 delay, u16 interval);
272 KBDEc KBDGetRepeat(KBDChannel ch, u16 *delay, u16 *interval);
274 KBDEc KBDSetAccessSticky(KBDChannel, BOOL enable);
275 KBDEc KBDGetAccessSticky(KBDChannel, BOOL *enable);
277 KBDEc KBDSetLeds(KBDChannel ch, KBDLedState leds);
278 KBDEc KBDSetLedsAsync(KBDChannel ch, KBDLedState leds, KBDLedCallbackF fn, void *cbArg);
279 KBDEc KBDSetLedsRetry(KBDChannel ch, KBDLedState leds);