Home
last modified time | relevance | path

Searched refs:PulseShape (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroPulseShapeCombo.java38 @PulseShape private final int mInitiatorTx;
39 @PulseShape private final int mResponderTx;
41 public AliroPulseShapeCombo(@PulseShape int initiatorTx, @PulseShape int responderTx) { in AliroPulseShapeCombo()
107 @PulseShape int initiatorTx = Integer.parseInt(parts[2]); in parseBundleVersion1()
108 @PulseShape int responderTx = Integer.parseInt(parts[3]); in parseBundleVersion1()
113 @PulseShape
118 @PulseShape
DAliroParams.java63 public @interface PulseShape {} annotation in AliroParams
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccPulseShapeCombo.java38 @PulseShape private final int mInitiatorTx;
39 @PulseShape private final int mResponderTx;
41 public CccPulseShapeCombo(@PulseShape int initiatorTx, @PulseShape int responderTx) { in CccPulseShapeCombo()
106 @PulseShape int initiatorTx = Integer.parseInt(parts[2]); in parseBundleVersion1()
107 @PulseShape int responderTx = Integer.parseInt(parts[3]); in parseBundleVersion1()
112 @PulseShape
117 @PulseShape
DCccParams.java59 public @interface PulseShape {} annotation in CccParams
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dobject_mapping.rs27 MacFcsType, MultiNodeMode, PreambleDuration, PrfMode, PsduDataRate, PulseShape,
315 int_field!(initiator_tx, PulseShape, "getInitiatorTx");
316 int_field!(responder_tx, PulseShape, "getResponderTx");