Searched defs:eventKind (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpEvent.h90 JdwpEventKind eventKind; /* what kind of event is this? */ member in struct:JdwpEvent
H A DJdwpEvent.cpp167 dvmJdwpEventKindStr(pEvent->eventKind),
529 * Find all events of type "eventKind" with mods that match up with the
535 * DO NOT call this multiple times for the same eventKind, as Count mods are
538 static void findMatchingEvents(JdwpState* state, JdwpEventKind eventKind, argument
546 if (pEvent->eventKind == eventKind && modsMatch(state, pEvent, basket))
873 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
887 expandBufAdd1(pReq, matchList[i]->eventKind);
953 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
965 expandBufAdd1(pReq, matchList[i]->eventKind);
[all...]
H A DJdwpHandler.cpp1376 u1 eventKind = read1(&buf); local
1381 dvmJdwpEventKindStr(eventKind), eventKind,
1388 pEvent->eventKind = static_cast<JdwpEventKind>(eventKind);
1561 u1 eventKind;
1562 eventKind = read1(&buf);
1565 ALOGV(" Req to clear eventKind=%d requestId=%#x", eventKind, requestId);

Completed in 5784 milliseconds