Home
last modified time | relevance | path

Searched refs:getUsageSummary (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/cmds/idlcli/
DCommandVibrator.cpp27 std::string getUsageSummary() const override { return "<api> [arguments]"; } in getUsageSummary() function in android::idlcli::CommandVibrator
DIdlCli.h28 std::string getUsageSummary() const override { return "<idl> [options] [arguments]"; } in getUsageSummary() function
Dutils.h171 virtual std::string getUsageSummary() const = 0;
178 std::cerr << "Usage:\n " << mName << " " << getUsageSummary() << std::endl; in printUsage()
/frameworks/native/cmds/idlcli/vibrator/
DCommandSupportsAmplitudeControl.cpp29 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandSupportsAmplitudeControl
DCommandSupportsExternalControl.cpp29 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandSupportsExternalControl
DCommandGetResonantFrequency.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetResonantFrequency
DCommandGetFrequencyMinimum.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetFrequencyMinimum
DCommandGetQFactor.cpp29 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetQFactor
DCommandGetFrequencyResolution.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetFrequencyResolution
DCommandGetCompositionDelayMax.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetCompositionDelayMax
DCommandGetCompositionSizeMax.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetCompositionSizeMax
DCommandGetCapabilities.cpp29 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetCapabilities
DCommandGetPwlePrimitiveDurationMax.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetPwlePrimitiveDurationMax
DCommandGetPwleCompositionSizeMax.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetPwleCompositionSizeMax
DCommandGetSupportedEffects.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetSupportedEffects
DCommandGetSupportedBraking.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetSupportedBraking
DCommandGetSupportedAlwaysOnEffects.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetSupportedAlwaysOnEffects
DCommandAlwaysOnDisable.cpp29 std::string getUsageSummary() const override { return "<id>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandAlwaysOnDisable
DCommandOff.cpp29 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandOff
DCommandGetSupportedPrimitives.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetSupportedPrimitives
DCommandGetPrimitiveDuration.cpp35 std::string getUsageSummary() const override { return "<primitive>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetPrimitiveDuration
DCommandSetExternalControl.cpp31 std::string getUsageSummary() const override { return "<enable>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandSetExternalControl
DCommandSetAmplitude.cpp29 std::string getUsageSummary() const override { return "<amplitude>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandSetAmplitude
DCommandGetBandwidthAmplitudeMap.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetBandwidthAmplitudeMap
DCommandAlwaysOnEnable.cpp34 std::string getUsageSummary() const override { return "<id> <effect> <strength>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandAlwaysOnEnable

12