Lines Matching refs:flags
110 uint32_t flags = 0;
158 // " flags=0x%08x\n", scancode, keycode, flags);
159 Key k = { keycode, flags };
164 flags = 0;
168 tmp = token_to_value(token.string(), FLAGS);
169 //LOGI("%s:%d: got flags %x for %s\n", filename, line, tmp, token.string() );
175 flags |= tmp;
181 // " flags=0x%08x\n", scancode, keycode, flags);
182 Key k = { keycode, flags };
195 KeyLayoutMap::map(int32_t scancode, int32_t *keycode, uint32_t *flags) const
210 *flags = k.flags;
212 //LOGD("mapped scancode=%d to keycode=%d flags=0x%08x\n", scancode,
213 // keycode, flags);