Searched defs:GetDeviceInfoResponse (Results 1 – 7 of 7) sorted by relevance
286 pub struct GetDeviceInfoResponse { struct288 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>,
94 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()
247 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()
92 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()
486 pub struct GetDeviceInfoResponse { struct494 impl InnerSerialize for GetDeviceInfoResponse { argument
44 message GetDeviceInfoResponse { message
94 fn create_device_info_response(rsp: GetDeviceInfoResponse, env: JNIEnv) -> Result<jobject> { in create_device_info_response()144 ) -> Result<GetDeviceInfoResponse> { in native_do_initialize()