Searched defs:AppConfigTlvType (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/params/ |
H A D | uci_packets.rs | 99 pub fn new(cfg_id: AppConfigTlvType, v: Vec<u8>) -> Self { in new() 137 ) -> HashMap<AppConfigTlvType, &Vec<u8>, RandomState> { in app_config_tlvs_to_map()
|
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | mock_uci_manager.rs | 229 expected_config_ids: Vec<AppConfigTlvType>, in expect_session_get_app_config() 842 config_ids: Vec<AppConfigTlvType>, in session_get_app_config()
|
H A D | uci_manager_sync.rs | 314 config_ids: Vec<AppConfigTlvType>, in session_get_app_config()
|
H A D | uci_manager.rs | 120 config_ids: Vec<AppConfigTlvType>, in session_get_app_config() 457 app_cfg: Vec<AppConfigTlvType>, in session_get_app_config()
|
/aosp_15_r20/external/rust/pica/src/ |
D | app_config.rs | 167 pub fn set(&mut self, id: uci::AppConfigTlvType, value: &[u8]) -> anyhow::Result<()> { in set()
|
/aosp_15_r20/external/rust/pica/py/pica/pica/packets/ |
D | uci.py | 308 class AppConfigTlvType(enum.IntEnum): class
|
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/UwbGeneratedPackets_rust/gen/rust/uwb_uci_packets/ |
D | uci_packets.rs | 1439 pub enum AppConfigTlvType { enum 1537 impl TryFrom<u8> for AppConfigTlvType { implementation
|
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/libuwb_uci_packets/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/ |
D | uci_packets.rs | 1439 pub enum AppConfigTlvType { enum 1537 impl TryFrom<u8> for AppConfigTlvType { implementation
|