Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java189 public static final int AOA_AZIMUTH_90 = 0x1; field in CapabilityParam
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java20 import static com.android.server.uwb.config.CapabilityParam.AOA_AZIMUTH_90;
241 resultReportConfig = (byte) (resultReportConfig | AOA_AZIMUTH_90); in toBytes()
414 if (isBitSet(aoaSupportRaw, AOA_AZIMUTH_90)) { in fromBytes()
DUwbCapability.java20 import static com.android.server.uwb.config.CapabilityParam.AOA_AZIMUTH_90;
315 aoaSupport = (byte) (aoaSupport | AOA_AZIMUTH_90); in toBytes()
762 if (isBitSet(aoaSupportRaw, AOA_AZIMUTH_90)) { in fromBytes()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java22 import static com.android.server.uwb.config.CapabilityParam.AOA_AZIMUTH_90;
423 if (isBitSet(aoaUci, AOA_AZIMUTH_90)) { in getFiraSpecificationParamsFromTlvBuffer()
710 if (isBitSet(aoaUci, AOA_AZIMUTH_90)) { in getFiraSpecificationParamsFromTlvBuffer()