Searched refs:mps_sdp_handle (Results 1 – 3 of 3) sorted by relevance
159 mps_sdp_handle: Option<i32>, field218 mps_sdp_handle: None, in new()
2152 if context.mps_sdp_handle.is_none() { in cmd_telephony()2166 if let Some(handle) = context.mps_sdp_handle.take() { in cmd_telephony()
328 context.lock().unwrap().mps_sdp_handle = Some(handle); in on_sdp_record_created()