Searched defs:mHead (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BroadcastQueueModernImplTest.java | 112 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/ |
D | RingBuffer.h | 64 int mHead = -1; variable
|
/frameworks/base/libs/hwui/utils/ |
D | RingBuffer.h | 60 int mHead = -1; variable
|
/frameworks/base/libs/hwui/ |
D | DamageAccumulator.h | 98 DirtyStack* mHead; variable
|
/frameworks/base/libs/hwui/thread/ |
D | CommonPool.h | 73 int mHead = 0; variable
|
/frameworks/base/core/java/android/util/ |
D | LongArrayQueue.java | 36 private int mHead; field in LongArrayQueue
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 749 private Tile mHead; field in TiledImageRenderer.TileQueue
|
/frameworks/base/core/java/android/view/ |
D | Choreographer.java | 1422 private CallbackRecord mHead; field in Choreographer.CallbackQueue
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 855 std::shared_ptr<Info::Impl> mHead; ///< current field member
|