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

  /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/native/services/inputflinger/
InputDispatcher.h 469 struct KeyEntry : EventEntry {
491 KeyEntry(nsecs_t eventTime,
499 virtual ~KeyEntry();
596 KeyEntry* keyEntry;
716 bool trackKey(const KeyEntry* entry, int32_t action, int32_t flags);
781 ssize_t findKeyMemento(const KeyEntry* entry) const;
784 void addKeyMemento(const KeyEntry* entry, int32_t flags);
878 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);
    [all...]
InputDispatcher.cpp 355 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent);
418 KeyEntry* keyEntry = static_cast<KeyEntry*>(entry);
419 if (isAppSwitchKeyEventLocked(keyEntry)) {
420 if (keyEntry->action == AKEY_EVENT_ACTION_DOWN) {
422 } else if (keyEntry->action == AKEY_EVENT_ACTION_UP) {
427 mAppSwitchDueTime = keyEntry->eventTime + APP_SWITCH_TIMEOUT;
561 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 107 milliseconds