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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDParserPriv.h40 kHIDDataNoPreferred = 0x20, enumerator in enum:__anon2040
H A DIOHIDElementPrivate.cpp768 properties->setObject( kIOHIDElementHasPreferredStateKey, OSBoolean::withBoolean( !(_flags & kHIDDataNoPreferred) ));
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDPriv.h158 kHIDDataNoPreferred = 0x20, enumerator in enum:__anon2091
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp1106 setElementDictBoolValue(dictionary, CFSTR(kIOHIDElementHasPreferredStateKey), (element->flags & kHIDDataNoPreferredBit) != kHIDDataNoPreferred);
1310 (number != ((fElements[index].flags & kHIDDataNoPreferredBit) != kHIDDataNoPreferred)))

Completed in 122 milliseconds