Searched refs:eventKind (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpEvent.c | 533 static void findMatchingEvents(JdwpState* state, enum JdwpEventKind eventKind, in findMatchingEvents() argument 543 if (pEvent->eventKind == eventKind && modsMatch(state, pEvent, basket)) in findMatchingEvents() 877 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount, in dvmJdwpPostLocationEvent() 891 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostLocationEvent() 961 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount, in dvmJdwpPostThreadChange() 973 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostThreadChange() 1071 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount, in dvmJdwpPostException() 1095 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostException() 1170 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount, in dvmJdwpPostClassPrepare() 1194 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostClassPrepare()
|
D | JdwpEvent.h | 90 enum JdwpEventKind eventKind; /* what kind of event is this? */ member
|
D | JdwpHandler.c | 1583 u1 eventKind; in handleER_Set() local 1589 eventKind = read1(&buf); in handleER_Set() 1594 dvmJdwpEventKindStr(eventKind), eventKind, in handleER_Set() 1601 pEvent->eventKind = eventKind; in handleER_Set() 1776 u1 eventKind; in handleER_Clear() local 1779 eventKind = read1(&buf); in handleER_Clear() 1782 LOGV(" Req to clear eventKind=%d requestId=0x%08x\n", eventKind,requestId); in handleER_Clear()
|