Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/common/
Dforward.rs572 pub async fn setup_device_point(session_id: u32, channel_id: u32) -> bool { in setup_device_point() function
810 ForwardType::Device => setup_device_point(session_id, channel_id).await, in setup_point()
1021 if !setup_device_point(session_id, channel_id).await { in read_data_to_forward()