Searched defs:command (Results 1 – 12 of 12) sorted by relevance
| /cts/suite/audio_quality/lib/src/ |
| D | Adb.cpp | 34 android::String8 command; in setPortForwarding() local 46 android::String8 command; in launchClient() local 64 int Adb::executeCommand(const android::String8& command) in executeCommand()
|
| D | SimpleScriptExec.cpp | 70 android::String8 command; in runScript() local
|
| /cts/suite/audio_quality/lib/src/audio/ |
| D | RemoteAudio.cpp | 151 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
|
| D | AudioProtocol.cpp | 58 uint32_t command = ntohl(data[0]); in handleReplyHeader() local 77 bool AudioProtocol::checkHeaderId(const uint32_t* data, uint32_t command) in checkHeaderId()
|
| D | AudioLocal.cpp | 83 bool AudioLocal::issueCommandAndWaitForCompletion(AudioCommand command) in issueCommandAndWaitForCompletion()
|
| /cts/suite/audio_quality/lib/include/audio/ |
| D | RemoteAudio.h | 86 CommandHandler* toCommandHandler(android::sp<android::MessageHandler>& command) { in toCommandHandler() 114 CommandHandler(RemoteAudio& thread, int command) in CommandHandler()
|
| D | AudioProtocol.h | 82 AudioProtocol(ClientSocket& socket, uint32_t command) in AudioProtocol()
|
| /cts/suite/audio_quality/executable/src/ |
| D | main.cpp | 44 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/ |
| D | WrappedGTest.java | 103 String command = String.format("am instrument -w %s/.%s", mAppNameSpace, mRunner); in runTest() local
|
| /cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
| D | AudioProtocol.java | 449 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/ |
| D | MediaRecorderStressTest.java | 132 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper()
|
| /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
| D | CtsUiAutomatorTest.java | 69 private void runShellCommand(String command) throws IOException, InterruptedException { in runShellCommand()
|