Searched refs:held_calls_cnt (Results 1 – 1 of 1) sorted by relevance
84 static uint8_t held_calls_cnt; variable817 held_calls_cnt = 0; in hold_other_calls()837 held_calls[held_calls_cnt++] = &inst->calls[i]; in hold_other_calls()840 held_calls[held_calls_cnt++] = &inst->calls[i]; in hold_other_calls()1109 if (held_calls_cnt != 0 && tbs_cbs->hold_call != NULL) { in notify_app()1110 for (int i = 0; i < held_calls_cnt; i++) { in notify_app()