Home
last modified time | relevance | path

Searched defs:command (Results 1 – 10 of 10) 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/
DAudioProtocol.cpp57 uint32_t command = ntohl(data[0]); in handleReplyHeader() local
76 bool AudioProtocol::checkHeaderId(const uint32_t* data, uint32_t command) in checkHeaderId()
DRemoteAudio.cpp144 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() local
305 android::sp<android::MessageHandler> command(new CommandHandler(*this, CommandHandler::EExit)); in release() local
DAudioLocal.cpp83 bool AudioLocal::issueCommandAndWaitForCompletion(AudioCommand command) in issueCommandAndWaitForCompletion()
/cts/suite/audio_quality/lib/include/audio/
DRemoteAudio.h83 CommandHandler* toCommandHandler(android::sp<android::MessageHandler>& command) { in toCommandHandler()
111 CommandHandler(RemoteAudio& thread, int command) in CommandHandler()
DAudioProtocol.h80 AudioProtocol(ClientSocket& socket, uint32_t command) in AudioProtocol()
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java423 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { in sendSimpleReplyHeader()
497 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/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityActivityTestCase.java468 public AccessibilityEvent executeCommandAndWaitForAccessibilityEvent(Runnable command, in executeCommandAndWaitForAccessibilityEvent()