Searched refs:prevCmd (Results 1 – 1 of 1) sorted by relevance
469 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd);1469 static int32_t RF_getSwitchingTimeInUs(RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_getSwitchingTimeInUs() argument1475 if (prevCmd->pClient != nextCmd->pClient) in RF_getSwitchingTimeInUs()1494 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_verifyGap() argument1497 bool insertNewCmdAfterPrev = prevCmd ? false : true; in RF_verifyGap()1507 if ((prevCmd) && (prevCmd->endType != RF_EndNotSpecified)) in RF_verifyGap()1513 deltaInUs -= (int32_t)RF_convertRatTicksToUs(prevCmd->endTime); in RF_verifyGap()1516 deltaInUs -= RF_getSwitchingTimeInUs(prevCmd, newCmd); in RF_verifyGap()