Home | History | Annotate | Download | only in audio

Lines Matching refs:CSD_CALL_STATUS_HOLD

100 #define CSD_CALL_STATUS_HOLD			12
242 if (call->status != CSD_CALL_STATUS_HOLD)
706 case CSD_CALL_STATUS_HOLD:
783 foreach_call_with_status(CSD_CALL_STATUS_HOLD, release_call);
806 held = find_call_with_status(CSD_CALL_STATUS_HOLD);
822 if (find_call_with_status(CSD_CALL_STATUS_HOLD) ||
1054 if (find_call_with_status(CSD_CALL_STATUS_HOLD))
1091 case CSD_CALL_STATUS_HOLD:
1108 !find_call_with_status(CSD_CALL_STATUS_HOLD))
1113 find_call_with_status(CSD_CALL_STATUS_HOLD))
1466 if ((call->status != CSD_CALL_STATUS_HOLD && on_hold) ||
1467 (call->status == CSD_CALL_STATUS_HOLD &&
1470 on_hold = call->status == CSD_CALL_STATUS_HOLD;