Searched refs:commandId (Results 1 – 10 of 10) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | PacketDispatcher.java | 193 private int commandId; field in PacketDispatcher.CommandsSynchronyzer 207 commandId = 1; in CommandsSynchronyzer() 216 return commandId++; in getNextId() 399 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument 410 ReplyPacket currentReply = replies.remove(new Integer(commandId)); in receiveReply() 728 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument 730 return commandsSynchronyzer.receiveReply(commandId, timeout); in receiveReply()
|
D | VmMirror.java | 1675 public ReplyPacket receiveReply(int commandId) throws InterruptedException, in receiveReply() argument 1677 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply() 1702 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument 1704 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()
|
/external/openthread/tests/unit/ |
D | test_mac_frame.cpp | 419 uint8_t commandId; in TestMacFrameApi() local 425 SuccessOrQuit(frame.GetCommandId(commandId)); in TestMacFrameApi() 426 VerifyOrQuit(commandId == Mac::Frame::kMacCmdDataRequest); in TestMacFrameApi() 428 SuccessOrQuit(frame.GetCommandId(commandId)); in TestMacFrameApi() 429 VerifyOrQuit(commandId == Mac::Frame::kMacCmdBeaconRequest); in TestMacFrameApi() 443 SuccessOrQuit(frame.GetCommandId(commandId)); in TestMacFrameApi() 444 VerifyOrQuit(commandId == Mac::Frame::kMacCmdDataRequest); in TestMacFrameApi() 445 printf("commandId:%d\n", commandId); in TestMacFrameApi() 447 SuccessOrQuit(frame.GetCommandId(commandId)); in TestMacFrameApi() 448 VerifyOrQuit(commandId == Mac::Frame::kMacCmdOrphanNotification); in TestMacFrameApi()
|
/external/openthread/src/core/mac/ |
D | mac_frame.cpp | 621 uint8_t commandId; in IsDataRequestCommand() local 624 SuccessOrExit(GetCommandId(commandId)); in IsDataRequestCommand() 625 isDataRequest = (commandId == kMacCmdDataRequest); in IsDataRequestCommand() 1388 uint8_t commandId, type; in ToInfoString() local 1410 if (GetCommandId(commandId) != kErrorNone) in ToInfoString() 1412 commandId = 0xff; in ToInfoString() 1415 switch (commandId) in ToInfoString() 1426 string.Append("Cmd(%d)", commandId); in ToInfoString()
|
D | mac.cpp | 2049 uint8_t commandId; in HandleMacCommand() local 2051 IgnoreError(aFrame.GetCommandId(commandId)); in HandleMacCommand() 2053 switch (commandId) in HandleMacCommand()
|
/external/skia/modules/canvaskit/ |
D | debugger_bindings.cpp | 289 for (const int commandId : it->second) { in imageUseInfo() local 290 list.call<void>("push", commandId); in imageUseInfo()
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | V4L2Device.h | 458 bool isCommandSupported(uint32_t commandId);
|
/external/v4l2_codec2/common/ |
D | V4L2Device.cpp | 1959 bool V4L2Device::isCommandSupported(uint32_t commandId) { in isCommandSupported() argument 1964 cmd.cmd = commandId; in isCommandSupported()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-global.log | 2360 <6>[ 6.663185] [c2] MobiCore mcd: b01|FINGERPRINT commandId :18 2363 <6>[ 6.663452] [c3] MobiCore mcd: b01|FINGERPRINT commandId :2 2376 <6>[ 6.668121] [c2] MobiCore mcd: b01|FINGERPRINT commandId :4 2384 <6>[ 6.712983] [c0] MobiCore mcd: b01|FINGERPRINT commandId :5 2490 <6>[ 7.875811] [c3] MobiCore mcd: b01|FINGERPRINT commandId :3
|
D | galaxy-a8-2018.log | 5549 [ 15.517432] [3: kworker/3:1: 1961] Trustonic TEE: e01|TA OTP: we got a command: commandId=0. 5568 [ 15.527772] [3: kworker/3:1: 1961] Trustonic TEE: e01|TA OTP: we got a command: commandId=6. 5591 [ 15.539784] [3: kworker/3:1: 1961] Trustonic TEE: e01|TA OTP: we got a command: commandId=6. 5614 [ 15.551638] [3: kworker/3:1: 1961] Trustonic TEE: e01|TA OTP: we got a command: commandId=5.
|