Home
last modified time | relevance | path

Searched defs:commandId (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java192 private int commandId; field in PacketDispatcher.CommandsSynchronyzer
398 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()
722 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()
DVmMirror.java1675 public ReplyPacket receiveReply(int commandId) throws InterruptedException, in receiveReply()
1702 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()
/external/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp293 for (const int commandId : it->second) { in imageUseInfo() local
/external/v4l2_codec2/common/
DV4L2Device.cpp1903 bool V4L2Device::isCommandSupported(uint32_t commandId) { in isCommandSupported()