Home
last modified time | relevance | path

Searched defs:getUsageSummary (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/cmds/idlcli/
DIdlCli.h28 std::string getUsageSummary() const override { return "<idl> [arguments]"; } in getUsageSummary() function
DCommandVibrator.cpp27 std::string getUsageSummary() const override { return "<api> [arguments]"; } in getUsageSummary() function in android::idlcli::CommandVibrator
/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
DCommandGetCapabilities.cpp29 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetCapabilities
DCommandGetCompositionSizeMax.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetCompositionSizeMax
DCommandGetCompositionDelayMax.cpp31 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandGetCompositionDelayMax
DCommandOff.cpp29 std::string getUsageSummary() const override { return ""; } in getUsageSummary() function in android::idlcli::vibrator::CommandOff
DCommandSetAmplitude.cpp29 std::string getUsageSummary() const override { return "<amplitude>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandSetAmplitude
DCommandSetExternalControl.cpp31 std::string getUsageSummary() const override { return "<enable>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandSetExternalControl
DCommandOn.cpp29 std::string getUsageSummary() const override { return "<duration>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandOn
DCommandCompose.cpp31 std::string getUsageSummary() const override { return "<delay> <primitive> <scale> ..."; } in getUsageSummary() function in android::idlcli::vibrator::CommandCompose
DCommandPerform.cpp60 std::string getUsageSummary() const override { return "<effect> <strength>"; } in getUsageSummary() function in android::idlcli::vibrator::CommandPerform