Home | History | Annotate | Download | only in jdwp

Lines Matching refs:requestId

165         pEvent->requestId, pEvent, pEvent->prev, pEvent->next);
281 void dvmJdwpUnregisterEventById(JdwpState* state, u4 requestId)
287 if (pEvent->requestId == requestId) {
296 //LOGD("Odd: no match when removing event reqId=0x%04x", requestId);
768 expandBufAdd4BE(pReq, 0); /* requestId */
889 expandBufAdd4BE(pReq, matchList[i]->requestId);
967 expandBufAdd4BE(pReq, matchList[i]->requestId);
1083 expandBufAdd4BE(pReq, matchList[i]->requestId);
1178 expandBufAdd4BE(pReq, matchList[i]->requestId);