Searched refs:vibratorAttrNode (Results 1 – 1 of 1) sorted by relevance
123 const struct DeviceResourceNode *vibratorAttrNode = NULL; in ParserVibratorHapticConfig() local135 vibratorAttrNode = parser->GetChildNode(node, "vibratorAttr"); in ParserVibratorHapticConfig()136 CHECK_VIBRATOR_NULL_PTR_RETURN_VALUE(vibratorAttrNode, HDF_ERR_INVALID_PARAM); in ParserVibratorHapticConfig()137 supportPresetFlag = parser->GetBool(vibratorAttrNode, "supportPreset"); in ParserVibratorHapticConfig()