Searched refs:convert_byte_array (Results 1 – 2 of 2) sorted by relevance
21 fn convert_byte_array(&self, array: jbyteArray) -> Result<Vec<u8>, jni::errors::Error>; in convert_byte_array() method50 fn convert_byte_array(&self, array: jbyteArray) -> Result<Vec<u8>, jni::errors::Error> { in convert_byte_array() method51 self.env.convert_byte_array(array) in convert_byte_array()621 let app_configs = context.convert_byte_array(app_config_params)?; in set_app_configurations()641 let app_configs = context.convert_byte_array(app_config_params)?; in get_app_configurations()693 let code = context.convert_byte_array(country_code)?; in set_country_code()740 let payload = context.convert_byte_array(payload)?; in send_raw_vendor_cmd()
76 fn convert_byte_array(&self, array: jbyteArray) -> Result<Vec<u8>, jni::errors::Error> { in convert_byte_array() method