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

  /system/core/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 114 TEST_F(BitSet32Test, ClearLastMarkedBit) {
118 b1.clearLastMarkedBit();
123 b1.clearLastMarkedBit();
236 TEST_F(BitSet64Test, ClearLastMarkedBit) {
240 b1.clearLastMarkedBit();
245 b1.clearLastMarkedBit();
  /frameworks/native/libs/input/
VelocityTracker.cpp 222 idBits.clearLastMarkedBit();
    [all...]

Completed in 202 milliseconds