/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Uinput.java | 101 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 D | Event.java | 73 public String getCommand() { in getCommand() method in Event
|
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
H A D | Hid.java | 92 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 D | Event.java | 70 public String getCommand() { in getCommand() method in Event
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
H A D | CvvmProtocol.java | 47 public String getCommand(String command) { in getCommand() method in CvvmProtocol 57 return super.getCommand(command); in getCommand()
|
H A D | VisualVoicemailProtocol.java | 86 public String getCommand(String command) { in getCommand() method in VisualVoicemailProtocol
|
H A D | Vvm3Protocol.java | 175 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 D | Dicttool.java | 103 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 D | FrameworkListener.cpp | 193 if (!strcmp(argv[0], c->getCommand())) { in dispatchCommand() 195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
|
H A D | FrameworkCommand.cpp | 32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
|
/aosp12/system/core/libsysutils/include/sysutils/ |
H A D | FrameworkCommand.h | 32 const char* getCommand() const { return mCommand; } in getCommand() function
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
H A D | ImapHelper.java | 391 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 D | NdcDispatcher.h | 54 const std::string& getCommand() const { return mCommand; } in getCommand() function
|
H A D | NdcDispatcher.cpp | 154 if (c->getCommand() == argv[0]) { in dispatchCommand()
|
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
H A D | MainInteractionSession.java | 455 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 D | main.go | 158 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 D | qcamera_test.h | 272 Command getCommand(sp<CameraContext> currentCamera);
|
H A D | qcamera_test.cpp | 3196 Interpreter::Command Interpreter::getCommand( in getCommand() function in Interpreter 3372 mInterpreter->getCommand(currentCamera); in FunctionalTest()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | Bundle.h | 79 Command getCommand(void) const { return mCmd; } in getCommand() function
|
H A D | Main.cpp | 257 switch (bundle->getCommand()) { in handleCommand()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
H A D | ComposerCommandBuffer.h | 79 IComposerClient::Command getCommand(uint32_t offset) { in getCommand() function
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerCommandBuffer.h | 83 IQtiComposerClient::Command getCommand(uint32_t offset) { in getCommand() function
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 2828 <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 D | ComposerHal.cpp | 835 static_cast<IComposerClient::Command>(mWriter.getCommand(cmdErr.location)); in execute()
|