Home
last modified time | relevance | path

Searched refs:remainderFunc (Results 1 - 1 of 1) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp211 uint32_t remainderFunc = static_cast<uint32_t>(currentFunc); in ProcessFuncChange() local
214 while (remainderFunc != 0) { in ProcessFuncChange()
215 if (remainderFunc & bit) { in ProcessFuncChange()
218 remainderFunc &= ~bit; in ProcessFuncChange()

Completed in 1 milliseconds