Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 55) 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.h78 struct Entry { struct
82 Entry(SensorInterface* si_, bool debug_, bool virtual_) : in Entry() function
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h174 struct Entry { struct
175 Entry() : slot(0) {} in Entry() function
176 Entry(const std::shared_ptr<BufferHubBase>& in_buffer, size_t in_slot, in Entry() argument
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/include/binder/
DPermissionCache.h44 struct Entry { struct
48 inline bool operator < (const Entry& e) const { argument
/frameworks/native/libs/binder/include/binder/
DPermissionCache.h44 struct Entry { struct
48 inline bool operator < (const Entry& e) const { argument
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h601 struct Entry { struct
605 std::vector<Entry> mBuffers; argument
719 struct Entry { struct
724 std::vector<Entry> mBuffers; argument
860 struct Entry { struct
870 const std::shared_ptr<std::vector<Entry>> &memoryVector); 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/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/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/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/packages/BackupEncryption/src/com/android/server/backup/encryption/chunk/
DChunkListingMap.java75 public static final class Entry { class in ChunkListingMap
79 private Entry(long start, int length) { in Entry() method in ChunkListingMap.Entry
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h226 struct Entry { struct
233 std::list<Entry> mQueue; argument
/frameworks/base/services/core/java/com/android/server/wm/
DPendingRemoteAnimationRegistry.java69 private class Entry { class in PendingRemoteAnimationRegistry
73 Entry(String packageName, RemoteAnimationAdapter adapter) { in Entry() method in PendingRemoteAnimationRegistry.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/base/core/proto/android/service/
Ddropbox.proto28 message Entry { message
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp179 struct Entry { in TEST_F() struct
180 uint32_t bufferInvDisplay; in TEST_F()
181 uint32_t buffer; in TEST_F()
182 uint32_t display; in TEST_F()
183 FloatRect expected; in TEST_F()
314 struct Entry { in TEST_F() struct
315 uint32_t layer; in TEST_F()
316 uint32_t buffer; in TEST_F()
317 uint32_t display; in TEST_F()
318 uint32_t expected; in TEST_F()
[all …]
/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/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/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/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/base/tools/aapt2/
DResourceValues.h321 struct Entry { struct
322 Reference key;
323 std::unique_ptr<Item> value;
/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h35 entry_type* Entry; variable

123