Searched refs:eventKind (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpEvent.c | 536 static void findMatchingEvents(JdwpState* state, enum JdwpEventKind eventKind, in findMatchingEvents() argument 546 if (pEvent->eventKind == eventKind && modsMatch(state, pEvent, basket)) in findMatchingEvents() 880 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount, in dvmJdwpPostLocationEvent() 894 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostLocationEvent() 964 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount, in dvmJdwpPostThreadChange() 976 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostThreadChange() 1070 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount, in dvmJdwpPostException() 1094 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostException() 1166 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount, in dvmJdwpPostClassPrepare() 1190 expandBufAdd1(pReq, matchList[i]->eventKind); in dvmJdwpPostClassPrepare()
|
D | JdwpEvent.h | 90 enum JdwpEventKind eventKind; /* what kind of event is this? */ member
|
D | JdwpHandler.c | 1505 u1 eventKind; in handleER_Set() local 1511 eventKind = read1(&buf); in handleER_Set() 1516 dvmJdwpEventKindStr(eventKind), eventKind, in handleER_Set() 1523 pEvent->eventKind = eventKind; in handleER_Set() 1698 u1 eventKind; in handleER_Clear() local 1701 eventKind = read1(&buf); in handleER_Clear() 1704 LOGV(" Req to clear eventKind=%d requestId=0x%08x\n", eventKind,requestId); in handleER_Clear()
|