Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
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 …]
/frameworks/base/libs/hwui/utils/
DRingBuffer.h60 int mHead = -1; variable
/frameworks/base/libs/hwui/
DDamageAccumulator.h96 DirtyStack* mHead; variable
/frameworks/base/libs/hwui/thread/
DCommonPool.h72 int mHead = 0; variable
/frameworks/base/core/java/android/util/
DLongArrayQueue.java37 private int mHead; field in LongArrayQueue
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java749 private Tile mHead; field in TiledImageRenderer.TileQueue
/frameworks/base/core/java/android/view/
DChoreographer.java1359 private CallbackRecord mHead; field in Choreographer.CallbackQueue
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp855 std::shared_ptr<Info::Impl> mHead; ///< current field member