Home
last modified time | relevance | path

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

123

/frameworks/base/libs/hwui/
DLayerUpdateQueue.h37 struct Entry { struct
38 Entry(RenderNode* renderNode, const Rect& damage) in Entry() argument
47 const std::vector<Entry>& entries() const { return mEntries; } in entries() argument
/frameworks/native/services/sensorservice/
DSensorList.h39 struct Entry { struct
43 Entry(SensorInterface* si_, bool debug_, bool virtual_) : in Entry() argument
/frameworks/native/include/binder/
DPermissionCache.h43 struct Entry { struct
47 inline bool operator < (const Entry& e) const { argument
/frameworks/native/libs/binder/include/binder/
DPermissionCache.h43 struct Entry { struct
47 inline bool operator < (const Entry& e) const { 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() argument
179 Entry(const std::shared_ptr<BufferHubBase>& in_buffer, in Entry() function
187 Entry& operator=(Entry&&) = default; argument
197 bool operator()(const Entry& lhs, const Entry& rhs) { in operator() argument
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h615 struct Entry { struct
619 std::vector<Entry> mBuffers; argument
733 struct Entry { struct
738 std::vector<Entry> mBuffers; argument
874 struct Entry { struct
884 const std::shared_ptr<std::vector<Entry>> &memoryVector); argument
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DTexturePool.h93 struct Entry { struct
98 std::deque<Entry> mPool; argument
/frameworks/base/cmds/idmap2/include/idmap2/
DFabricatedOverlay.h47 struct Entry { struct
48 std::string resource_name;
49 DataType data_type;
50 DataValue data_value;
/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/core/java/android/os/
DDropBoxManager.java120 public static class Entry implements Parcelable, Closeable { class in DropBoxManager
129 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis) { in Entry() method in DropBoxManager.Entry
140 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
156 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
174 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
192 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.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
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h248 struct Entry { struct
255 std::list<Entry> mQueue; argument
/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/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/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/libs/services/src/os/
DDropBoxManager.cpp36 DropBoxManager::Entry::Entry() in Entry() function in android::os::DropBoxManager::Entry
46 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags) in Entry() function in android::os::DropBoxManager::Entry
55 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags, int fd) in Entry() function in android::os::DropBoxManager::Entry
/frameworks/base/services/core/java/com/android/server/wm/
DPendingRemoteAnimationRegistry.java75 private class Entry { class in PendingRemoteAnimationRegistry
81 Entry(String packageName, RemoteAnimationAdapter adapter, @Nullable IBinder launchCookie) { in Entry() method in PendingRemoteAnimationRegistry.Entry
/frameworks/base/services/core/java/com/android/server/display/
DDensityMapping.java120 static class Entry { class in DensityMapping
126 Entry(int width, int height, int density) { in Entry() method in DensityMapping.Entry
/frameworks/base/core/proto/android/service/
Ddropbox.proto28 message Entry { message
/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/core/java/com/android/internal/policy/
DAttributeCache.java58 public final static class Entry { class in AttributeCache
62 public Entry(Context c, TypedArray ta) { in Entry() method in AttributeCache.Entry
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp204 struct Entry { in TEST_F() struct
205 uint32_t bufferInvDisplay; in TEST_F()
206 uint32_t buffer; in TEST_F()
207 uint32_t display; in TEST_F()
208 FloatRect expected; in TEST_F()
360 struct Entry { in TEST_F() struct
361 uint32_t layer; in TEST_F()
362 uint32_t buffer; in TEST_F()
363 uint32_t display; in TEST_F()
364 uint32_t expected; in TEST_F()
[all …]
/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

123