Home
last modified time | relevance | path

Searched refs:clearFirstMarkedBit (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/libutils/include/utils/
H A DBitSet.h101 inline uint32_t clearFirstMarkedBit() { return clearFirstMarkedBit(value); } in clearFirstMarkedBit() function
103 static inline uint32_t clearFirstMarkedBit(uint32_t& value) { in clearFirstMarkedBit() function
251 inline uint32_t clearFirstMarkedBit() { return clearFirstMarkedBit(value); } in clearFirstMarkedBit() function
253 static inline uint32_t clearFirstMarkedBit(uint64_t& value) { in clearFirstMarkedBit() function
/aosp14/system/core/libutils/
H A DBitSet_test.cpp105 b1.clearFirstMarkedBit(); in TEST_F()
110 b1.clearFirstMarkedBit(); in TEST_F()
227 b1.clearFirstMarkedBit(); in TEST_F()
232 b1.clearFirstMarkedBit(); in TEST_F()
H A DBitSet_fuzz.cpp33 [](T bs, uint32_t) -> void { bs.clearFirstMarkedBit(); }, in getOperationsForType()
/aosp14/frameworks/base/libs/input/
H A DTouchSpotController.cpp106 uint32_t id = idBits.clearFirstMarkedBit(); in setSpots()
H A DPointerController.cpp203 const uint32_t index = spotIdToIndex[idBits.clearFirstMarkedBit()]; in setSpots()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp255 uint32_t axis = bits.clearFirstMarkedBit(); in pointerCoordsToNative()
303 uint32_t axis = bits.clearFirstMarkedBit(); in pointerCoordsFromNative()