Searched refs:held_calls_cnt (Results 1 – 1 of 1) sorted by relevance
110 static uint8_t held_calls_cnt; variable916 held_calls_cnt = 0; in hold_other_calls()936 held_calls[held_calls_cnt++] = &inst->calls[i]; in hold_other_calls()940 held_calls[held_calls_cnt++] = &inst->calls[i]; in hold_other_calls()1248 if (held_calls_cnt != 0 && tbs_cbs->hold_call != NULL) { in notify_app()1249 for (int i = 0; i < held_calls_cnt; i++) { in notify_app()