Searched refs:MacFcsType (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/rftest/ |
D | RfTestOpenSessionParams.java | 38 import com.google.uwb.support.fira.FiraParams.MacFcsType; 102 @MacFcsType 144 @MacFcsType int fcsType, in RfTestOpenSessionParams() 326 @MacFcsType 438 private @MacFcsType int mFcsType = MAC_FCS_TYPE_CRC_16; 583 public Builder setFcsType(@MacFcsType int fcsType) { in setFcsType()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/data/ |
D | UwbConfig.java | 47 import com.google.uwb.support.fira.FiraParams.MacFcsType; 141 @MacFcsType 180 @MacFcsType int macFcsType, in UwbConfig() 304 @MacFcsType 451 UwbConfig.Builder setKMacFcsType(@MacFcsType int macFcsType) { in setKMacFcsType()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/ |
D | FiraOpenSessionParams.java | 108 @MacFcsType private final int mFcsType; 315 @MacFcsType int fcsType, in FiraOpenSessionParams() 631 @MacFcsType 1253 @MacFcsType private int mFcsType = MAC_FCS_TYPE_CRC_16; 1832 public FiraOpenSessionParams.Builder setFcsType(@MacFcsType int fcsType) { in setFcsType()
|
D | FiraParams.java | 386 public @interface MacFcsType {} annotation in FiraParams
|
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
D | object_mapping.rs | 27 MacFcsType, MultiNodeMode, PreambleDuration, PrfMode, PsduDataRate, PulseShape, 55 int_field!(mac_fcs_type, MacFcsType, "getFcsType");
|