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

/macosx-10.10.1/Libc-1044.1.2/include/libkern/
H A DOSThermalNotification.h65 extern OSThermalNotificationLevel _OSThermalNotificationLevelForBehavior(int) __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_4_2);
83 #define OSThermalNotificationLevel70PercentTorch _OSThermalNotificationLevelForBehavior(kOSThermalMitigation70PercentTorch)
84 #define OSThermalNotificationLevel70PercentBacklight _OSThermalNotificationLevelForBehavior(kOSThermalMitigation70PercentBacklight)
85 #define OSThermalNotificationLevel50PercentTorch _OSThermalNotificationLevelForBehavior(kOSThermalMitigation50PercentTorch)
86 #define OSThermalNotificationLevel50PercentBacklight _OSThermalNotificationLevelForBehavior(kOSThermalMitigation50PercentBacklight)
87 #define OSThermalNotificationLevelDisableTorch _OSThermalNotificationLevelForBehavior(kOSThermalMitigationDisableTorch)
88 #define OSThermalNotificationLevel25PercentBacklight _OSThermalNotificationLevelForBehavior(kOSThermalMitigation25PercentBacklight)
89 #define OSThermalNotificationLevelDisableMapsHalo _OSThermalNotificationLevelForBehavior(kOSThermalMitigationDisableMapsHalo)
90 #define OSThermalNotificationLevelAppTerminate _OSThermalNotificationLevelForBehavior(kOSThermalMitigationAppTerminate)
91 #define OSThermalNotificationLevelDeviceRestart _OSThermalNotificationLevelForBehavior(kOSThermalMitigationDeviceRestar
[all...]
/macosx-10.10.1/Libc-1044.1.2/sys/
H A DOSThermalNotification.c60 OSThermalNotificationLevel _OSThermalNotificationLevelForBehavior(int behavior) function
98 return _OSThermalNotificationLevelForBehavior(kOSThermalMitigationNone);
111 return _OSThermalNotificationLevelForBehavior(kOSThermalMitigationNone);

Completed in 131 milliseconds