Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java130 BroadcastProcessQueue mHead; field in BroadcastQueueModernImplTest
272 assertRunnableList(List.of(), mHead); in testRunnableList_Simple() local
275 assertRunnableList(List.of(mQueue1), mHead); in testRunnableList_Simple() local
278 assertRunnableList(List.of(), mHead); in testRunnableList_Simple() local
287 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3, mQueue4), mHead); in testRunnableList_InsertLast() local
296 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3, mQueue4), mHead); in testRunnableList_InsertFirst() local
304 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3), mHead); in testRunnableList_InsertMiddle() local
315 assertRunnableList(List.of(mQueue1, mQueue2, mQueue4), mHead); in testRunnableList_Remove() local
318 assertRunnableList(List.of(mQueue2, mQueue4), mHead); in testRunnableList_Remove() local
321 assertRunnableList(List.of(mQueue2), mHead); in testRunnableList_Remove() local
[all …]
/aosp14/frameworks/base/libs/hwui/utils/
H A DRingBuffer.h60 int mHead = -1; variable
/aosp14/frameworks/base/libs/hwui/
H A DDamageAccumulator.h96 DirtyStack* mHead; variable
/aosp14/frameworks/base/libs/hwui/thread/
H A DCommonPool.h72 int mHead = 0; variable
/aosp14/frameworks/base/core/java/android/util/
H A DLongArrayQueue.java37 private int mHead; field in LongArrayQueue
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java749 private Tile mHead; field in TiledImageRenderer.TileQueue
/aosp14/frameworks/base/core/java/android/view/
H A DChoreographer.java1359 private CallbackRecord mHead; field in Choreographer.CallbackQueue