Searched refs:call_list (Results 1 – 4 of 4) sorted by relevance
477 call_list: Vec<CallInfo>, field542 call_list: vec![], in new()1508 self.call_list = vec![]; in dispatch_hfp_callbacks()1711 self.call_list, in dispatch_hfp_callbacks()1713 let status = hfp.current_calls_query_response(&self.call_list, addr); in dispatch_hfp_callbacks()2092 self.call_list.first().map(|c| call_state = c.state); in notify_telephony_event()2711 .find(|&index| self.call_list.iter().all(|x| x.index != index)) in new_call_index()2736 self.call_list.push(CallInfo { in incoming_call_impl()2753 for c in self.call_list.iter_mut() { in answer_call_impl()2800 self.call_list.retain(|x| match x.state { in hangup_call_impl()[all …]
221 call_list: &Vec<CallInfo>, in current_calls_query_response()517 call_list: &Vec<CallInfo>, in current_calls_query_response()520 BtStatus::from(self.internal.pin_mut().current_calls_query_response(call_list, addr)) in current_calls_query_response()
49 uint32_t current_calls_query_response(const ::rust::Vec<CallInfo>& call_list, RawAddress addr);
371 const ::rust::Vec<CallInfo>& call_list, RawAddress addr) { in current_calls_query_response()372 for (const auto& c : call_list) { in current_calls_query_response()