Home
last modified time | relevance | path

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

123

/frameworks/base/libs/hwui/
DLayerUpdateQueue.h37 struct Entry { struct
38 Entry(RenderNode* renderNode, const Rect& damage) in Entry() function
47 const std::vector<Entry>& entries() const { return mEntries; } in entries() argument
/frameworks/native/services/sensorservice/
DSensorList.h77 struct Entry { struct
81 Entry(SensorInterface* si_, bool debug_, bool virtual_) : in Entry() argument
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h174 struct Entry { struct
175 Entry() : slot(0) {} in Entry() argument
176 Entry(const std::shared_ptr<BufferHubBase>& in_buffer, size_t in_slot, in Entry() function
179 Entry(const std::shared_ptr<BufferHubBase>& in_buffer, in Entry() argument
187 Entry& operator=(Entry&&) = default; argument
197 bool operator()(const Entry& lhs, const Entry& rhs) { in operator() argument
/frameworks/native/libs/binder/include/binder/
DPermissionCache.h44 struct Entry { struct
48 inline bool operator < (const Entry& e) const { argument
/frameworks/native/include/binder/
DPermissionCache.h44 struct Entry { struct
48 inline bool operator < (const Entry& e) const { argument
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h372 struct Entry { struct
376 std::vector<Entry> mBuffers; argument
490 struct Entry { struct
495 std::vector<Entry> mBuffers; argument
601 struct Entry { struct
611 const std::shared_ptr<std::vector<Entry>> &memoryVector); argument
DCCodecBufferChannel.h278 struct Entry { struct
279 inline Entry() : buffer(nullptr), timestamp(0), flags(0), ordinal({0, 0, 0}) {} in Entry() argument
280 inline Entry( in Entry() argument
298 bool pop(Entry *entry); argument
/frameworks/base/core/java/android/os/
DDropBoxManager.java107 public static class Entry implements Parcelable, Closeable { class in DropBoxManager
116 public Entry(String tag, long millis) { in Entry() method in DropBoxManager.Entry
127 public Entry(String tag, long millis, String text) { in Entry() method in DropBoxManager.Entry
142 public Entry(String tag, long millis, byte[] data, int flags) { in Entry() method in DropBoxManager.Entry
159 public Entry(String tag, long millis, ParcelFileDescriptor data, int flags) { in Entry() method in DropBoxManager.Entry
176 public Entry(String tag, long millis, File data, int flags) throws IOException { in Entry() method in DropBoxManager.Entry
/frameworks/base/core/java/com/android/internal/os/
DKernelWakelockStats.java24 public static class Entry { class in KernelWakelockStats
29 Entry(int count, long totalTime, int version) { in Entry() method in KernelWakelockStats.Entry
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h46 struct Entry { struct
48 uint32_t key;
50 Res_value value;
53 uint32_t style;
56 ApkAssetsCookie cookie;
58 ResStringPool* key_pool;
59 ResStringPool* type_pool;
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.tcc12 Entry<32, true>::Entry() { in Entry() function in Entry
34 Entry<64, true>::Entry() { in Entry() function in Entry
DGOT.h39 Entry(uint64_t pValue, SectionData* pParent) in Entry() function
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h226 struct Entry { struct
233 std::list<Entry> mQueue; argument
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowEventLog.java55 public static class Entry { class in ShadowEventLog
59 public Entry(int tag, List<Object> values) { in Entry() method in ShadowEventLog.Entry
/frameworks/base/services/core/java/com/android/server/wm/
DPendingRemoteAnimationRegistry.java71 private class Entry { class in PendingRemoteAnimationRegistry
75 Entry(String packageName, RemoteAnimationAdapter adapter) { in Entry() method in PendingRemoteAnimationRegistry.Entry
/frameworks/base/services/backup/java/com/android/server/backup/encryption/chunk/
DChunkListingMap.java90 public static final class Entry { class in ChunkListingMap
94 private Entry(long start, int length) { in Entry() method in ChunkListingMap.Entry
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp34 DropBoxManager::Entry::Entry() in Entry() function in android::os::DropBoxManager::Entry
44 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags) in Entry() function in android::os::DropBoxManager::Entry
53 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags, int fd) in Entry() function in android::os::DropBoxManager::Entry
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp191 struct Entry { in TEST_F() struct
192 uint32_t layer; in TEST_F()
193 uint32_t buffer; in TEST_F()
194 uint32_t display; in TEST_F()
195 uint32_t expected; in TEST_F()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySessionStorage.java139 public static class Entry implements Destroyable { class in RecoverySessionStorage
148 public Entry(String sessionId, byte[] lskfHash, byte[] keyClaimant, byte[] vaultParams) { in Entry() method in RecoverySessionStorage.Entry
/frameworks/base/services/core/java/com/android/server/
DAttributeCache.java58 public final static class Entry { class in AttributeCache
62 public Entry(Context c, TypedArray ta) { in Entry() method in AttributeCache.Entry
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
DStackOverflowXmlParser.java70 public static class Entry { class in StackOverflowXmlParser
75 private Entry(String title, String summary, String link) { in Entry() method in StackOverflowXmlParser.Entry
/frameworks/av/media/libnblog/include/media/nblog/
DWriter.h37 class Entry; variable
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
DArrayMapWithHistoryTest.java120 private static class Entry<K, V> { class in ArrayMapWithHistoryTest
124 Entry(K key, V value) { in Entry() method in ArrayMapWithHistoryTest.Entry
/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h35 entry_type* Entry; variable
/frameworks/base/tools/aapt2/
DResourceValues.h320 struct Entry { struct
321 Reference key;
322 std::unique_ptr<Item> value;

123