OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
475
struct
KeyEntry
: EventEntry {
497
KeyEntry
(nsecs_t eventTime,
505
virtual ~
KeyEntry
();
602
KeyEntry
*
keyEntry
;
722
bool trackKey(const
KeyEntry
* entry, int32_t action, int32_t flags);
787
ssize_t findKeyMemento(const
KeyEntry
* entry) const;
790
void addKeyMemento(const
KeyEntry
* entry, int32_t flags);
884
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 314 milliseconds