Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java112 BroadcastProcessQueue mHead; field in BroadcastQueueModernImplTest
237 assertRunnableList(List.of(), mHead); in testRunnableList_Simple() local
240 assertRunnableList(List.of(mQueue1), mHead); in testRunnableList_Simple() local
243 assertRunnableList(List.of(), mHead); in testRunnableList_Simple() local
252 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3, mQueue4), mHead); in testRunnableList_InsertLast() local
261 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3, mQueue4), mHead); in testRunnableList_InsertFirst() local
269 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3), mHead); in testRunnableList_InsertMiddle() local
280 assertRunnableList(List.of(mQueue1, mQueue2, mQueue4), mHead); in testRunnableList_Remove() local
283 assertRunnableList(List.of(mQueue2, mQueue4), mHead); in testRunnableList_Remove() local
286 assertRunnableList(List.of(mQueue2), mHead); in testRunnableList_Remove() local
[all …]
/frameworks/native/services/surfaceflinger/Utils/
DRingBuffer.h64 int mHead = -1; variable
/frameworks/base/libs/hwui/utils/
DRingBuffer.h60 int mHead = -1; variable
/frameworks/base/libs/hwui/
DDamageAccumulator.h98 DirtyStack* mHead; variable
/frameworks/base/libs/hwui/thread/
DCommonPool.h73 int mHead = 0; variable
/frameworks/base/core/java/android/util/
DLongArrayQueue.java36 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.java1422 private CallbackRecord mHead; field in Choreographer.CallbackQueue
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp855 std::shared_ptr<Info::Impl> mHead; ///< current field member