Home | History | Annotate | Download | only in audio

Lines Matching refs:find_call_with_status

303 static struct csd_call *find_call_with_status(int status)
493 coming = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
495 if (find_call_with_status(CSD_CALL_STATUS_ACTIVE))
543 call = find_call_with_status(CSD_CALL_STATUS_ACTIVE);
570 call = find_call_with_status(CSD_CALL_STATUS_COMING);
572 call = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
575 call = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
578 call = find_call_with_status(CSD_CALL_STATUS_WAITING);
834 call = find_call_with_status(CSD_CALL_STATUS_WAITING);
845 call = find_call_with_status(CSD_CALL_STATUS_ACTIVE);
846 held = find_call_with_status(CSD_CALL_STATUS_HOLD);
847 wait = find_call_with_status(CSD_CALL_STATUS_WAITING);
862 if (find_call_with_status(CSD_CALL_STATUS_HOLD) ||
863 find_call_with_status(CSD_CALL_STATUS_WAITING))
895 waiting = find_call_with_status(CSD_CALL_STATUS_COMING);
897 waiting = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
899 waiting = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
901 active = find_call_with_status(CSD_CALL_STATUS_ACTIVE);
953 if (find_call_with_status(CSD_CALL_STATUS_ACTIVE))
1094 if (find_call_with_status(CSD_CALL_STATUS_HOLD))
1148 !find_call_with_status(CSD_CALL_STATUS_HOLD))
1153 find_call_with_status(CSD_CALL_STATUS_HOLD))