Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DErrorLog.h161 struct Entry { struct
162 Entry() in Entry() argument
189 std::vector<Entry> mEntries; // circular buffer of error entries. argument
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneUsage.java58 private static class Entry { class in CountryZoneUsage
62 Entry(String zoneId, Instant notUsedAfter) { in Entry() method in CountryZoneUsage.Entry
/system/core/libcutils/
Dhashmap.cpp27 typedef struct Entry Entry; typedef
28 struct Entry { struct
32 Entry* next; argument
/system/security/keystore/
Dauth_token_table.h100 Entry(Entry&& entry) { *this = std::move(entry); } in Entry() function
Dauth_token_table.cpp211 AuthTokenTable::Entry::Entry(HardwareAuthToken&& token, time_t current_time) in Entry() function in keystore::AuthTokenTable::Entry
/system/core/libutils/include/utils/
DLruCache.h74 Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(NULL), child(NULL) { in Entry() function
/system/media/camera/docs/
Dmetadata_model.py1093 class Entry(Node): class