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

  /external/bluetooth/bluez/audio/
telephony.h 82 #define CALL_STATUS_INCOMING 4
telephony-ofono.c 357 vc = find_vc_with_status(CALL_STATUS_INCOMING);
587 incoming = find_vc_with_status(CALL_STATUS_INCOMING);
652 if (vc->status == CALL_STATUS_INCOMING)
695 if (vc->status == CALL_STATUS_INCOMING)
709 vc->status = CALL_STATUS_INCOMING;
765 vc->status = CALL_STATUS_INCOMING;
784 case CALL_STATUS_INCOMING:
785 DBG("CALL_STATUS_INCOMING");
    [all...]
telephony-dummy.c 258 active_call_status = CALL_STATUS_INCOMING;
telephony-maemo5.c 722 return CALL_STATUS_INCOMING;
724 return CALL_STATUS_INCOMING;
728 return CALL_STATUS_INCOMING;
    [all...]
telephony-maemo6.c 751 return CALL_STATUS_INCOMING;
753 return CALL_STATUS_INCOMING;
757 return CALL_STATUS_INCOMING;
    [all...]

Completed in 92 milliseconds