Home
last modified time | relevance | path

Searched refs:call_list (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs477 call_list: Vec<CallInfo>, field
542 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 …]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs221 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()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.h49 uint32_t current_calls_query_response(const ::rust::Vec<CallInfo>& call_list, RawAddress addr);
Dhfp_shim.cc371 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()