Searched defs:command (Results 1 – 10 of 10) sorted by relevance
34 android::String8 command; in setPortForwarding() local46 android::String8 command; in launchClient() local64 int Adb::executeCommand(const android::String8& command) in executeCommand()
70 android::String8 command; in runScript() local
57 uint32_t command = ntohl(data[0]); in handleReplyHeader() local76 bool AudioProtocol::checkHeaderId(const uint32_t* data, uint32_t command) in checkHeaderId()
144 void RemoteAudio::sendCommand(android::sp<android::MessageHandler>& command) in sendCommand()149 bool RemoteAudio::waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec) in waitForCompletion()182 android::sp<android::MessageHandler> command(new CommandHandler(*this, (int)id)); in doStop() local305 android::sp<android::MessageHandler> command(new CommandHandler(*this, CommandHandler::EExit)); in release() local
83 bool AudioLocal::issueCommandAndWaitForCompletion(AudioCommand command) in issueCommandAndWaitForCompletion()
83 CommandHandler* toCommandHandler(android::sp<android::MessageHandler>& command) { in toCommandHandler()111 CommandHandler(RemoteAudio& thread, int command) in CommandHandler()
80 AudioProtocol(ClientSocket& socket, uint32_t command) in AudioProtocol()
423 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { in sendSimpleReplyHeader()497 int command = mHeaderBuffer.getInt(); in run() local
132 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper()
468 public AccessibilityEvent executeCommandAndWaitForAccessibilityEvent(Runnable command, in executeCommandAndWaitForAccessibilityEvent()