Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommandTest.java152 when(defaultMock.getHardwareInfo()).thenReturn(defaultInfo); in csr_hwVersion1_withChallenge()
183 when(defaultMock.getHardwareInfo()).thenReturn(defaultInfo); in csr_hwVersion2_withChallenge()
213 when(defaultMock.getHardwareInfo()).thenReturn(defaultInfo); in csr_hwVersion3_withoutChallenge()
231 when(defaultMock.getHardwareInfo()).thenReturn(defaultInfo); in csr_hwVersion3_withChallenge()
/aosp14/frameworks/base/media/jni/tuner/
H A DFrontendClient.cpp137 Result FrontendClient::getHardwareInfo(string& info) { in getHardwareInfo() function in android::FrontendClient
139 Status s = mTunerFrontend->getHardwareInfo(&info); in getHardwareInfo()
H A DFrontendClient.h122 Result getHardwareInfo(string& info);
/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyRemotelyProvisionedComponentDevice.h37 ScopedAStatus getHardwareInfo(RpcHardwareInfo* info) override;
H A DTrustyKeyMintDevice.h40 ScopedAStatus getHardwareInfo(KeyMintHardwareInfo* info) override;
H A DTrustyKeymaster4Device.h51 Return<void> getHardwareInfo(getHardwareInfo_cb _hidl_cb) override;
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommand.java130 RpcHardwareInfo info = mInjector.getIrpcBinder(name).getHardwareInfo(); in dumpRpcInstance()
163 RpcHardwareInfo info = binder.getHardwareInfo(); in csr()
/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp78 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { in getHardwareInfo() function in aidl::android::hardware::security::keymint::trusty::TrustyRemotelyProvisionedComponentDevice
H A DTrustyKeyMintDevice.cpp93 ScopedAStatus TrustyKeyMintDevice::getHardwareInfo(KeyMintHardwareInfo* info) { in getHardwareInfo() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp268 Return<void> TrustyKeymaster4Device::getHardwareInfo(getHardwareInfo_cb _hidl_cb) { in getHardwareInfo() function in keymaster::V4_0::TrustyKeymaster4Device
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp1744 return mFeClient->getHardwareInfo(info); in getFrontendHardwareInfo()