Searched defs:TrapKey (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/remoting/client/ | ||
H A D | key_event_mapper.cc | 24 void KeyEventMapper::TrapKey(uint32 usb_keycode, bool trap_key) { function in class:remoting::KeyEventMapper |
/external/chromium_org/sandbox/linux/seccomp-bpf/ | ||
H A D | trap.h | 72 struct TrapKey { struct in class:sandbox::Trap 73 TrapKey() : fnc(NULL), aux(NULL), safe(false) {} function in struct:sandbox::Trap::TrapKey 74 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {} function in struct:sandbox::Trap::TrapKey 78 bool operator<(const TrapKey&) const; 80 typedef std::map<TrapKey, uint16_t> TrapIds; 114 TrapKey* trap_array_; // Array of TrapKeys indexed by ids |
Completed in 128 milliseconds