Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dglobals.rs109 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()
Doperation.rs286 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()
Dutils.rs107 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
Dshared_secret_negotiation.rs180 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()
Dremote_provisioning.rs231 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()
Dsecurity_level.rs309 .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()
Dservice.rs110 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()
Draw_device.rs69 km_dev: asp.get_interface()?, in get()
Dmaintenance.rs162 .get_interface() in call_with_watchdog()
Denforcements.rs227 .get_interface() in get_timestamp_token()
/system/extras/profcollectd/libprofcollectd/
Dlib.rs58 binder::get_interface(&PROFCOLLECTD_SERVICE_NAME) in get_profcollectd_service()
/system/tools/aidl/tests/rust/
Dtest_client.rs40 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()
/system/security/keystore2/src/km_compat/
Dlib.rs46 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()
/system/libvintf/xsd/halManifest/api/
Dcurrent.txt13 method public java.util.List<hal.manifest.Interface> get_interface();
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt56 method public java.util.List<compatibility.matrix.Interface> get_interface();