Home
last modified time | relevance | path

Searched refs:_aidl_return (Results 1 – 6 of 6) sorted by relevance

/device/google/barbet/vibrator/drv2624/
DVibrator.h156 ndk::ScopedAStatus getCapabilities(int32_t *_aidl_return) override;
162 int32_t *_aidl_return) override;
163 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override;
173 ndk::ScopedAStatus getSupportedAlwaysOnEffects(std::vector<Effect> *_aidl_return) override;
DVibrator.cpp415 ndk::ScopedAStatus Vibrator::getCapabilities(int32_t *_aidl_return) { in getCapabilities() argument
421 *_aidl_return = ret; in getCapabilities()
566 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() argument
567 *_aidl_return = {Effect::TEXTURE_TICK, Effect::TICK, Effect::CLICK, Effect::HEAVY_CLICK, in getSupportedEffects()
574 int32_t *_aidl_return) { in perform() argument
581 status = performEffect(effect, strength, _aidl_return); in perform()
/device/google/bramble/vibrator/drv2624/
DVibrator.h156 ndk::ScopedAStatus getCapabilities(int32_t *_aidl_return) override;
162 int32_t *_aidl_return) override;
163 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override;
173 ndk::ScopedAStatus getSupportedAlwaysOnEffects(std::vector<Effect> *_aidl_return) override;
DVibrator.cpp412 ndk::ScopedAStatus Vibrator::getCapabilities(int32_t *_aidl_return) { in getCapabilities() argument
418 *_aidl_return = ret; in getCapabilities()
556 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() argument
557 *_aidl_return = {Effect::TEXTURE_TICK, Effect::TICK, Effect::CLICK, Effect::HEAVY_CLICK, in getSupportedEffects()
564 int32_t *_aidl_return) { in perform() argument
571 status = performEffect(effect, strength, _aidl_return); in perform()
/device/google/redfin/vibrator/drv2624/
DVibrator.h162 ndk::ScopedAStatus getCapabilities(int32_t *_aidl_return) override;
168 int32_t *_aidl_return) override;
169 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override;
179 ndk::ScopedAStatus getSupportedAlwaysOnEffects(std::vector<Effect> *_aidl_return) override;
DVibrator.cpp448 ndk::ScopedAStatus Vibrator::getCapabilities(int32_t *_aidl_return) { in getCapabilities() argument
454 *_aidl_return = ret; in getCapabilities()
597 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() argument
598 *_aidl_return = {Effect::TEXTURE_TICK, Effect::TICK, Effect::CLICK, Effect::HEAVY_CLICK, in getSupportedEffects()
605 int32_t *_aidl_return) { in perform() argument
612 status = performEffect(effect, strength, _aidl_return); in perform()