HomeSort by relevance Sort by last modified time
    Searched refs:clearLastMarkedBit (Results 1 - 3 of 3) sorted by null

  /system/core/libutils/include/utils/
BitSet.h 114 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); }
116 static inline uint32_t clearLastMarkedBit(uint32_t& value) {
256 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); }
258 static inline uint32_t clearLastMarkedBit(uint64_t& value) {
  /system/core/libutils/tests/
BitSet_test.cpp 115 TEST_F(BitSet32Test, ClearLastMarkedBit) {
119 b1.clearLastMarkedBit();
124 b1.clearLastMarkedBit();
237 TEST_F(BitSet64Test, ClearLastMarkedBit) {
241 b1.clearLastMarkedBit();
246 b1.clearLastMarkedBit();
  /frameworks/native/libs/input/
VelocityTracker.cpp 224 idBits.clearLastMarkedBit();
    [all...]

Completed in 258 milliseconds