Home
last modified time | relevance | path

Searched defs:GetDeviceInfoResponse (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/params/
H A Duci_packets.rs286 pub struct GetDeviceInfoResponse { struct
288 pub status: StatusCode,
290 pub uci_version: u16,
292 pub mac_version: u16,
294 pub phy_version: u16,
296 pub uci_test_version: u16,
298 pub vendor_spec_info: Vec<u8>,
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dmock_uci_manager.rs94 out: Result<GetDeviceInfoResponse>, in expect_open_hal()
122 pub fn expect_core_get_device_info(&mut self, out: Result<GetDeviceInfoResponse>) { in expect_core_get_device_info()
640 async fn open_hal(&self) -> Result<GetDeviceInfoResponse> { in open_hal()
688 async fn core_get_device_info(&self) -> Result<GetDeviceInfoResponse> { in core_get_device_info()
H A Duci_manager_sync.rs247 pub fn open_hal(&self) -> Result<GetDeviceInfoResponse> { in open_hal()
263 pub fn core_get_device_info(&self) -> Result<GetDeviceInfoResponse> { in core_get_device_info()
H A Duci_manager.rs92 async fn open_hal(&self) -> Result<GetDeviceInfoResponse>; in open_hal()
99 async fn core_get_device_info(&self) -> Result<GetDeviceInfoResponse>; in core_get_device_info()
333 async fn open_hal(&self) -> Result<GetDeviceInfoResponse> { in open_hal()
371 async fn core_get_device_info(&self) -> Result<GetDeviceInfoResponse> { in core_get_device_info()
/aosp_15_r20/system/keymint/wire/src/
H A Dlegacy.rs486 pub struct GetDeviceInfoResponse { struct
494 impl InnerSerialize for GetDeviceInfoResponse { argument
/aosp_15_r20/external/openscreen/cast/cast_core/api/platform/
H A Dplatform_service.proto44 message GetDeviceInfoResponse { message
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/
Duci_jni_android_new.rs94 fn create_device_info_response(rsp: GetDeviceInfoResponse, env: JNIEnv) -> Result<jobject> { in create_device_info_response()
144 ) -> Result<GetDeviceInfoResponse> { in native_do_initialize()