Searched refs:get_interface (Results 1 – 15 of 15) sorted by relevance
109 self.devices_by_uuid.values().filter_map(|(asp, _)| asp.get_interface::<T>().ok()).collect() in devices()170 get_keymint_dev_by_uuid(uuid).map(|(dev, _)| dev)?.get_interface()?;214 map_binder_status_code(binder::get_interface(&service_name)) in connect_keymint()223 map_binder_status_code(binder::get_interface("android.security.compat")) in connect_keymint()307 map_binder_status_code(binder::get_interface(&default_time_stamp_service_name)) in connect_secureclock()314 map_binder_status_code(binder::get_interface("android.security.compat")) in connect_secureclock()372 map_binder_status_code(binder::get_interface(&service_name)) in connect_remotely_provisioned_component()
286 match self.km_op.get_interface() { in prune()366 self.km_op.get_interface().context("In update: Failed to get KeyMintOperation.")?; in update_aad()392 self.km_op.get_interface().context("In update: Failed to get KeyMintOperation.")?; in update()425 self.km_op.get_interface().context("In finish: Failed to get KeyMintOperation.")?; in finish()466 self.km_op.get_interface().context("In abort: Failed to get KeyMintOperation.")?; in abort()
107 binder::get_interface("permission")?; in check_device_attestation_permissions()146 pub fn get_interface<T: FromIBinder + ?Sized>(&self) -> anyhow::Result<binder::Strong<T>> { in get_interface() method
180 match map_binder_status_code(binder::get_interface(&service_name)) { in connect_participants()201 map_binder_status_code(binder::get_interface(COMPAT_PACKAGE_NAME)) in connect_participants()
231 dev.get_interface().context("In get_dev_by_sec_level.") in get_dev_by_sec_level()245 let rkp_tee_dev: Strong<dyn IRemotelyProvisionedComponent> = dev.get_interface()?; in new_native_binder()255 let rkp_sb_dev: Strong<dyn IRemotelyProvisionedComponent> = dev.get_interface()?; in new_native_binder()
309 .get_interface() in create_operation()511 let km_dev: Strong<dyn IKeyMintDevice> = self.keymint.get_interface()?; in generate_key()629 self.keymint.get_interface().context("In import_key: Trying to get the KM device")?; in import_key()739 let km_dev: Strong<dyn IKeyMintDevice> = self.keymint.get_interface()?; in import_wrapped_key()886 let km_dev: Strong<dyn IKeyMintDevice> = self.keymint.get_interface().context(concat!( in convert_storage_key_to_ephemeral()950 .get_interface() in delete_key()
110 dev.get_interface().context("In get_i_sec_level_by_uuid.") in get_i_sec_level_by_uuid()126 dev.get_interface().context("In get_security_level.") in get_security_level()
69 km_dev: asp.get_interface()?, in get()
162 .get_interface() in call_with_watchdog()
227 .get_interface() in get_timestamp_token()
58 binder::get_interface(&PROFCOLLECTD_SERVICE_NAME) in get_profcollectd_service()
40 binder::get_interface(<BpTestService as ITestService::ITestService>::get_descriptor()) in get_test_service()610 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_interface_version()620 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_interface_hash()633 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_known_union_field_is_ok()642 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_unknown_union_field_triggers_error()662 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_array_of_parcelable_with_new_field()673 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_read_data_correctly_after_parcelable_with_new_field()
46 binder::get_interface(COMPAT_NAME).ok()?; in get_device()340 match binder::get_interface(COMPAT_NAME) { in test_secure_clock()361 match binder::get_interface(COMPAT_NAME) { in test_shared_secret()
13 method public java.util.List<hal.manifest.Interface> get_interface();
56 method public java.util.List<compatibility.matrix.Interface> get_interface();