Home
last modified time | relevance | path

Searched refs:defaultInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
DRemoteProvisioningShellCommandTest.java176 RpcHardwareInfo defaultInfo = new RpcHardwareInfo(); in csr_hwVersion1_withChallenge() local
177 defaultInfo.versionNumber = 1; in csr_hwVersion1_withChallenge()
178 defaultInfo.supportedEekCurve = RpcHardwareInfo.CURVE_25519; in csr_hwVersion1_withChallenge()
179 when(defaultMock.getHardwareInfo()).thenReturn(defaultInfo); in csr_hwVersion1_withChallenge()
209 RpcHardwareInfo defaultInfo = new RpcHardwareInfo(); in csr_hwVersion2_withChallenge() local
210 defaultInfo.versionNumber = 2; in csr_hwVersion2_withChallenge()
211 defaultInfo.supportedEekCurve = RpcHardwareInfo.CURVE_P256; in csr_hwVersion2_withChallenge()
212 when(defaultMock.getHardwareInfo()).thenReturn(defaultInfo); in csr_hwVersion2_withChallenge()
242 RpcHardwareInfo defaultInfo = new RpcHardwareInfo(); in csr_hwVersion3_withoutChallenge() local
243 defaultInfo.versionNumber = 3; in csr_hwVersion3_withoutChallenge()
[all …]
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp370 HeifFrameInfo* defaultInfo = nullptr; in reinit() local
404 defaultInfo = &mImageInfo; in reinit()
442 if (defaultInfo == nullptr) { in reinit()
443 defaultInfo = &mSequenceInfo; in reinit()
447 if (defaultInfo == nullptr) { in reinit()
453 *frameInfo = *defaultInfo; in reinit()
457 mTotalScanline = defaultInfo->mHeight; in reinit()
/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java967 final DisplayInfo defaultInfo = defaultDc.getDisplayInfo(); in applySurfaceChangesTransaction() local
968 final int defaultDw = defaultInfo.logicalWidth; in applySurfaceChangesTransaction()
969 final int defaultDh = defaultInfo.logicalHeight; in applySurfaceChangesTransaction()