Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 8 of 8) 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/iorap/src/prefetcher/
Dsession.h139 struct Entry { struct
145 constexpr bool operator==(const Entry& other) const { 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/core/libcutils/
Dhashmap.cpp26 typedef struct Entry Entry; typedef
27 struct Entry { struct
31 Entry* next; argument
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneUsage.java68 private static class Entry { class in CountryZoneUsage
73 Entry(String zoneId, Instant notUsedAfter, String notUsedReplacementId) { in Entry() method in CountryZoneUsage.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.py1103 class Entry(Node): class