Searched defs:HapticGeneratorProcessorsRecord (Results 1 – 2 of 2) sorted by relevance
52 struct HapticGeneratorProcessorsRecord { struct53 std::vector<std::shared_ptr<HapticBiquadFilter>> filters;54 std::vector<std::shared_ptr<::android::audio_effect::haptic_generator::Ramp>> ramps;55 std::vector<std::shared_ptr<::android::audio_effect::haptic_generator::SlowEnvelope>> slowEnvs;56 std::vector<std::shared_ptr<::android::audio_effect::haptic_generator::Distortion>> distortions;60 std::shared_ptr<HapticBiquadFilter> bpf;61 std::shared_ptr<HapticBiquadFilter> bsf;
68 struct HapticGeneratorProcessorsRecord { struct89 struct HapticGeneratorProcessorsRecord processorsRecord; argument