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

/macosx-10.10/IOKitUser-1050.1.21/ps.subproj/
H A DIOPowerSources.h184 * @constant kIOPSTimeRemainingUnlimited
188 #define kIOPSTimeRemainingUnlimited ((CFTimeInterval)-2.0) macro
194 * (battery and/or UPS's) are empty, or returns <code>@link kIOPSTimeRemainingUnlimited@/link </code>
199 * return value is <code>@link kIOPSTimeRemainingUnlimited@/link </code>
219 * Returns <code>@link kIOPSTimeRemainingUnlimited@/link</code> if the
H A DIOPowerSources.c104 return kIOPSTimeRemainingUnlimited;
113 return kIOPSTimeRemainingUnlimited;
/macosx-10.10/cups-408/cups/scheduler/
H A Dsysman.c362 ACPower = IOPSGetTimeRemainingEstimate() == kIOPSTimeRemainingUnlimited;
363 notify_register_dispatch(kIOPSNotifyPowerSource, &PSToken, dispatch_get_main_queue(), ^(int t) { ACPower = IOPSGetTimeRemainingEstimate() == kIOPSTimeRemainingUnlimited; });

Completed in 69 milliseconds