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-maemo5.c 303 static struct csd_call *find_call_with_status(int status) function
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)
    [all...]
telephony-maemo6.c 263 static struct csd_call *find_call_with_status(int status) function
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)
    [all...]

Completed in 77 milliseconds