Home | History | Annotate | Download | only in jdwp

Lines Matching refs:requestId

1368  * Reply with a requestID.
1534 * We reply with an integer "requestID".
1536 u4 requestId = dvmJdwpNextEventSerial(state);
1537 expandBufAdd4BE(pReply, requestId);
1539 pEvent->requestId = requestId;
1541 LOGV(" --> event requestId=%#x", requestId);
1562 u4 requestId = read4BE(&buf);
1564 LOGV(" Req to clear eventKind=%d requestId=%#x", eventKind, requestId);
1566 dvmJdwpUnregisterEventById(state, requestId);