HomeSort by relevance Sort by last modified time
    Searched refs:commandStatus (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/audio/effect/2.0/default/
Effect.cpp 471 uint32_t commandStatus = *reinterpret_cast<uint32_t*>(replyData);
472 retval = analyzeCommandStatus(commandName, sContextResultOfCommand, commandStatus);
473 if (commandStatus == OK) {
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsMultiDeviceTest.java 31 import com.android.tradefed.util.CommandStatus;
    [all...]

Completed in 83 milliseconds