Lines Matching refs:telephony
112 struct cras_telephony_handle *telephony; member
166 if (handle->telephony->call) { in hfp_send_calling_line_identification()
222 if (handle->telephony->dial_number == NULL || in dial_number()
234 handle->telephony->callsetup = 2; in dial_number()
532 if (handle->telephony->call || handle->telephony->callsetup) { in key_press()
547 if (!handle->telephony->dial_number) in last_dialed_number()
554 handle->telephony->callsetup = 2; in last_dialed_number()
574 if (handle->telephony->callheld) { in list_current_calls()
581 if (handle->telephony->call) { in list_current_calls()
657 handle->telephony->call, handle->telephony->callsetup, in report_indicators()
658 handle->telephony->callheld); in report_indicators()
1204 handle->telephony = cras_telephony_get(); in hfp_slc_create()
1301 int old_call = handle->telephony->call; in hfp_set_call_status()
1306 handle->telephony->call = call; in hfp_set_call_status()
1331 if (handle->telephony->call) in hfp_event_incoming_call()
1340 handle->telephony->call); in hfp_event_update_call()
1346 handle->telephony->callsetup); in hfp_event_update_callsetup()
1352 handle->telephony->callheld); in hfp_event_update_callheld()