Searched refs:CccPulseShapeComboJni (Results 1 – 1 of 1) sorted by relevance
272 CccPulseShapeComboJni::new(self.jni_context.env, pulse_obj).try_into() in pulse_shape_combo()306 struct CccPulseShapeComboJni<'a> { struct310 impl<'a> CccPulseShapeComboJni<'a> { implementation319 impl TryFrom<CccPulseShapeComboJni<'_>> for CccPulseShapeCombo {322 fn try_from(jni_obj: CccPulseShapeComboJni<'_>) -> Result<Self> { in try_from()