Home
last modified time | relevance | path

Searched refs:clearBit (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DBitSet.h77 inline void clearBit(uint32_t n) { clearBit(value, n); } in clearBit() function
79 static inline void clearBit(uint32_t& value, uint32_t n) { value &= ~ valueForBit(n); } in clearBit() function
105 clearBit(value, n); in clearFirstMarkedBit()
125 clearBit(value, n); in clearLastMarkedBit()
221 inline void clearBit(uint32_t n) { clearBit(value, n); } in clearBit() function
223 static inline void clearBit(uint64_t& value, uint32_t n) { value &= ~ valueForBit(n); } in clearBit() function
255 clearBit(value, n); in clearFirstMarkedBit()
275 clearBit(value, n); in clearLastMarkedBit()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp300 bits.clearBit(AMOTION_EVENT_AXIS_X); in pointerCoordsFromNative()
301 bits.clearBit(AMOTION_EVENT_AXIS_Y); in pointerCoordsFromNative()
302 bits.clearBit(AMOTION_EVENT_AXIS_PRESSURE); in pointerCoordsFromNative()
303 bits.clearBit(AMOTION_EVENT_AXIS_SIZE); in pointerCoordsFromNative()
304 bits.clearBit(AMOTION_EVENT_AXIS_TOUCH_MAJOR); in pointerCoordsFromNative()
305 bits.clearBit(AMOTION_EVENT_AXIS_TOUCH_MINOR); in pointerCoordsFromNative()
306 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MAJOR); in pointerCoordsFromNative()
307 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MINOR); in pointerCoordsFromNative()
308 bits.clearBit(AMOTION_EVENT_AXIS_ORIENTATION); in pointerCoordsFromNative()
309 bits.clearBit(AMOTION_EVENT_AXIS_RELATIVE_X); in pointerCoordsFromNative()
[all …]
/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp124 mSwitchValues.clearBit(switchCode); in processSwitch()
141 mUpdatedSwitchMask.clearBit(bit); in sync()
H A DMouseInputMapper.cpp144 mButtonValues.clearBit(buttonToBit(code)); in processButton()
/aosp12/system/core/libutils/
H A DBitSet_fuzz.cpp31 [](T bs, uint32_t val) -> void { bs.clearBit(val); }, in getOperationsForType()
/aosp12/frameworks/base/libs/input/
H A DTouchSpotController.cpp85 idBits.clearBit(id); in setSpots()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvUinputBridge.cpp135 mtSlots.clearBit(slot); in unassignSlot()
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp977 touchState.lastResample.idBits.clearBit(msg.body.motion.getActionId()); in updateTouchState()
988 touchState.lastResample.idBits.clearBit(msg.body.motion.getActionId()); in updateTouchState()
1043 state.lastResample.idBits.clearBit(id); in rewriteMessage()
H A DVelocityTracker.cpp230 iterBits.clearBit(id); in addMovement()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestIntrospectionControl.cpp342 Success clearBit(Success mask, Success bit) { in clearBit() function
377 success = clearBit(success, b.first); in operator <<()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp1984 dispatchedIdBits.clearBit(upId); in dispatchTouches()
1985 mCurrentCookedState.cookedPointerData.canceledIdBits.clearBit(upId); in dispatchTouches()
2540 dispatchedGestureIdBits.clearBit(id); in dispatchPointerGestures()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp2273 mControllerNumbers.clearBit(static_cast<uint32_t>(num - 1)); in releaseControllerNumberLocked()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp2380 touchedWindow.pointerIds.clearBit(pointerId); in findTouchedWindowTargetsLocked()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt42653 method public java.math.BigInteger clearBit(int);