Searched refs:pLowPowerConstraintCallbacks (Results 1 – 1 of 1) sorted by relevance
80 static const FwkSrv_LowPowerConstraintCallbacks_t *pLowPowerConstraintCallbacks = variable388 pLowPowerConstraintCallbacks = callbacks; in PLATFORM_FwkSrvRegisterLowPowerCallbacks()487 if (pLowPowerConstraintCallbacks != NULL) in PLATFORM_RxHostSetLowPowerConstraintService()489 if (pLowPowerConstraintCallbacks->fwkSrvSetLowPowerConstraint != NULL) in PLATFORM_RxHostSetLowPowerConstraintService()491 (void)pLowPowerConstraintCallbacks->fwkSrvSetLowPowerConstraint((int32_t)(data[1])); in PLATFORM_RxHostSetLowPowerConstraintService()499 if (pLowPowerConstraintCallbacks != NULL) in PLATFORM_RxHostReleaseLowPowerConstraintService()501 if (pLowPowerConstraintCallbacks->fwkSrvReleaseLowPowerConstraint != NULL) in PLATFORM_RxHostReleaseLowPowerConstraintService()503 (void)pLowPowerConstraintCallbacks->fwkSrvReleaseLowPowerConstraint((int32_t)(data[1])); in PLATFORM_RxHostReleaseLowPowerConstraintService()