• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/

Lines Matching +defs:value +defs:start

95 static void ElementCacheApplierFunction(const void *key __unused, const void *value, void *context)
97 _IOHIDElementSetDeviceInterface((IOHIDElementRef)value, (IOHIDDeviceDeviceInterface**)context);
368 IOReturn IOHIDDeviceClass::start(CFDictionaryRef propertyTable __unused, io_service_t inService)
425 HIDLog("IOHIDDeviceClass::start: elementCount=%lld reportHandlerCount=%lld\n", output[0], output[1]);
746 // to get the current value.
784 // See if the value is pended
808 // get the value
989 bool IOHIDDeviceClass::getElementDictIntValue(CFDictionaryRef element, CFStringRef key, uint32_t * value)
995 if (!value) {
999 asl_log(NULL, NULL, ASL_LEVEL_ERR, "%s called with no value for %s\n", __PRETTY_FUNCTION__, buff);
1006 *value = number;
1012 *value = (object == kCFBooleanTrue);
1019 void IOHIDDeviceClass::setElementDictIntValue(CFMutableDictionaryRef element, CFStringRef key, uint32_t value)
1021 CFNumberRef number = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &value);
1030 void IOHIDDeviceClass::setElementDictBoolValue( CFMutableDictionaryRef element, CFStringRef key, bool value)
1032 CFBooleanRef boolVal = (value) ? kCFBooleanTrue : kCFBooleanFalse;
1496 ret = fReportHandlerQueue->start();
1524 uint32_t value, size = 0;
1586 ret = queues[i]->start();
1658 { return getThis(self)->start(propertyTable, inService); }
2223 pEvent->value = IOHIDValueGetIntegerValue(event);
2270 pEvent->value = IOHIDValueGetIntegerValue(event);
2381 void IOHIDObsoleteDeviceClass::_elementValueCallback(void * context, IOReturn result, void * sender, IOHIDValueRef value)
2390 IOHIDElementGetCookie(IOHIDValueGetElement(value)));