Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 60) 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
44 Entry(std::shared_ptr<SensorInterface> si_, bool debug_, bool virtual_, int deviceId_) : in Entry() argument
/frameworks/native/libs/binder/include/binder/
DPermissionCache.h43 struct Entry { struct
47 inline bool operator < (const Entry& e) const { argument
/frameworks/native/include/binder/
DPermissionCache.h43 struct Entry { struct
47 inline bool operator < (const Entry& e) const { argument
/frameworks/base/cmds/idmap2/include/idmap2/
DFabricatedOverlay.h61 struct Entry { struct
62 std::string resource_name;
63 DataType data_type;
64 DataValue data_value;
65 std::string data_string_value;
66 std::optional<android::base::borrowed_fd> data_binary_value;
67 std::string configuration;
/frameworks/base/core/java/android/credentials/ui/
DEntry.java37 public final class Entry implements Parcelable { class
46 private Entry(@NonNull Parcel in) { in Entry() method in Entry
64 public Entry(@NonNull String key, @NonNull String subkey, @NonNull Slice slice) { in Entry() method in Entry
73 public Entry(@NonNull String key, @NonNull String subkey, @NonNull Slice slice, in Entry() method in Entry
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h624 struct Entry { struct
628 std::vector<Entry> mBuffers; argument
741 struct Entry { struct
746 std::vector<Entry> mBuffers; argument
882 struct Entry { struct
892 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/services/core/java/com/android/server/power/stats/
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.h260 struct Entry { struct
267 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/libs/androidfw/include/androidfw/
DAssetManager2.h49 struct Entry { struct
51 uint32_t key;
53 Res_value value;
56 uint32_t style;
59 ApkAssetsCookie cookie;
61 ResStringPool* key_pool;
62 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/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp207 struct Entry { in TEST_F() struct
208 uint32_t bufferInvDisplay; in TEST_F()
209 uint32_t buffer; in TEST_F()
210 uint32_t display; in TEST_F()
211 FloatRect expected; in TEST_F()
363 struct Entry { in TEST_F() struct
364 uint32_t layer; in TEST_F()
365 uint32_t buffer; in TEST_F()
366 uint32_t display; in TEST_F()
367 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
/frameworks/native/services/surfaceflinger/Tracing/
DLocklessStack.h44 Entry(T* value): mValue(value) {} in Entry() function
/frameworks/base/core/java/com/android/internal/policy/
DAttributeCache.java66 public final static class Entry { class in AttributeCache
70 public Entry(Context c, TypedArray ta) { in Entry() method in AttributeCache.Entry

123