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

  /external/bluetooth/bluez/audio/
telephony-maemo6.c 494 struct csd_call *alerting; local
508 alerting = find_call_with_status(CSD_CALL_STATUS_MO_ALERTING);
509 if (call->on_hold && alerting)
510 err = release_call(alerting);
1087 * to alerting we need to send missing notification. Otherwise
    [all...]
telephony-ofono.c 323 struct voice_call *alerting; local
337 alerting = find_vc_with_status(CALL_STATUS_ALERTING);
338 if (call->status == CALL_STATUS_HELD && alerting)
339 err = release_call(alerting);
698 } else if (g_str_equal(state, "alerting")) {
768 else if (g_str_equal(state, "alerting"))
    [all...]

Completed in 115 milliseconds