Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java190 public static final int AOA_AZIMUTH_180 = 0x2; field in CapabilityParam
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java19 import static com.android.server.uwb.config.CapabilityParam.AOA_AZIMUTH_180;
245 resultReportConfig = (byte) (resultReportConfig | AOA_AZIMUTH_180); in toBytes()
417 if (isBitSet(aoaSupportRaw, AOA_AZIMUTH_180)) { in fromBytes()
DUwbCapability.java19 import static com.android.server.uwb.config.CapabilityParam.AOA_AZIMUTH_180;
318 aoaSupport = (byte) (aoaSupport | AOA_AZIMUTH_180); in toBytes()
765 if (isBitSet(aoaSupportRaw, AOA_AZIMUTH_180)) { in fromBytes()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java21 import static com.android.server.uwb.config.CapabilityParam.AOA_AZIMUTH_180;
426 if (isBitSet(aoaUci, AOA_AZIMUTH_180)) { in getFiraSpecificationParamsFromTlvBuffer()
713 if (isBitSet(aoaUci, AOA_AZIMUTH_180)) { in getFiraSpecificationParamsFromTlvBuffer()