Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java28 import static com.android.server.uwb.config.CapabilityParam.CC_CONSTRAINT_LENGTH_K3;
406 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K3) && hasBprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()
412 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K3) && hasHprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()
693 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K3) && hasBprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()
699 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K3) && hasHprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()
/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java186 public static final int CC_CONSTRAINT_LENGTH_K3 = 0x1; field in CapabilityParam
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java23 import static com.android.server.uwb.config.CapabilityParam.CC_CONSTRAINT_LENGTH_K3;
405 ccConstraintLength |= (byte) CC_CONSTRAINT_LENGTH_K3; in getCcConstraintLength()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DUwbCapabilityTest.java334 byte k3 = (byte) CapabilityParam.CC_CONSTRAINT_LENGTH_K3; in getPreferredConstrainLengthOfConvolutionalCode()