HomeSort by relevance Sort by last modified time
    Searched refs:KeyEntry (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/proxy/
proxy_config_service_win.h 53 class KeyEntry;
54 typedef std::vector<KeyEntry*> KeyEntryList;
59 // Creates a new KeyEntry and appends it to |keys_to_watch_|. If the key
proxy_config_service_win.cc 40 class ProxyConfigServiceWin::KeyEntry {
126 scoped_ptr<KeyEntry> entry(new KeyEntry);
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 211 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key];
212 KeyEntry = ValTy::Create(S->getLastValInScope(), KeyEntry, Key, Val,
214 S->setLastValInScope(KeyEntry);
241 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()];
242 assert(KeyEntry == ThisEntry && "Scope imbalance!");
243 KeyEntry = ThisEntry->getNextForKey();
  /frameworks/base/services/input/
InputDispatcher.h 471 struct KeyEntry : EventEntry {
493 KeyEntry(nsecs_t eventTime,
501 virtual ~KeyEntry();
596 KeyEntry* keyEntry;
708 bool trackKey(const KeyEntry* entry, int32_t action, int32_t flags);
773 ssize_t findKeyMemento(const KeyEntry* entry) const;
776 void addKeyMemento(const KeyEntry* entry, int32_t flags);
864 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);
    [all...]
InputDispatcher.cpp 346 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent);
408 KeyEntry* keyEntry = static_cast<KeyEntry*>(entry);
409 if (isAppSwitchKeyEventLocked(keyEntry)) {
410 if (keyEntry->action == AKEY_EVENT_ACTION_DOWN) {
412 } else if (keyEntry->action == AKEY_EVENT_ACTION_UP) {
417 mAppSwitchDueTime = keyEntry->eventTime + APP_SWITCH_TIMEOUT;
546 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry)
    [all...]

Completed in 157 milliseconds