Home
last modified time | relevance | path

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

123

/frameworks/native/services/sensorservice/
DSensorList.h39 struct Entry { struct
44 Entry(std::shared_ptr<SensorInterface> si_, bool debug_, bool virtual_, int deviceId_) : in Entry() function
/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/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/base/cmds/idmap2/include/idmap2/
DFabricatedOverlay.h67 struct Entry { struct
68 std::string resource_name;
69 DataType data_type;
70 DataValue data_value;
71 std::string data_string_value;
72 std::optional<android::base::borrowed_fd> data_binary_value;
73 off64_t data_binary_offset;
74 size_t data_binary_size;
75 std::string configuration;
76 bool nine_patch;
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h631 struct Entry { struct
635 std::vector<Entry> mBuffers; argument
748 struct Entry { struct
753 std::vector<Entry> mBuffers; argument
889 struct Entry { struct
899 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/core/java/android/os/
DDropBoxManager.java121 public static class Entry implements Parcelable, Closeable { class in DropBoxManager
130 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis) { in Entry() method in DropBoxManager.Entry
141 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
157 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
175 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
193 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
/frameworks/base/core/java/android/credentials/selection/
DEntry.java41 public final class Entry implements Parcelable { class
54 private Entry(@NonNull Parcel in) { in Entry() method in Entry
87 public Entry(@NonNull String key, @NonNull String subkey, @NonNull Slice slice, in Entry() method in Entry
/frameworks/base/services/core/java/com/android/server/power/stats/
DKernelWakelockStats.java24 public static class Entry { class in KernelWakelockStats
30 Entry(int count, long totalTimeUs, long activeTimeUs, 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
/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/av/media/codec2/components/base/include/
DSimpleC2Component.h290 struct Entry { struct
297 std::list<Entry> mQueue; argument
/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/services/core/java/com/android/server/inputmethod/
DStartInputHistory.java77 private static final class Entry { class in StartInputHistory
102 Entry(@NonNull StartInputInfo original) { in Entry() method in StartInputHistory.Entry
DSoftInputShowHideHistory.java41 static final class Entry { class in SoftInputShowHideHistory
66 Entry(ClientState client, EditorInfo editorInfo, in Entry() method in SoftInputShowHideHistory.Entry
/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/net/watchlist/
DFileHashCache.java70 private static class Entry { class in FileHashCache
74 Entry(long lastModified, @NonNull byte[] sha256Hash) { in Entry() method in FileHashCache.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/proto/android/service/
Ddropbox.proto28 message Entry { message
/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/base/services/tests/timetests/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