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.h59 struct Entry { struct
62 Entry* parent; argument
63 Entry* child; argument
65 Entry(TKey key_, TValue value_) : key(key_), value(value_), parent(NULL), child(NULL) { in Entry() function
70 struct HashForEntry : public std::unary_function<Entry*, hash_t> { 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.py1037 class Entry(Node): class