Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 10 of 10) 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/core/init/
Dkeychords.h67 struct Entry { struct
89 std::map<const std::vector<int>, Entry> entries_; argument
Dkeychords.cpp111 Keychords::Entry::Entry() : notified(false) {} in Entry() function in android::init::Keychords::Entry
/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.cpp26 typedef struct Entry Entry; typedef
27 struct Entry { struct
31 Entry* next; argument
/system/netd/resolv/
Dres_cache.cpp927 typedef struct Entry { struct
929 struct Entry* hlink; /* next in collision chain */ argument
930 struct Entry* mru_prev; argument
931 struct Entry* mru_next; argument
939 } Entry; argument
/system/security/keystore/
Dauth_token_table.h107 Entry(Entry&& entry) noexcept { *this = std::move(entry); } in Entry() function
Dauth_token_table.cpp220 AuthTokenTable::Entry::Entry(HardwareAuthToken&& token, time_t current_time) in Entry() function in keystore::AuthTokenTable::Entry
/system/core/libutils/include/utils/
DLruCache.h74Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry() function
/system/media/camera/docs/
Dmetadata_model.py1093 class Entry(Node): class