Home | History | Annotate | Download | only in jdwp

Lines Matching refs:eventKind

527  * Find all events of type "eventKind" with mods that match up with the
533 * DO NOT call this multiple times for the same eventKind, as Count mods are
536 static void findMatchingEvents(JdwpState* state, enum JdwpEventKind eventKind,
546 if (pEvent->eventKind == eventKind && modsMatch(state, pEvent, basket))
880 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
894 expandBufAdd1(pReq, matchList[i]->eventKind);
964 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
976 expandBufAdd1(pReq, matchList[i]->eventKind);
1074 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
1098 expandBufAdd1(pReq, matchList[i]->eventKind);
1173 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
1197 expandBufAdd1(pReq, matchList[i]->eventKind);