Home
last modified time | relevance | path

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

12345

/aosp12/system/media/audio_utils/include/audio_utils/
H A DErrorLog.h161 struct Entry { struct
162 Entry() in Entry() argument
189 std::vector<Entry> mEntries; // circular buffer of error entries. argument
/aosp12/frameworks/base/libs/hwui/
H A 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
/aosp12/hardware/google/pixel/powerstats/include/dataproviders/
H A DPixelStateResidencyDataProvider.h66 struct Entry { struct
67 Entry(std::string name, std::vector<State> states) in Entry() argument
81 ::ndk::ScopedAStatus getStateResidenciesTimed(const Entry &entry, argument
/aosp12/frameworks/native/services/sensorservice/
H A DSensorList.h39 struct Entry { struct
43 Entry(SensorInterface* si_, bool debug_, bool virtual_) : in Entry() function
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A 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() function
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
/aosp12/frameworks/native/include/binder/
H A DPermissionCache.h43 struct Entry { struct
47 inline bool operator < (const Entry& e) const { argument
/aosp12/frameworks/native/libs/binder/include/binder/
H A DPermissionCache.h43 struct Entry { struct
47 inline bool operator < (const Entry& e) const { argument
/aosp12/system/iorap/src/prefetcher/
H A Dsession.h139 struct Entry { struct
145 constexpr bool operator==(const Entry& other) const { argument
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dtrie_map.h229 struct Entry { struct
233 Entry(const uint32_t data0, const uint32_t data1) : mData0(data0), mData1(data1) {} in Entry() argument
235 AK_FORCE_INLINE bool isBitmapEntry() const { in isBitmapEntry() argument
254 AK_FORCE_INLINE bool isValidTerminalEntry() const { in isValidTerminalEntry() argument
259 AK_FORCE_INLINE uint32_t getValueEntryIndex() const { in getValueEntryIndex() argument
274 AK_FORCE_INLINE uint64_t getValueOfValueEntry() const { in getValueOfValueEntry() argument
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.h599 struct Entry { struct
603 std::vector<Entry> mBuffers; argument
717 struct Entry { struct
722 std::vector<Entry> mBuffers; argument
858 struct Entry { struct
868 const std::shared_ptr<std::vector<Entry>> &memoryVector); argument
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DFabricatedOverlay.h47 struct Entry { struct
48 std::string resource_name;
49 DataType data_type;
50 DataValue data_value;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DTexturePool.h93 struct Entry { struct
98 std::deque<Entry> mPool; argument
/aosp12/frameworks/base/core/java/android/os/
H A DDropBoxManager.java119 public static class Entry implements Parcelable, Closeable { class in DropBoxManager
128 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis) { in Entry() method in DropBoxManager.Entry
139 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
155 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
173 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
191 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() method in DropBoxManager.Entry
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DKernelWakelockStats.java24 public static class Entry { class in KernelWakelockStats
29 Entry(int count, long totalTime, int version) { in Entry() method in KernelWakelockStats.Entry
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/util/
H A DInterop.java34 private static class Entry { class in Interop
38 Entry(int workaroundId, String address) { in Entry() method in Interop.Entry
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.tcc12 Entry<32, true>::Entry() { in Entry() function in Entry
34 Entry<64, true>::Entry() { in Entry() function in Entry
/aosp12/system/core/init/
H A Dkeychords.h67 struct Entry { struct
89 std::map<const std::vector<int>, Entry> entries_; argument
/aosp12/system/core/libcutils/
H A Dhashmap.cpp26 typedef struct Entry Entry; typedef
27 struct Entry { struct
31 Entry* next; argument
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A 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;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java36 class Entry { class in HandleMap
48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() method in HandleMap.Entry
57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() method in HandleMap.Entry
68 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry() method in HandleMap.Entry
76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry() method in HandleMap.Entry
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Component.h220 struct Entry { struct
227 std::list<Entry> mQueue; argument
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/chunk/
H A DChunkListingMap.java75 public static final class Entry { class in ChunkListingMap
79 private Entry(long start, int length) { in Entry() method in ChunkListingMap.Entry
/aosp12/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A DShadowEventLog.java55 public static class Entry { class in ShadowEventLog
59 public Entry(int tag, List<Object> values) { in Entry() method in ShadowEventLog.Entry
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DPendingRemoteAnimationRegistry.java69 private class Entry { class in PendingRemoteAnimationRegistry
73 Entry(String packageName, RemoteAnimationAdapter adapter) { in Entry() method in PendingRemoteAnimationRegistry.Entry
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DIdentityCache.java34 private static class Entry<K, V> extends WeakReference<V> { class in IdentityCache
37 public Entry(K key, V value, ReferenceQueue<V> queue) { in Entry() method in IdentityCache.Entry

12345