Home
last modified time | relevance | path

Searched defs:command (Results 1 – 12 of 12) sorted by relevance

/cts/suite/audio_quality/lib/src/
DAdb.cpp34 android::String8 command; in setPortForwarding() local
46 android::String8 command; in launchClient() local
64 int Adb::executeCommand(const android::String8& command) in executeCommand()
DSimpleScriptExec.cpp70 android::String8 command; in runScript() local
/cts/suite/audio_quality/lib/src/audio/
DRemoteAudio.cpp151 void RemoteAudio::sendCommand(android::sp<android::MessageHandler>& command) in sendCommand()
156 bool RemoteAudio::waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec) in waitForCompletion()
190 android::sp<android::MessageHandler> command(new CommandHandler(*this, (int)id)); in doStop() local
331 android::sp<android::MessageHandler> command(new CommandHandler(*this, CommandHandler::EExit)); in release() local
DAudioProtocol.cpp58 uint32_t command = ntohl(data[0]); in handleReplyHeader() local
77 bool AudioProtocol::checkHeaderId(const uint32_t* data, uint32_t command) in checkHeaderId()
DAudioLocal.cpp83 bool AudioLocal::issueCommandAndWaitForCompletion(AudioCommand command) in issueCommandAndWaitForCompletion()
/cts/suite/audio_quality/lib/include/audio/
DRemoteAudio.h86 CommandHandler* toCommandHandler(android::sp<android::MessageHandler>& command) { in toCommandHandler()
114 CommandHandler(RemoteAudio& thread, int command) in CommandHandler()
DAudioProtocol.h82 AudioProtocol(ClientSocket& socket, uint32_t command) in AudioProtocol()
/cts/suite/audio_quality/executable/src/
Dmain.cpp44 android::String8 command = android::String8::format("cd %s;zip -r ../%s.zip *", in ~CleanupStatics() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DWrappedGTest.java103 String command = String.format("am instrument -w %s/.%s", mAppNameSpace, mRunner); in runTest() local
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java449 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { in sendSimpleReplyHeader()
532 int command = mHeaderBuffer.getInt(); in run() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java132 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper()
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java69 private void runShellCommand(String command) throws IOException, InterruptedException { in runShellCommand()