Searched refs:fClaimedInterfaces (Results 1 – 2 of 2) sorted by relevance
227 fClaimedInterfaces(0), in USBDeviceHandle()246 if (fClaimedInterfaces & (1 << i)) in ~USBDeviceHandle()259 fClaimedInterfaces |= (1 << inumber); in ClaimInterface()267 fClaimedInterfaces &= ~(1 << inumber); in ReleaseInterface()318 fClaimedInterfaces(0), in USBDevice()391 if (fClaimedInterfaces & (1 << interface)) in ClaimInterface()393 fClaimedInterfaces |= (1 << interface); in ClaimInterface()399 fClaimedInterfaces &= ~(1 << interface); in ReleaseInterface()408 if (fClaimedInterfaces == 0) in CheckInterfacesFree()
53 unsigned int fClaimedInterfaces; // Max Interfaces can be 32. Using a bitmask variable80 unsigned int fClaimedInterfaces; variable