HomeSort by relevance Sort by last modified time
    Searched refs:find_call_with_status (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
telephony-maemo6.c 250 static struct csd_call *find_call_with_status(int status) function
440 coming = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
442 if (find_call_with_status(CSD_CALL_STATUS_ACTIVE))
497 call = find_call_with_status(CSD_CALL_STATUS_ACTIVE);
508 alerting = find_call_with_status(CSD_CALL_STATUS_MO_ALERTING);
527 call = find_call_with_status(CSD_CALL_STATUS_COMING);
529 call = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
532 call = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
535 call = find_call_with_status(CSD_CALL_STATUS_WAITING);
842 if (find_call_with_status(CSD_CALL_STATUS_WAITING)
    [all...]
telephony-maemo5.c 296 static struct csd_call *find_call_with_status(int status) function
486 coming = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
488 if (find_call_with_status(CSD_CALL_STATUS_ACTIVE))
533 call = find_call_with_status(CSD_CALL_STATUS_ACTIVE);
560 call = find_call_with_status(CSD_CALL_STATUS_COMING);
562 call = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
565 call = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
568 call = find_call_with_status(CSD_CALL_STATUS_WAITING);
824 call = find_call_with_status(CSD_CALL_STATUS_WAITING);
835 call = find_call_with_status(CSD_CALL_STATUS_ACTIVE)
    [all...]

Completed in 185 milliseconds