/frameworks/native/services/sensorservice/ |
D | SensorList.h | 39 struct Entry { struct 44 Entry(std::shared_ptr<SensorInterface> si_, bool debug_, bool virtual_, int deviceId_) : in Entry() function
|
/frameworks/base/libs/hwui/ |
D | LayerUpdateQueue.h | 37 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/ |
D | PermissionCache.h | 44 struct Entry { struct 48 inline bool operator < (const Entry& e) const { argument
|
/frameworks/native/include/binder/ |
D | PermissionCache.h | 44 struct Entry { struct 48 inline bool operator < (const Entry& e) const { argument
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | FabricatedOverlay.h | 67 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/ |
D | CCodecBuffers.h | 631 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/ |
D | TexturePool.h | 93 struct Entry { struct 98 std::deque<Entry> mPool; argument
|
/frameworks/base/core/java/android/os/ |
D | DropBoxManager.java | 121 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/ |
D | Entry.java | 41 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/ |
D | KernelWakelockStats.java | 24 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/ |
D | ELFDynamic.tcc | 12 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/ |
D | ShadowEventLog.java | 55 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/ |
D | AssetManager2.h | 49 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/ |
D | DropBoxManager.cpp | 36 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/ |
D | SimpleC2Component.h | 290 struct Entry { struct 297 std::list<Entry> mQueue; argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PendingRemoteAnimationRegistry.java | 75 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/ |
D | DensityMapping.java | 120 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/ |
D | StartInputHistory.java | 77 private static final class Entry { class in StartInputHistory 102 Entry(@NonNull StartInputInfo original) { in Entry() method in StartInputHistory.Entry
|
D | SoftInputShowHideHistory.java | 41 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/ |
D | RecoverySessionStorage.java | 139 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/ |
D | FileHashCache.java | 70 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/ |
D | StackOverflowXmlParser.java | 70 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/ |
D | dropbox.proto | 28 message Entry { message
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 207 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/ |
D | ArrayMapWithHistoryTest.java | 120 private static class Entry<K, V> { class in ArrayMapWithHistoryTest 124 Entry(K key, V value) { in Entry() method in ArrayMapWithHistoryTest.Entry
|