Home
last modified time | relevance | path

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

/device/google/crosshatch/vibrator/
DVibrator.cpp108 mEffectQueue(std::move(queue)), in Vibrator()
209 mEffectQueue << WAVEFORM_RINGTONE1_EFFECT_QUEUE << std::endl; in performEffect()
212 mEffectQueue << WAVEFORM_RINGTONE2_EFFECT_QUEUE << std::endl; in performEffect()
215 mEffectQueue << WAVEFORM_RINGTONE3_EFFECT_QUEUE << std::endl; in performEffect()
218 mEffectQueue << WAVEFORM_RINGTONE4_EFFECT_QUEUE << std::endl; in performEffect()
221 mEffectQueue << WAVEFORM_RINGTONE5_EFFECT_QUEUE << std::endl; in performEffect()
224 mEffectQueue << WAVEFORM_RINGTONE6_EFFECT_QUEUE << std::endl; in performEffect()
227 mEffectQueue << WAVEFORM_RINGTONE7_EFFECT_QUEUE << std::endl; in performEffect()
230 mEffectQueue << WAVEFORM_RINGTONE8_EFFECT_QUEUE << std::endl; in performEffect()
233 mEffectQueue << WAVEFORM_RINGTONE9_EFFECT_QUEUE << std::endl; in performEffect()
[all …]
DVibrator.h57 std::ofstream mEffectQueue; variable
/device/google/coral/vibrator/
DHardware.h61 bool setEffectQueue(std::string value) override { return set(value, mEffectQueue); } in setEffectQueue()
95 std::ofstream mEffectQueue; variable
DHardware.cpp108 fileFromEnv("EFFECT_QUEUE_PATH", &mEffectQueue, &mNames[&mEffectQueue]); in HwApi()