Home
last modified time | relevance | path

Searched refs:fieldSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcWifiProtectedSetup.java106 int fieldSize = payload.getShort() & 0xFFFF; in parse() local
108 return parseCredential(payload, fieldSize); in parse()
110 payload.position(payload.position() + fieldSize); in parse()
122 int fieldSize = payload.getShort() & 0xFFFF; in parseCredential() local
125 if (payload.position() + fieldSize > startPosition + size) { in parseCredential()
131 byte[] ssid = new byte[fieldSize]; in parseCredential()
136 if (fieldSize > MAX_NETWORK_KEY_SIZE_BYTES) { in parseCredential()
139 byte[] networkKey = new byte[fieldSize]; in parseCredential()
141 if (fieldSize > 0) { in parseCredential()
146 if (fieldSize != AUTH_TYPE_EXPECTED_SIZE) { in parseCredential()
[all …]
/aosp12/system/tools/hidl/
H A DCompoundType.cpp586 size_t fieldAlign, fieldSize; in emitSafeUnionTypeDeclarations() local
587 field->type().getAlignmentAndSize(&fieldAlign, &fieldSize); in emitSafeUnionTypeDeclarations()
720 size_t fieldAlign, fieldSize; in emitTypeDeclarations() local
744 offset += fieldSize; in emitTypeDeclarations()
1598 size_t fieldAlign, fieldSize; in emitJavaTypeDeclarations() local
1605 offset += fieldSize; in emitJavaTypeDeclarations()
1730 size_t fieldAlign, fieldSize; in emitJavaTypeDeclarations() local
1737 offset += fieldSize; in emitJavaTypeDeclarations()
1981 size_t fieldAlign, fieldSize; in getCompoundAlignmentAndSize() local
1982 field->type().getAlignmentAndSize(&fieldAlign, &fieldSize); in getCompoundAlignmentAndSize()
[all …]
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceHelper.cpp552 size_t fieldSize = _C2ParamInspector::GetSize(field); in GetBaseOffset() local
561 if (field.extent() == 0 || offset < fieldOffset + fieldSize * fieldExtent) { in GetBaseOffset()
563 offset = fieldOffset + (offset - fieldOffset) % fieldSize; in GetBaseOffset()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...