Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/
Doperation_table.h32 struct Entry { struct
33 Entry() { in Entry() function
47 UniquePtr<Entry[]> table_; argument
/system/core/include/utils/
DLruCache.h82 struct Entry { struct
85 Entry* parent; argument
86 Entry* child; argument
88 Entry(TKey key_, TValue value_) : key(key_), value(value_), parent(NULL), child(NULL) { in Entry() function
93 void attachToCache(Entry& entry); argument
/system/core/libcutils/
Dhashmap.c26 typedef struct Entry Entry; typedef
27 struct Entry { struct
31 Entry* next; argument
/system/security/keystore/
Dauth_token_table.h108 Entry(Entry&& entry) { *this = std::move(entry); } in Entry() function
Dauth_token_table.cpp179 AuthTokenTable::Entry::Entry(const hw_auth_token_t* token, time_t current_time) in Entry() function in keymaster::AuthTokenTable::Entry
/system/media/camera/docs/
Dmetadata_model.py1014 class Entry(Node): class