Home | History | Annotate | Download | only in jdwp

Lines Matching full:requestid

128   LOG(INFO) << StringPrintf("Event id=0x%4x %p (prev=%p next=%p):", pEvent->requestId, pEvent, pEvent->prev, pEvent->next);
237 void JdwpState::UnregisterEventById(uint32_t requestId) {
242 if (pEvent->requestId == requestId) {
251 // ALOGD("Odd: no match when removing event reqId=0x%04x", requestId);
691 expandBufAdd4BE(pReq, 0); /* requestId */
792 expandBufAdd4BE(pReq, match_list[i]->requestId);
852 expandBufAdd4BE(pReq, match_list[i]->requestId);
942 expandBufAdd4BE(pReq, match_list[i]->requestId);
1013 expandBufAdd4BE(pReq, match_list[i]->requestId);