Home
last modified time | relevance | path

Searched refs:callsetup (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_telephony.c101 telephony_handle.callsetup = 1; in handle_incoming_call()
345 telephony_handle.callsetup = 0; in cras_telephony_event_answer_call()
376 if (telephony_handle.callsetup) { in cras_telephony_event_terminate_call()
377 telephony_handle.callsetup = 0; in cras_telephony_event_terminate_call()
Dcras_hfp_slc.c215 handle->telephony->callsetup = 2; in dial_number()
418 if (handle->telephony->call || handle->telephony->callsetup) { in key_press()
440 handle->telephony->callsetup = 2; in last_dialed_number()
518 handle->telephony->call, handle->telephony->callsetup, in report_indicators()
864 handle->telephony->callsetup); in hfp_event_update_callsetup()
Dcras_telephony.h32 int callsetup; member