Searched refs:notifyObject (Results 1 – 5 of 5) sorted by relevance
275 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds() local278 notifyObject->thresholdHigh); in setNextThresholds()280 notifyObject->thresholdLow); in setNextThresholds()305 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList() local318 if (currentTemperature <= notifyObject->thresholdLow || in walkNotifyList()319 currentTemperature >= notifyObject->thresholdHigh) { in walkNotifyList()324 int16_t threshold = (currentTemperature <= notifyObject->thresholdLow) ? in walkNotifyList()325 notifyObject->thresholdLow : notifyObject->thresholdHigh; in walkNotifyList()328 notifyObject->isRegistered = false; in walkNotifyList()330 notifyObject->notifyFxn(currentTemperature, in walkNotifyList()[all …]
46 int16_t Temperature_getThresholdHigh(Temperature_NotifyObj *notifyObject) { in Temperature_getThresholdHigh() argument47 return notifyObject->thresholdHigh; in Temperature_getThresholdHigh()53 int16_t Temperature_getThresholdLow(Temperature_NotifyObj *notifyObject) { in Temperature_getThresholdLow() argument54 return notifyObject->thresholdLow; in Temperature_getThresholdLow()60 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject, in Temperature_getThresholdRange() argument63 *thresholdHigh = notifyObject->thresholdHigh; in Temperature_getThresholdRange()64 *thresholdLow = notifyObject->thresholdLow; in Temperature_getThresholdRange()70 uintptr_t Temperature_getClientArg(Temperature_NotifyObj *notifyObject) { in Temperature_getClientArg() argument71 return notifyObject->clientArg; in Temperature_getClientArg()77 Temperature_NotifyFxn Temperature_getNotifyFxn(Temperature_NotifyObj *notifyObject) { in Temperature_getNotifyFxn() argument[all …]
310 Temperature_NotifyObj *notifyObject);374 int_fast16_t Temperature_registerNotifyHigh(Temperature_NotifyObj *notifyObject,406 int_fast16_t Temperature_registerNotifyLow(Temperature_NotifyObj *notifyObject,442 int_fast16_t Temperature_registerNotifyRange(Temperature_NotifyObj *notifyObject,465 int_fast16_t Temperature_unregisterNotify(Temperature_NotifyObj *notifyObject);481 int16_t Temperature_getThresholdHigh(Temperature_NotifyObj *notifyObject);497 int16_t Temperature_getThresholdLow(Temperature_NotifyObj *notifyObject);517 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject,531 uintptr_t Temperature_getClientArg(Temperature_NotifyObj *notifyObject);543 Temperature_NotifyFxn Temperature_getNotifyFxn(Temperature_NotifyObj *notifyObject);
87 Temperature_NotifyObj *notifyObject);1117 Temperature_NotifyObj *notifyObject) { in hposcRtcCompensateFxn() argument1126 status = Temperature_registerNotifyRange(notifyObject, in hposcRtcCompensateFxn()
525 Temperature_NotifyObj *notifyObject);