Searched refs:createHPF2 (Results 1 – 4 of 4) sorted by relevance
119 std::shared_ptr<HapticBiquadFilter> createHPF2(const float cornerFrequency,
194 auto hpf = createHPF2(highPassCornerFrequency, sampleRate, channelCount); in HapticGenerator_buildProcessingChain()211 hpf = createHPF2(highPassCornerFrequency, sampleRate, channelCount); in HapticGenerator_buildProcessingChain()
248 std::shared_ptr<HapticBiquadFilter> createHPF2(const float cornerFrequency, in createHPF2() function
242 auto hpf = ::android::audio_effect::haptic_generator::createHPF2(highPassCornerFrequency, in buildProcessingChain()262 hpf = ::android::audio_effect::haptic_generator::createHPF2(highPassCornerFrequency, in buildProcessingChain()