Lines Matching refs:sendResult
487 …u32 sendResult = PM_SendUtilityCommandAsync(number, parameter, retValue, PMi_DummyCallback, &c… in PM_SendUtilityCommand() local
488 if (sendResult == PM_SUCCESS) in PM_SendUtilityCommand()
493 return sendResult; in PM_SendUtilityCommand()
541 u32 sendResult = PMi_SetLEDAsync(status, PMi_DummyCallback, &commandResult); in PMi_SetLED() local
542 if (sendResult == PM_SUCCESS) in PMi_SetLED()
547 return sendResult; in PMi_SetLED()
616 u32 sendResult = PM_SetBackLightAsync(target, sw, PMi_DummyCallback, &commandResult); in PM_SetBackLight() local
617 if (sendResult == PM_SUCCESS) in PM_SetBackLight()
622 return sendResult; in PM_SetBackLight()
665 u32 sendResult = PMi_SetSoundPowerAsync(sw, PMi_DummyCallback, &commandResult); in PMi_SetSoundPower() local
666 if (sendResult == PM_SUCCESS) in PMi_SetSoundPower()
671 return sendResult; in PMi_SetSoundPower()
714 u32 sendResult = PMi_SetSoundVolumeAsync(sw, PMi_DummyCallback, &commandResult); in PMi_SetSoundVolume() local
715 if (sendResult == PM_SUCCESS) in PMi_SetSoundVolume()
720 return sendResult; in PMi_SetSoundVolume()
767 u32 sendResult = PM_ForceToPowerOffAsync(PMi_DummyCallback, &commandResult); in PMi_ForceToPowerOff() local
768 if (sendResult == PM_SUCCESS) in PMi_ForceToPowerOff()
775 return sendResult; in PMi_ForceToPowerOff()