Searched refs:setup_uci_manager_with_open_hal (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | uci_manager.rs | 1840 async fn setup_uci_manager_with_open_hal<F, Fut>( in setup_uci_manager_with_open_hal() function 1909 let (uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_close_hal_explicitly() 1925 let (uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_close_hal_when_exit() 1954 let (uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_device_reset_ok() 1990 let (mut uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_priority_device_status_error_ntf() 2040 let (uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_core_get_device_info_ok() 2080 let (uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_core_get_caps_info_fira_v1_0_ok() 2111 let (uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_core_set_config_ok() 2138 let (uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_core_get_config_ok() 2650 let (uci_manager, mut mock_hal) = setup_uci_manager_with_open_hal( in test_session_get_count_ok() [all …]
|