Home | History | Annotate | Download | only in audio

Lines Matching refs:find_call_with_status

263 static struct csd_call *find_call_with_status(int status)
453 coming = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
455 if (find_call_with_status(CSD_CALL_STATUS_ACTIVE))
503 call = find_call_with_status(CSD_CALL_STATUS_ACTIVE);
530 call = find_call_with_status(CSD_CALL_STATUS_COMING);
532 call = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
535 call = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
538 call = find_call_with_status(CSD_CALL_STATUS_WAITING);
794 call = find_call_with_status(CSD_CALL_STATUS_WAITING);
805 call = find_call_with_status(CSD_CALL_STATUS_ACTIVE);
806 held = find_call_with_status(CSD_CALL_STATUS_HOLD);
807 wait = find_call_with_status(CSD_CALL_STATUS_WAITING);
822 if (find_call_with_status(CSD_CALL_STATUS_HOLD) ||
823 find_call_with_status(CSD_CALL_STATUS_WAITING))
855 waiting = find_call_with_status(CSD_CALL_STATUS_COMING);
857 waiting = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
859 waiting = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
861 active = find_call_with_status(CSD_CALL_STATUS_ACTIVE);
913 if (find_call_with_status(CSD_CALL_STATUS_ACTIVE))
1054 if (find_call_with_status(CSD_CALL_STATUS_HOLD))
1108 !find_call_with_status(CSD_CALL_STATUS_HOLD))
1113 find_call_with_status(CSD_CALL_STATUS_HOLD))