Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DUinput.java101 if (Event.COMMAND_DELAY.equals(e.getCommand())) { in process()
103 } else if (Event.COMMAND_INJECT.equals(e.getCommand())) { in process()
106 if (Event.COMMAND_REGISTER.equals(e.getCommand())) { in process()
109 error("Unknown command \"" + e.getCommand() + "\". Ignoring event."); in process()
112 } else if (Event.COMMAND_REGISTER.equals(e.getCommand())) { in process()
120 if (!Event.COMMAND_REGISTER.equals(e.getCommand())) { in registerDevice()
122 "Tried to send command \"" + e.getCommand() + "\" to an unregistered device!"); in registerDevice()
H A DEvent.java73 public String getCommand() { in getCommand() method in Event
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java92 if (Event.COMMAND_DELAY.equals(e.getCommand())) { in process()
94 } else if (Event.COMMAND_REPORT.equals(e.getCommand())) { in process()
97 if (Event.COMMAND_REGISTER.equals(e.getCommand())) { in process()
100 error("Unknown command \"" + e.getCommand() + "\". Ignoring event."); in process()
103 } else if (Event.COMMAND_REGISTER.equals(e.getCommand())) { in process()
111 if (!Event.COMMAND_REGISTER.equals(e.getCommand())) { in registerDevice()
113 "Tried to send command \"" + e.getCommand() + "\" to an unregistered device!"); in registerDevice()
H A DEvent.java70 public String getCommand() { in getCommand() method in Event
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
H A DCvvmProtocol.java47 public String getCommand(String command) { in getCommand() method in CvvmProtocol
57 return super.getCommand(command); in getCommand()
H A DVisualVoicemailProtocol.java86 public String getCommand(String command) { in getCommand() method in VisualVoicemailProtocol
H A DVvm3Protocol.java175 public String getCommand(String command) { in getCommand() method in Vvm3Protocol
184 return super.getCommand(command); in getCommand()
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDicttool.java103 private static Command getCommand(final String[] arguments) { in getCommand() method in Dicttool
120 final Command command = getCommand(arguments); in execute()
/aosp12/system/core/libsysutils/src/
H A DFrameworkListener.cpp193 if (!strcmp(argv[0], c->getCommand())) { in dispatchCommand()
195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
H A DFrameworkCommand.cpp32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
/aosp12/system/core/libsysutils/include/sysutils/
H A DFrameworkCommand.h32 const char* getCommand() const { return mCommand; } in getCommand() function
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
H A DImapHelper.java391 getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CHANGE_TUI_PWD_FORMAT); in changePin()
406 getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CHANGE_VM_LANG_FORMAT); in changeVoicemailTuiLanguage()
418 String command = getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CLOSE_NUT); in closeNewUserTutorial()
/aosp12/system/netd/server/
H A DNdcDispatcher.h54 const std::string& getCommand() const { return mCommand; } in getCommand() function
H A DNdcDispatcher.cpp154 if (c->getCommand() == argv[0]) { in dispatchCommand()
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java455 Log.i(TAG, "onCommand: command=" + request.getCommand() + " extras=" + extras); in onRequestCommand()
456 mText.setText("Command: " + request.getCommand() + ", " + extras); in onRequestCommand()
/aosp12/build/soong/cmd/soong_ui/
H A Dmain.go158 c, args, err := getCommand(os.Args)
551 func getCommand(args []string) (*command, []string, error) { func
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.h272 Command getCommand(sp<CameraContext> currentCamera);
H A Dqcamera_test.cpp3196 Interpreter::Command Interpreter::getCommand( in getCommand() function in Interpreter
3372 mInterpreter->getCommand(currentCamera); in FunctionalTest()
/aosp12/frameworks/base/tools/aapt/
H A DBundle.h79 Command getCommand(void) const { return mCmd; } in getCommand() function
H A DMain.cpp257 switch (bundle->getCommand()) { in handleCommand()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h79 IComposerClient::Command getCommand(uint32_t offset) { in getCommand() function
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h83 IQtiComposerClient::Command getCommand(uint32_t offset) { in getCommand() function
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java2828 <T extends NameValueTable> NameValueCache(Uri uri, String getCommand, in NameValueCache() argument
2830 this(uri, getCommand, setCommand, null, null, providerHolder, in NameValueCache()
2834 private <T extends NameValueTable> NameValueCache(Uri uri, String getCommand, in NameValueCache() argument
2838 mCallGetCommand = getCommand; in NameValueCache()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp835 static_cast<IComposerClient::Command>(mWriter.getCommand(cmdErr.location)); in execute()

12