Home
last modified time | relevance | path

Searched defs:getHardwareInfo (Results 1 – 11 of 11) sorted by relevance

/system/keymint/hal/src/
Drpc.rs57 fn getHardwareInfo(&self) -> binder::Result<rkp::RpcHardwareInfo::RpcHardwareInfo> { in getHardwareInfo() method
Dkeymint.rs98 fn getHardwareInfo(&self) -> binder::Result<keymint::KeyMintHardwareInfo::KeyMintHardwareInfo> { in getHardwareInfo() method
/system/core/trusty/keymaster/keymint/
DTrustyRemotelyProvisionedComponentDevice.cpp78 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { in getHardwareInfo() function in aidl::android::hardware::security::keymint::trusty::TrustyRemotelyProvisionedComponentDevice
DTrustyKeyMintDevice.cpp93 ScopedAStatus TrustyKeyMintDevice::getHardwareInfo(KeyMintHardwareInfo* info) { in getHardwareInfo() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/keymaster/ng/
DAndroidRemotelyProvisionedComponentDevice.cpp89 ScopedAStatus AndroidRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { in getHardwareInfo() function in aidl::android::hardware::security::keymint::AndroidRemotelyProvisionedComponentDevice
DAndroidKeyMintDevice.cpp244 ScopedAStatus AndroidKeyMintDevice::getHardwareInfo(KeyMintHardwareInfo* info) { in getHardwareInfo() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
DAndroidKeymaster4Device.cpp240 Return<void> AndroidKeymaster4Device::getHardwareInfo(getHardwareInfo_cb _hidl_cb) { in getHardwareInfo() function in keymaster::V4_0::ng::AndroidKeymaster4Device
/system/keymaster/ng/include/
DAndroidKeymaster41Device.h73 Return<void> getHardwareInfo(super::getHardwareInfo_cb _hidl_cb) override { in getHardwareInfo() function
/system/security/keystore2/src/
Dkm_compat.rs180 fn getHardwareInfo(&self) -> binder::Result<KeyMintHardwareInfo> { in getHardwareInfo() function
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp268 Return<void> TrustyKeymaster4Device::getHardwareInfo(getHardwareInfo_cb _hidl_cb) { in getHardwareInfo() function in keymaster::V4_0::TrustyKeymaster4Device
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp439 ScopedAStatus KeyMintDevice::getHardwareInfo(KeyMintHardwareInfo* _aidl_return) { in getHardwareInfo() function in KeyMintDevice