Home
last modified time | relevance | path

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

/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dobject_mapping.rs272 CccPulseShapeComboJni::new(self.jni_context.env, pulse_obj).try_into() in pulse_shape_combo()
306 struct CccPulseShapeComboJni<'a> { struct
310 impl<'a> CccPulseShapeComboJni<'a> { argument
319 impl TryFrom<CccPulseShapeComboJni<'_>> for CccPulseShapeCombo {
322 fn try_from(jni_obj: CccPulseShapeComboJni<'_>) -> Result<Self> { in try_from()