Home
last modified time | relevance | path

Searched defs:mHead (Results 1 – 25 of 216) sorted by relevance

123456789

/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java114 BroadcastProcessQueue mHead; field in BroadcastQueueModernImplTest
239 assertRunnableList(List.of(), mHead); in testRunnableList_Simple() local
242 assertRunnableList(List.of(mQueue1), mHead); in testRunnableList_Simple() local
245 assertRunnableList(List.of(), mHead); in testRunnableList_Simple() local
254 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3, mQueue4), mHead); in testRunnableList_InsertLast() local
263 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3, mQueue4), mHead); in testRunnableList_InsertFirst() local
271 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3), mHead); in testRunnableList_InsertMiddle() local
282 assertRunnableList(List.of(mQueue1, mQueue2, mQueue4), mHead); in testRunnableList_Remove() local
285 assertRunnableList(List.of(mQueue2, mQueue4), mHead); in testRunnableList_Remove() local
288 assertRunnableList(List.of(mQueue2), mHead); in testRunnableList_Remove() local
[all …]
/aosp_15_r20/external/fbjni/java/com/facebook/jni/
H A DDestructorThread.java106 private final AtomicReference<Destructor> mHead = new AtomicReference<>(); field in DestructorThread.DestructorStack
128 private final Destructor mHead; field in DestructorThread.DestructorList
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libvrr/
DRingBuffer.h60 int mHead = -1; variable
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/
H A DInputEventReader.h35 struct input_event* mHead; variable
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/
H A DInputEventReader.h35 struct input_event* mHead; variable
/aosp_15_r20/frameworks/native/services/surfaceflinger/Utils/
H A DRingBuffer.h66 int mHead = -1; variable
/aosp_15_r20/frameworks/base/libs/hwui/utils/
H A DRingBuffer.h60 int mHead = -1; variable
/aosp_15_r20/frameworks/base/libs/hwui/
H A DDamageAccumulator.h98 DirtyStack* mHead; variable
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dsegmented_queue.h414 size_t mHead = 0; variable
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/
DLinkedNode.java44 private LinkedNode mHead = new LinkedNode(); field in LinkedNode.List
/aosp_15_r20/frameworks/base/libs/hwui/thread/
H A DCommonPool.h73 int mHead = 0; variable
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DLongArrayQueue.java36 private int mHead; field in LongArrayQueue
/aosp_15_r20/frameworks/base/packages/CrashRecovery/services/module/java/com/android/util/
H A DLongArrayQueue.java32 private int mHead; field in LongArrayQueue
/aosp_15_r20/external/openthread/src/core/common/
H A Dlinked_list.hpp685 Type *mHead; member in ot::LinkedList
H A Dmessage.hpp256 } mHead; member
/aosp_15_r20/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java752 private Tile mHead; field in TiledImageRenderer.TileQueue
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java736 private Tile mHead; field in TileImageView.TileQueue
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java749 private Tile mHead; field in TiledImageRenderer.TileQueue
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DChoreographer.java1582 private CallbackRecord mHead; field in Choreographer.CallbackQueue
/aosp_15_r20/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceUtils.cpp855 std::shared_ptr<Info::Impl> mHead; ///< current field member
/aosp_15_r20/prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/
HDcollections-28.0.0.jarMETA-INF/MANIFEST.MF android/support/v4/util/ArrayMap$1. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-collections-nodeps/android_common/local-combined/
Dandroid-support-collections-nodeps.jarMETA-INF/MANIFEST.MF android/support/v4/util/ArrayMap$1. ...
/aosp_15_r20/prebuilts/sdk/current/extras/constraint-layout/constraintlayout-solver/1.1.2/
HDconstraintlayout-solver-1.1.2.jarMETA-INF/MANIFEST.MF android/support/constraint/solver/ArrayRow.class ArrayRow ...
/aosp_15_r20/prebuilts/sdk/current/extras/constraint-layout-x/constraintlayout-solver/2.0.0-beta7/
HDconstraintlayout-solver-2.0.0-beta7.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/constraintlayout/ androidx/ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/constraint-layout-x/androidx-constraintlayout_constraintlayout-solver-nodeps/android_common_apex30/local-combined/
Dandroidx-constraintlayout_constraintlayout-solver-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/constraintlayout/ androidx/ ...

123456789